summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn Edwards2018-01-08 19:39:51 +0000
committerBryn Edwards2018-01-08 19:39:51 +0000
commit5e3872f7323348ebef5850e2701a6dd2bc57ac9e (patch)
tree5e01a44be2667b17f58588fc64e7a73d8f73ce27
parente0cca552400b932d6012551b9c5664164b36c7a7 (diff)
downloadaur-5e3872f7323348ebef5850e2701a6dd2bc57ac9e.tar.gz
Update to 2.4.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5021f8dbae7..dbc617c51df7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zplug
pkgdesc = A next-generation plugin manager for zsh
- pkgver = 2.4.1
+ pkgver = 2.4.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.4.1.tar.gz
- sha1sums = 561be9e9cd8a5f13c7c4cb102aa25a420226013e
+ source = https://github.com/zplug/zplug/archive/2.4.2.tar.gz
+ sha1sums = 79d6b16345d22f83faad6164e5ad968713a8dcda
pkgname = zplug
diff --git a/PKGBUILD b/PKGBUILD
index 22050252d88f..e7017d9957c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Bryn Edwards <bryn at openmailbox dot org>
pkgname=zplug
-pkgver=2.4.1
+pkgver=2.4.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=('561be9e9cd8a5f13c7c4cb102aa25a420226013e')
+sha1sums=('79d6b16345d22f83faad6164e5ad968713a8dcda')
license=('MIT')
depends=('git' 'zsh')
install='zplug.install'