summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBryn Edwards2017-01-10 16:38:03 +0000
committerBryn Edwards2017-01-10 16:38:03 +0000
commite0cca552400b932d6012551b9c5664164b36c7a7 (patch)
treeaf02c9e4b8ea19ad39ce1cb242a1195b63d21453 /PKGBUILD
parentbe2e9c2f722dbb5f9fde12b409bbcd7878b3cb9b (diff)
downloadaur-e0cca552400b932d6012551b9c5664164b36c7a7.tar.gz
Update to 2.4.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d88cf46d03ec..22050252d88f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Bryn Edwards <bryn at openmailbox dot org>
pkgname=zplug
-pkgver=2.4.0
+pkgver=2.4.1
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=('25d3575b6c3a0bbb980dec35e5fcd187a7a00f70')
+sha1sums=('561be9e9cd8a5f13c7c4cb102aa25a420226013e')
license=('MIT')
depends=('git' 'zsh')
install='zplug.install'