diff options
author | Galen Abell <galen@galenabell.com> | 2020-05-01 15:47:37 -0400 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-05-02 22:22:02 +0000 |
commit | 4d2879dd4056676156d526ba734383474b1abfea (patch) | |
tree | 72e5d09044dab161547e4b640f5e53b96dfd08b6 /testing/blackbox | |
parent | cf05c2d05918e7af2cc49a0cb507b0613e5e2b36 (diff) | |
download | aports-4d2879dd4056676156d526ba734383474b1abfea.tar.bz2 aports-4d2879dd4056676156d526ba734383474b1abfea.tar.xz |
testing/blackbox: upgrade to v1.20200429
Diffstat (limited to 'testing/blackbox')
-rw-r--r-- | testing/blackbox/APKBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/testing/blackbox/APKBUILD b/testing/blackbox/APKBUILD index f0b75b1fa7..5b6c34c207 100644 --- a/testing/blackbox/APKBUILD +++ b/testing/blackbox/APKBUILD @@ -1,8 +1,7 @@ # Contributor: Galen Abell <galen@galenabell.com> # Maintainer: Galen Abell <galen@galenabell.com> pkgname=blackbox -pkgver=0_git20200201 # no releases in a while -_pkgsha=90418566e363d8cef63fc9d9fcad73a7290927cf +pkgver=1.20200429 pkgrel=0 pkgdesc="Safely store secrets in Git/Mercurial/Subversion" url="https://github.com/StackExchange/blackbox" @@ -10,8 +9,7 @@ arch="noarch" depends="bash gnupg" options="!check" # no tests license="MIT" -source="$pkgname-$_pkgsha.tar.gz::https://github.com/StackExchange/blackbox/archive/$_pkgsha.tar.gz" -builddir="$srcdir/$pkgname-$_pkgsha" +source="$pkgname-$pkgver.tar.gz::https://github.com/StackExchange/blackbox/archive/v$pkgver.tar.gz" package() { # Makefile doesn't create directories @@ -19,4 +17,4 @@ package() { make PREFIX="$pkgdir" copy-install } -sha512sums="a298400077902b868bff8272fc99c916c5919f8107352d0bf189cba53615c0ca25a298a6ccc8d2777ff888267e639067792f63981df771d4ad9c82ed30c0fd96 blackbox-90418566e363d8cef63fc9d9fcad73a7290927cf.tar.gz" +sha512sums="afa8fec6abbaf3485f4df15993c8eb5e2903c8d1a1fe427b9362c89d49ef68c474d226cfa899a80d12fd8b8d570349a09d8a61bfc4b5559ab4ae3d836780175f blackbox-1.20200429.tar.gz" |