summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn Edwards2016-11-26 13:46:59 +0000
committerBryn Edwards2016-11-26 13:46:59 +0000
commitf512102966078a66389bc3cd54f11974c147457b (patch)
treef999bc00718930e6d2bd933cc3a6c3b2b9aaf964
parentc8fe95bc8fbff53cb7ed52d0364e2c6d149ba3f2 (diff)
downloadaur-f512102966078a66389bc3cd54f11974c147457b.tar.gz
Update to 2.3.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56e1842ae37a..3da121192a26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zplug
pkgdesc = A next-generation plugin manager for zsh
- pkgver = 2.3.2
+ pkgver = 2.3.3
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.2.tar.gz
- sha1sums = a1c0973654da2f9f5d8d08c9cb130c8a06e8101f
+ source = https://github.com/zplug/zplug/archive/2.3.3.tar.gz
+ sha1sums = 79b81adc39fa6b9bee12c8cb6471a2217f65fa03
pkgname = zplug
diff --git a/PKGBUILD b/PKGBUILD
index bca780b8d576..e1495956ed27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Bryn Edwards <bryn at openmailbox dot org>
pkgname=zplug
-pkgver=2.3.2
+pkgver=2.3.3
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=('a1c0973654da2f9f5d8d08c9cb130c8a06e8101f')
+sha1sums=('79b81adc39fa6b9bee12c8cb6471a2217f65fa03')
license=('MIT')
depends=('git' 'zsh')
install='zplug.install'