summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn Edwards2020-02-15 10:48:10 +0000
committerBryn Edwards2020-02-15 10:48:10 +0000
commit942625f39c7d27fdd9167b59d7fc75bceaa8c0ff (patch)
tree38bf89cf9e9616f8aa338eaed6f5593c33fdc98f
parent59f4c1f1ae8d25bdbf0758f9dc2d10bd3edd0314 (diff)
downloadaur-942625f39c7d27fdd9167b59d7fc75bceaa8c0ff.tar.gz
4.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89115bc2d5d0..94b05aaa44c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = antibody
pkgdesc = A shell plugin manager.
- pkgver = 4.3.0
+ pkgver = 4.3.1
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/v4.3.0.tar.gz
- sha256sums = ba5be9416a6ae1c88c8bad655306c5d1c8391176c4343c5d25b981b7999cb02c
+ source = https://github.com/getantibody/antibody/archive/v4.3.1.tar.gz
+ sha256sums = b69b2b90914e03f4a54453d740345cad222b379c366ec3788f4fdf4b1f01ac64
pkgname = antibody
diff --git a/PKGBUILD b/PKGBUILD
index 108462701145..b1018ef54f72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Bryn Edwards <bryn.edwards@gmail.com>
pkgname=antibody
-pkgver=4.3.0
+pkgver=4.3.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=('ba5be9416a6ae1c88c8bad655306c5d1c8391176c4343c5d25b981b7999cb02c')
+sha256sums=('b69b2b90914e03f4a54453d740345cad222b379c366ec3788f4fdf4b1f01ac64')
prepare() {
cd "$pkgname-$pkgver"