summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthew McGinn2021-08-16 08:13:04 -0400
committerMatthew McGinn2021-08-16 08:13:04 -0400
commitec9e2c1c0004f3b99f3b3a05639c97c5914045d9 (patch)
tree0a37fca8298cd25f681751fae74eac042dddeb31 /PKGBUILD
parent2f9a2967da1ad46f00acdc39e9fb1276f36d6178 (diff)
downloadaur-ec9e2c1c0004f3b99f3b3a05639c97c5914045d9.tar.gz
update version to v1.17.1
Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 774a207f2ddd..2ebab0a5a118 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Daniel Greve <greve.daniel.l@gmail.com>
pkgname=zsh-pure-prompt
-pkgver=1.17.0
+pkgver=1.17.1
pkgrel=1
pkgdesc='Pretty, minimal and fast ZSH prompt'
arch=('any')
@@ -12,7 +12,7 @@ _github_url='https://github.com/sindresorhus/pure'
license=('MIT')
depends=('git' 'zsh')
source=("https://github.com/sindresorhus/pure/archive/v${pkgver}.tar.gz")
-sha256sums=('7a3dfec47b23a5e849a907b83dac4fb057beb9e0638b71f061b0fabea6a83c70')
+sha256sums=('b2527e100e35bc2877036a6f7a19397c982b3204c2df44ead65f6b9198b91305')
package() {
cd "${srcdir}/pure-${pkgver}"