summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn Edwards2016-12-19 10:02:41 +0000
committerBryn Edwards2016-12-19 10:02:41 +0000
commit14addfc521c0c8ef119165c0af76864045c15877 (patch)
tree0c3716e72f4c824617a073816a4b2e52e35089ef
parentf512102966078a66389bc3cd54f11974c147457b (diff)
downloadaur-14addfc521c0c8ef119165c0af76864045c15877.tar.gz
Update to 2.3.4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3da121192a26..3a1ec08a0be2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zplug
pkgdesc = A next-generation plugin manager for zsh
- pkgver = 2.3.3
+ pkgver = 2.3.4
pkgrel = 1
url = http://zplug.sh
install = zplug.install
@@ -8,7 +8,7 @@ pkgbase = zplug
license = MIT
depends = git
depends = zsh
- source = https://github.com/zplug/zplug/archive/2.3.3.tar.gz
+ source = https://github.com/zplug/zplug/archive/2.3.4.tar.gz
sha1sums = 79b81adc39fa6b9bee12c8cb6471a2217f65fa03
pkgname = zplug
diff --git a/PKGBUILD b/PKGBUILD
index e1495956ed27..e677daef9ae6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Bryn Edwards <bryn at openmailbox dot org>
pkgname=zplug
-pkgver=2.3.3
+pkgver=2.3.4
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=('79b81adc39fa6b9bee12c8cb6471a2217f65fa03')
+sha1sums=('1fd5314c7ff02854688c5767045b4bed2dcbe1b9')
license=('MIT')
depends=('git' 'zsh')
install='zplug.install'