age: update to 1.0.0.rc.3.
This commit is contained in:
parent
db1e8f3c75
commit
d937a7527c
1 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'age'
|
# Template file for 'age'
|
||||||
pkgname=age
|
pkgname=age
|
||||||
version=1.0.0.beta5
|
version=1.0.0.rc.3
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname}-${version/.b/-b}"
|
wrksrc="${pkgname}-${version/.rc/-rc}"
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="filippo.io/age"
|
go_import_path="filippo.io/age"
|
||||||
go_package="${go_import_path}/cmd/..."
|
go_package="${go_import_path}/cmd/..."
|
||||||
|
@ -10,8 +10,8 @@ short_desc="Simple, modern and secure encryption tool"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://age-encryption.org/"
|
homepage="https://age-encryption.org/"
|
||||||
distfiles="https://github.com/FiloSottile/age/archive/v${version/.b/-b}.tar.gz"
|
distfiles="https://github.com/FiloSottile/age/archive/v${version/.rc/-rc}.tar.gz"
|
||||||
checksum=6d1000e233ae1011ca44ed73c72d6ffd564c4c728eb0b53ed380ca24df1f5673
|
checksum=e352d8b4e08e0b493adf7ab3ea15b349fe07ab833d20395012aa516ea0c36708
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue