summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthew McGinn2021-07-28 09:24:32 -0400
committerMatthew McGinn2021-07-28 09:24:32 -0400
commit2f9a2967da1ad46f00acdc39e9fb1276f36d6178 (patch)
tree0031da68e6998f9cc3bb8167c818bcc6dedb8547 /PKGBUILD
parent0a3367455781a3e04e159d7cadda2ec868063e16 (diff)
downloadaur-2f9a2967da1ad46f00acdc39e9fb1276f36d6178.tar.gz
update version to v1.17.0
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 a0de35b12183..774a207f2ddd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Daniel Greve <greve.daniel.l@gmail.com>
pkgname=zsh-pure-prompt
-pkgver=1.16.0
+pkgver=1.17.0
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=('152ffa2cffb6b79e10b78c0fb1de0b8461bae87822439d10ea9c749836060eca')
+sha256sums=('7a3dfec47b23a5e849a907b83dac4fb057beb9e0638b71f061b0fabea6a83c70')
package() {
cd "${srcdir}/pure-${pkgver}"