summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ce49d24cab45..f8de79120fa4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thomas Jost <schnouki+aur@schnouki.net>
pkgname=git-extras
-pkgver=1.6.0
+pkgver=1.7.0
pkgrel=1
pkgdesc="GIT utilities -- repo summary, commit counting, repl, changelog population and more"
arch=(any)
@@ -8,8 +8,8 @@ url="http://github.com/visionmedia/git-extras"
license=('custom:MIT')
depends=('git' 'bash')
source=(git-extras-${pkgver}.tar.gz::https://github.com/visionmedia/${pkgname}/tarball/${pkgver})
-md5sums=('7f8e253b4d948e21c877a2f15dd00581')
-sha256sums=('b4a1faba328128b2cb04695f10f44728e22e35e0dd2ae43c620944d44f3e0a1e')
+md5sums=('f0bdcecbc4d403937d175b2ebeb6df53')
+sha256sums=('270e941af5a437c98e96dab0bd86e1dfa908a14dcd769536dadebe9584240b85')
package() {
cd "$srcdir"/visionmedia-"$pkgname"-*