gopass: update to 1.8.1.
Closes #14989. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
3010ad9c28
commit
ef876db821
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'gopass'
|
||||
pkgname=gopass
|
||||
version=1.7.2
|
||||
version=1.8.1
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/justwatchcom/gopass"
|
||||
depends="gnupg2 git"
|
||||
go_import_path=github.com/gopasspw/gopass
|
||||
makedepends="gnupg2"
|
||||
depends="gnupg2 git"
|
||||
short_desc="The slightly more awesome standard unix password manager for teams"
|
||||
maintainer="Dominic Monroe <monroef4@googlemail.com>"
|
||||
license="MIT"
|
||||
homepage="https://www.justwatch.com/gopass/"
|
||||
#changelog="https://raw.githubusercontent.com/justwatchcom/gopass/master/CHANGELOG.md"
|
||||
distfiles="https://github.com/justwatchcom/gopass/archive/v${version}.tar.gz"
|
||||
checksum=71fece96684e36f4765e913bf30bf93c9bf7a1df9638b9187732d49d8b2f22cb
|
||||
distfiles="https://github.com/gopasspw/gopass/archive/v${version}.tar.gz"
|
||||
checksum=14b016112abaf18427d58009e61999a7d2aff2d49df9a4458ab572532d4b05e8
|
||||
nocross=yes
|
||||
|
||||
post_build() {
|
||||
|
|
Loading…
Reference in New Issue