summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn Edwards2020-07-15 18:04:14 +0100
committerBryn Edwards2020-07-15 18:04:14 +0100
commit3583959e5062487c80e013623bc81dcc742e50c6 (patch)
treed5121d173d7967f28cd937d1e40bcfa7e6b14e37
parent74bd9c2296cd1b19f47810808edbadccdc902720 (diff)
downloadaur-3583959e5062487c80e013623bc81dcc742e50c6.tar.gz
6.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26c802cd684f..2ccd8dd88128 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = antibody
pkgdesc = A shell plugin manager.
- pkgver = 6.0.1
+ pkgver = 6.1.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/v6.0.1.tar.gz
- sha256sums = dad02a91cbf5715209ca2958dfeb29127f674a00615f80254efc87c33930dbe0
+ source = https://github.com/getantibody/antibody/archive/v6.1.0.tar.gz
+ sha256sums = b2cf67af801ebf10c0d52b1767cbdb5e3ab5a1713e6c3d28616a109e1d7906a7
pkgname = antibody
diff --git a/PKGBUILD b/PKGBUILD
index e41fa9773850..db9a83192c78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Bryn Edwards <bryn.edwards@gmail.com>
pkgname=antibody
-pkgver=6.0.1
+pkgver=6.1.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=('dad02a91cbf5715209ca2958dfeb29127f674a00615f80254efc87c33930dbe0')
+sha256sums=('b2cf67af801ebf10c0d52b1767cbdb5e3ab5a1713e6c3d28616a109e1d7906a7')
prepare() {
cd "$pkgname-$pkgver"