summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBryn Edwards2020-03-22 20:27:23 +0000
committerBryn Edwards2020-03-22 20:27:23 +0000
commit360df052f280363de7d34e1c7b61d090bc3c92d8 (patch)
tree1ed7ee803b9821a78e58e7296f0eaaa7037c5d39 /PKGBUILD
parent942625f39c7d27fdd9167b59d7fc75bceaa8c0ff (diff)
downloadaur-360df052f280363de7d34e1c7b61d090bc3c92d8.tar.gz
5.0.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b1018ef54f72..f3f229d79249 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Bryn Edwards <bryn.edwards@gmail.com>
pkgname=antibody
-pkgver=4.3.1
+pkgver=5.0.0
pkgrel=1
pkgdesc="A shell plugin manager."
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('git')
makedepends=('go')
source=("https://github.com/getantibody/antibody/archive/v${pkgver}.tar.gz")
-sha256sums=('b69b2b90914e03f4a54453d740345cad222b379c366ec3788f4fdf4b1f01ac64')
+sha256sums=('dfc983df82a7a1d90e5fa51f060da0d67cfe6da71323173efaa400638610e901')
prepare() {
cd "$pkgname-$pkgver"