We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89d4fae commit 8507cb1Copy full SHA for 8507cb1
1 file changed
srcpkgs/kibi/template
@@ -1,14 +1,15 @@
1
# Template file for 'kibi'
2
pkgname=kibi
3
-version=0.2.2
4
-revision=2
+version=0.3.3
+revision=1
5
build_style=cargo
6
short_desc="Lightweight, configurable text editor"
7
maintainer="Orphaned <[email protected]>"
8
license="Apache-2.0, MIT"
9
homepage="https://github.com/ilai-deutel/kibi"
10
-distfiles="https://github.com/ilai-deutel/kibi/archive/v${version}.tar.gz"
11
-checksum=df0e2945d9d08fed3a0adbe73c73405641615eb55835675e06e91411fd541e91
+changelog="https://raw.githubusercontent.com/ilai-deutel/kibi/refs/heads/master/CHANGELOG.md"
+distfiles="https://github.com/ilai-deutel/kibi/archive/refs/tags/v${version}.tar.gz"
12
+checksum=a7a7b6f6937f39ae86fd4f556034a3744bb99091c102bc6f38b281ee751d10e9
13
14
post_install() {
15
vdoc README.md
0 commit comments