summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn Edwards2019-03-11 09:29:30 +0000
committerBryn Edwards2019-03-11 09:29:30 +0000
commit5ce176218d3655d47431124cdcb7cd476a4eac05 (patch)
tree67528f29dc626e4a36698351b71d9a5b633aaf05
parent3b48671802c88b54d72f5a31646c721f9c10eb97 (diff)
downloadaur-5ce176218d3655d47431124cdcb7cd476a4eac05.tar.gz
4.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac66f0171337..aeaaeed5b704 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = antibody
pkgdesc = A shell plugin manager.
- pkgver = 4.1.0
+ pkgver = 4.1.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.1.0.tar.gz
- sha256sums = aac40071846c09febccac3e540ce4cd3855868972bcea6a9aa903ab8bfa5ff4d
+ source = https://github.com/getantibody/antibody/archive/v4.1.1.tar.gz
+ sha256sums = 421ef6b7759910fe042002a4b65c9e06fcac374d20d85a04146b406edc93fb32
pkgname = antibody
diff --git a/PKGBUILD b/PKGBUILD
index 1e04eb71b394..68cca009e350 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Bryn Edwards <bryn@protonmail.ch>
+# Maintainer: Bryn Edwards <bryn.edwards@gmail.com>
pkgname=antibody
-pkgver=4.1.0
+pkgver=4.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=('aac40071846c09febccac3e540ce4cd3855868972bcea6a9aa903ab8bfa5ff4d')
+sha256sums=('421ef6b7759910fe042002a4b65c9e06fcac374d20d85a04146b406edc93fb32')
_repodir=(".go/src")
prepare() {