summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBryn Edwards2020-04-09 14:15:17 +0100
committerBryn Edwards2020-04-09 14:15:17 +0100
commit74bd9c2296cd1b19f47810808edbadccdc902720 (patch)
tree5e16ff4a7bf54955bdefa8be18b20cce8466b20c /PKGBUILD
parent437ef71b44ad03aecae7308cdd484854ae7744ae (diff)
downloadaur-74bd9c2296cd1b19f47810808edbadccdc902720.tar.gz
6.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8ee10af14a17..e41fa9773850 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Bryn Edwards <bryn.edwards@gmail.com>
pkgname=antibody
-pkgver=6.0.0
+pkgver=6.0.1
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=('40dbe2ff67117e63a8c98290c7a80f72e0cbd9cff2473a8b6d0eef45bd205443')
+sha256sums=('dad02a91cbf5715209ca2958dfeb29127f674a00615f80254efc87c33930dbe0')
prepare() {
cd "$pkgname-$pkgver"