summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 67e9b91ab635..cd8bf529c6f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Stefan Tatschner <stefan.tatschner@gmail.com>
pkgname=git-extras
-pkgver=3.0.0
+pkgver=4.0.0
pkgrel=1
pkgdesc="GIT utilities -- repo summary, commit counting, repl, changelog population and more"
arch=(any)
@@ -10,7 +10,7 @@ url="https://github.com/tj/git-extras"
license=('custom:MIT')
depends=('git')
source="https://github.com/tj/${pkgname}/archive/${pkgver}.tar.gz"
-sha256sums=('490742428824d6e807e894c3b6612be37a9a9a4e8fbea747d1813e5d62b2a807')
+sha256sums=('4adaadc1f22f3240ae9607963ede29a5c010ae14b877b90c27d17d6b0c06f430')
package() {
cd "$srcdir/$pkgname-$pkgver"