summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn Edwards2020-03-30 13:49:03 +0100
committerBryn Edwards2020-03-30 13:49:03 +0100
commit437ef71b44ad03aecae7308cdd484854ae7744ae (patch)
tree4f970afe45f2d175881868e412110dbe68f73b0b
parent6ca7b9a12b70206db20a7bb85c58687216f97e5f (diff)
downloadaur-437ef71b44ad03aecae7308cdd484854ae7744ae.tar.gz
6.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5255c0888f5f..5e1eaa3114b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = antibody
pkgdesc = A shell plugin manager.
- pkgver = 5.0.1
+ pkgver = 6.0.0
pkgrel = 1
url = https://getantibody.github.io/
arch = i686
@@ -12,8 +12,8 @@ pkgbase = antibody
license = MIT
makedepends = go
depends = git
- source = https://github.com/getantibody/antibody/archive/v5.0.1.tar.gz
- sha256sums = df733e8d79b2ab2778a6c72973c76ee59b3f686a4c35b3d0850d523c96c062c4
+ source = https://github.com/getantibody/antibody/archive/v6.0.0.tar.gz
+ sha256sums = 40dbe2ff67117e63a8c98290c7a80f72e0cbd9cff2473a8b6d0eef45bd205443
pkgname = antibody
diff --git a/PKGBUILD b/PKGBUILD
index bdf617252372..8ee10af14a17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Bryn Edwards <bryn.edwards@gmail.com>
pkgname=antibody
-pkgver=5.0.1
+pkgver=6.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=('df733e8d79b2ab2778a6c72973c76ee59b3f686a4c35b3d0850d523c96c062c4')
+sha256sums=('40dbe2ff67117e63a8c98290c7a80f72e0cbd9cff2473a8b6d0eef45bd205443')
prepare() {
cd "$pkgname-$pkgver"