summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBryn Edwards2020-02-14 09:26:32 +0000
committerBryn Edwards2020-02-14 09:26:32 +0000
commit59f4c1f1ae8d25bdbf0758f9dc2d10bd3edd0314 (patch)
treec58e6376c4610829d9a16eb8b715f10bd31a606d /PKGBUILD
parent0cf0771524499f758b6fc95bed3dd0d054cf7c33 (diff)
downloadaur-59f4c1f1ae8d25bdbf0758f9dc2d10bd3edd0314.tar.gz
4.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 529fbaa44e57..108462701145 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Bryn Edwards <bryn.edwards@gmail.com>
pkgname=antibody
-pkgver=4.2.0
+pkgver=4.3.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=('552d94e2a0e5b3b93f8659f0a9ed5bdae4622c46a2418ca2a40573862fc991dc')
+sha256sums=('ba5be9416a6ae1c88c8bad655306c5d1c8391176c4343c5d25b981b7999cb02c')
prepare() {
cd "$pkgname-$pkgver"