summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn Edwards2018-07-11 09:22:03 +0100
committerBryn Edwards2018-07-11 09:22:03 +0100
commit8837d75b23e4c1d9bd791e06a07c793f5e5f7063 (patch)
tree9c11803f4903f6e239e4d5dbfe55feeda5ae8b2c
parentcbfccb5a84aefb6c897b4e91a9a041baa654491e (diff)
downloadaur-8837d75b23e4c1d9bd791e06a07c793f5e5f7063.tar.gz
3.5.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 635eed2a0f30..d3b369b63d1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = antibody
pkgdesc = A shell plugin manager.
- pkgver = 3.5.1
+ pkgver = 3.5.2
pkgrel = 1
url = https://getantibody.github.io/
arch = i686
@@ -8,8 +8,8 @@ pkgbase = antibody
license = MIT
makedepends = go
makedepends = dep
- source = https://github.com/getantibody/antibody/archive/v3.5.1.tar.gz
- sha256sums = ee0f73041a4e4b6dad8a6704430f84cd58e0894fee547a6c302a80f49833175b
+ source = https://github.com/getantibody/antibody/archive/v3.5.2.tar.gz
+ sha256sums = 6ef5bfb1ed7a619506d565291db1e1a46e753648b0f3a28250afcc3261f70340
pkgname = antibody
diff --git a/PKGBUILD b/PKGBUILD
index dbfd44fe3b07..254e711cd8a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Bryn Edwards <bryn@protonmail.ch>
pkgname=antibody
-pkgver=3.5.1
+pkgver=3.5.2
pkgrel=1
pkgdesc="A shell plugin manager."
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://getantibody.github.io/"
license=('MIT')
makedepends=('go' 'dep')
source=("https://github.com/getantibody/antibody/archive/v${pkgver}.tar.gz")
-sha256sums=('ee0f73041a4e4b6dad8a6704430f84cd58e0894fee547a6c302a80f49833175b')
+sha256sums=('6ef5bfb1ed7a619506d565291db1e1a46e753648b0f3a28250afcc3261f70340')
_repodir=(".go/src")
prepare() {