gopass: update to 1.15.15

This commit is contained in:
cinerea0 2024-11-30 17:17:02 -05:00 committed by cinerea0
parent 44742d0f7c
commit 581816b5d6
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'gopass' # Template file for 'gopass'
pkgname=gopass pkgname=gopass
version=1.15.14 version=1.15.15
revision=2 revision=1
build_style=go build_style=go
go_import_path=github.com/gopasspw/gopass go_import_path=github.com/gopasspw/gopass
go_package="${go_import_path}" go_package="${go_import_path}"
@ -14,8 +14,8 @@ license="MIT"
homepage="https://www.gopass.pw/" homepage="https://www.gopass.pw/"
changelog="https://raw.githubusercontent.com/gopasspw/gopass/master/CHANGELOG.md" changelog="https://raw.githubusercontent.com/gopasspw/gopass/master/CHANGELOG.md"
distfiles="https://github.com/gopasspw/gopass/archive/refs/tags/v${version}.tar.gz" distfiles="https://github.com/gopasspw/gopass/archive/refs/tags/v${version}.tar.gz"
checksum=47a2a735fc94064c3eb53c400f15c39b543bdb01753537da39403d12dddc03ea checksum=00ad6a32f89fe64760b70b9424af19b88d671673a66424d59d80cfa97deb75d3
make_check_pre="GOPASS_BINARY=${GOPATH}/bin/gopass" make_check_pre="env GOPASS_BINARY=${GOPATH}/bin/gopass"
export GOFLAGS="-buildmode=pie" export GOFLAGS="-buildmode=pie"