tmplgen: update to 1.2.1.
This commit is contained in:
parent
c574c9a690
commit
16f9cd06a6
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'tmplgen'
|
# Template file for 'tmplgen'
|
||||||
pkgname=tmplgen
|
pkgname=tmplgen
|
||||||
version=1.2.0
|
version=1.2.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
@ -9,8 +9,8 @@ short_desc="Void Linux template generator for language-specific package managers
|
||||||
maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>"
|
maintainer="Rasmus Thomsen <rasmus.thomsen@protonmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/Cogitri/tmplgen"
|
homepage="https://github.com/Cogitri/tmplgen"
|
||||||
distfiles="https://static.crates.io/crates/tmplgen/tmplgen-${version}.crate"
|
distfiles="https://github.com/Cogitri/tmplgen/releases/download/v${version}/tmplgen-${version}.crate"
|
||||||
checksum=e8e759a7e59cf8fc19e751af8c64b2985054cd2085b6b9e711a97b5867f5acd6
|
checksum=3ca104bad66f8fdfc52a79c0f380d778970ca428c8e283a8aeb66e5318ed7b7b
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vman man/tmplgen.1
|
vman man/tmplgen.1
|
||||||
|
|
Loading…
Reference in a new issue