summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn Edwards2016-10-11 11:59:10 +0100
committerBryn Edwards2016-10-11 11:59:10 +0100
commitc8fe95bc8fbff53cb7ed52d0364e2c6d149ba3f2 (patch)
treea879797f0b0a9be80a27166c34b1f16933b3fc01
parent762ad75a38492731f8cffabfa416fdbf8bfca64b (diff)
downloadaur-c8fe95bc8fbff53cb7ed52d0364e2c6d149ba3f2.tar.gz
Update to 2.3.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38f5ac3630dd..56e1842ae37a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zplug
pkgdesc = A next-generation plugin manager for zsh
- pkgver = 2.3.0
+ pkgver = 2.3.2
pkgrel = 1
url = http://zplug.sh
install = zplug.install
@@ -8,8 +8,8 @@ pkgbase = zplug
license = MIT
depends = git
depends = zsh
- source = https://github.com/zplug/zplug/archive/2.3.0.tar.gz
- sha1sums = d386a1632c91a5fdde0641818ecb13891c398553
+ source = https://github.com/zplug/zplug/archive/2.3.2.tar.gz
+ sha1sums = a1c0973654da2f9f5d8d08c9cb130c8a06e8101f
pkgname = zplug
diff --git a/PKGBUILD b/PKGBUILD
index d8557266a84e..bca780b8d576 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Bryn Edwards <bryn at openmailbox dot org>
pkgname=zplug
-pkgver=2.3.0
+pkgver=2.3.2
pkgrel=1
pkgdesc="A next-generation plugin manager for zsh"
arch=('any')
url="http://zplug.sh"
source=("https://github.com/$pkgname/$pkgname/archive/$pkgver.tar.gz")
-sha1sums=('d386a1632c91a5fdde0641818ecb13891c398553')
+sha1sums=('a1c0973654da2f9f5d8d08c9cb130c8a06e8101f')
license=('MIT')
depends=('git' 'zsh')
install='zplug.install'