summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBryn Edwards2020-09-04 04:24:59 +0100
committerBryn Edwards2020-09-04 04:24:59 +0100
commita877767f9dc17a61cdd17cbab437a501da849e7a (patch)
tree4d21d32479a7641dc242d9241df9cb630c0dac83 /PKGBUILD
parent3583959e5062487c80e013623bc81dcc742e50c6 (diff)
downloadaur-antibody.tar.gz
6.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index db9a83192c78..20feb2e23704 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Bryn Edwards <bryn.edwards@gmail.com>
pkgname=antibody
-pkgver=6.1.0
+pkgver=6.1.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=('b2cf67af801ebf10c0d52b1767cbdb5e3ab5a1713e6c3d28616a109e1d7906a7')
+sha256sums=('87bced5fba8cf5d587ea803d33dda72e8bcbd4e4c9991a9b40b2de4babbfc24f')
prepare() {
cd "$pkgname-$pkgver"