summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 350e070d80ec..7541442d29c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Eirik Albrigtsen <analsandblaster at gmail dot com>
pkgname=blackbox-vcs
-pkgver=1.20200429
+pkgver=2.0.0
pkgrel=1
pkgdesc="Safely store secrets in Git/Mercurial/Subversion"
arch=('any')
@@ -10,7 +10,7 @@ url="https://github.com/StackExchange/blackbox"
license=('MIT')
depends=('gnupg' 'bash')
source=("https://github.com/StackExchange/blackbox/archive/v${pkgver}.tar.gz")
-sha256sums=('7a355bb4f44d43989a21f74b927fc2a5063a54c17539d5e5fa74e93e64c261ac')
+sha256sums=('0a8fee39dc46436472528ea3a5743c42ebefc068519545fe6fca57041f42deae')
package() {
cd "${srcdir}/blackbox-${pkgver}"