summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRoman Perepelitsa2021-06-10 11:17:52 +0200
committerRoman Perepelitsa2021-06-10 11:17:52 +0200
commit4f6745834a6044f1f9fa18b04e4282ef8fa59bc6 (patch)
tree19538945c920bf5d7d92003af9b0e1e0db230ddd /PKGBUILD
parent806bcc76ea0fe023b1298203f46e147b76691da9 (diff)
downloadaur-4f6745834a6044f1f9fa18b04e4282ef8fa59bc6.tar.gz
upgrade to 1.5.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4268de46a894..e731477a1438 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Roman Perepelitsa <roman.perepelitsa@gmail.com>
pkgname=gitstatus-bin
-pkgver=1.4.4
+pkgver=1.5.1
pkgrel=1
pkgdesc='Git status for Bash and Zsh prompt'
arch=('any')
@@ -10,7 +10,7 @@ license=('GPL3')
provides=("gitstatus")
conflicts=("gitstatus")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/romkatv/gitstatus/archive/v${pkgver}.tar.gz")
-sha512sums=('e625472a2ac4fa56e45320cabbcadd5e3b93b2442ba4ff3661af43280cb7216dacfb1ea5ded5f465efd0b01a3c198a29592712e4f9c274e6e566ce87f27739ce')
+sha512sums=('6499e506f36f4afcf313e1990b486cd37595c1c5e862c98bcb1cc0f85648c0ebd14b9b96772719fed4d4a412380e4991fa4b5adfc8d63c70dcc8468c06b8a07f')
makedepends=('zsh')
install='gitstatus.install'