tmplgen: update to 1.0.0.
This commit is contained in:
parent
ce326a2e7c
commit
152998b2b9
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'tmplgen'
|
||||
pkgname=tmplgen
|
||||
version=0.6.0
|
||||
version=1.0.0
|
||||
revision=1
|
||||
build_style=cargo
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -10,4 +10,8 @@ maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>"
|
|||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/Cogitri/tmplgen"
|
||||
distfiles="https://static.crates.io/crates/tmplgen/tmplgen-${version}.crate"
|
||||
checksum=4bf835fd460d4b9b5956bd22235af7539d1dd210a794a34ed03c60b81f731111
|
||||
checksum=bfaec630bcf142bac82db97af9421d9a19705c11b38b2f6d37b05261f313521a
|
||||
|
||||
post_install() {
|
||||
vman man/tmplgen.1
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue