gocryptfs: update to 1.8.0.
This commit is contained in:
parent
2831e875b3
commit
29c565f94d
1 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'gocryptfs'
|
||||
pkgname=gocryptfs
|
||||
version=1.7.1
|
||||
version=1.8.0
|
||||
revision=1
|
||||
wrksrc="${pkgname}_v${version}_src-deps"
|
||||
build_style=go
|
||||
|
@ -9,14 +9,14 @@ go_build_tags="without_openssl"
|
|||
go_ldflags="-X main.GitVersion=v${version} -X main.GitVersionFuse="[vendored]" -X main.BuildDate=$(date +%Y-%m-%d)"
|
||||
depends="fuse"
|
||||
short_desc="Encrypted overlay filesystem written in Go"
|
||||
maintainer="mustaqim <mustaqim+void@pm.me>"
|
||||
maintainer="Felipe Nogueira <contato.fnog@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://nuetzlich.net/gocryptfs"
|
||||
changelog="https://github.com/rfjakob/gocryptfs#changelog"
|
||||
distfiles="https://github.com/rfjakob/${pkgname}/releases/download/v${version}/${pkgname}_v${version}_src-deps.tar.gz"
|
||||
checksum=d3fc2c87b869025cd51e4abea030e58e7383197a7458f26bf99a71b224402bda
|
||||
checksum=c4ca576c2a47f0ed395b96f70fb58fc8f7b4beced8ae67e356eeed6898f8352a
|
||||
|
||||
post_install() {
|
||||
vlicense $GOSRCPATH/LICENSE
|
||||
vman $GOSRCPATH/Documentation/gocryptfs.1
|
||||
vlicense LICENSE
|
||||
vman Documentation/gocryptfs.1
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue