mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
age: update to 1.0.0.
This commit is contained in:
parent
85133d407d
commit
8b6f7cbc80
1 changed files with 5 additions and 4 deletions
|
@ -1,8 +1,7 @@
|
|||
# Template file for 'age'
|
||||
pkgname=age
|
||||
version=1.0.0.rc.3
|
||||
version=1.0.0
|
||||
revision=1
|
||||
wrksrc="${pkgname}-${version/.rc/-rc}"
|
||||
build_style=go
|
||||
go_import_path="filippo.io/age"
|
||||
go_package="${go_import_path}/cmd/..."
|
||||
|
@ -10,9 +9,11 @@ short_desc="Simple, modern and secure encryption tool"
|
|||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://age-encryption.org/"
|
||||
distfiles="https://github.com/FiloSottile/age/archive/v${version/.rc/-rc}.tar.gz"
|
||||
checksum=e352d8b4e08e0b493adf7ab3ea15b349fe07ab833d20395012aa516ea0c36708
|
||||
distfiles="https://github.com/FiloSottile/age/archive/v${version}.tar.gz"
|
||||
checksum=8d27684f62f9dc74014035e31619e2e07f8b56257b1075560456cbf05ddbcfce
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
vman doc/age.1
|
||||
vman doc/age-keygen.1
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue