rusty-diceware: update to 0.3.0
This commit is contained in:
parent
30e59028cc
commit
2aabce9f36
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'rusty-diceware'
|
# Template file for 'rusty-diceware'
|
||||||
pkgname=rusty-diceware
|
pkgname=rusty-diceware
|
||||||
version=0.2.0
|
version=0.3.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname}-v${version}"
|
wrksrc="${pkgname}-v${version}"
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
|
@ -9,7 +9,7 @@ maintainer="jcgruenhage <jan.christian@gruenhage.xyz>"
|
||||||
license="AGPL-3.0"
|
license="AGPL-3.0"
|
||||||
homepage="https://gitlab.com/yuvallanger/rusty-diceware"
|
homepage="https://gitlab.com/yuvallanger/rusty-diceware"
|
||||||
distfiles="https://gitlab.com/yuvallanger/rusty-diceware/-/archive/v${version}/rusty-diceware-v${version}.tar.gz"
|
distfiles="https://gitlab.com/yuvallanger/rusty-diceware/-/archive/v${version}/rusty-diceware-v${version}.tar.gz"
|
||||||
checksum=de9520123a4732b7bcb7397f142e36132032a9156fb17a46adb7e96a393a3b29
|
checksum=79c02206ad825604507be96623d6de9185c837900bce9b1d392095e789c06f61
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue