summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Dziedzic2012-06-22 09:00:14 +0000
committerEli Schwartz2015-06-09 01:22:15 -0500
commit8444fc46d1faa8c2dd4f1737318c28ec2ab36d6b (patch)
treeb733b154b01b34c55b10c4378a6e9d66c5feae4d
parent00a0d0feeca5d6cb2fddbbb2d8c0a0136c71408b (diff)
downloadaur-8444fc46d1faa8c2dd4f1737318c28ec2ab36d6b.tar.gz
upgpkg: git-extras 1.7.0-1
Imported old history from aur-mirror: updated on Fri Jun 22 09:00:14 UTC 2012 filter-branch: add .SRCINFO
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 010af3a6d492..370cd4a820f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = git-extras
pkgdesc = GIT utilities -- repo summary, commit counting, repl, changelog population and more
- pkgver = 1.6.0
+ pkgver = 1.7.0
pkgrel = 1
url = http://github.com/visionmedia/git-extras
arch = any
license = custom:MIT
depends = git
depends = bash
- source = git-extras-1.6.0.tar.gz::https://github.com/visionmedia/git-extras/tarball/1.6.0
- md5sums = 7f8e253b4d948e21c877a2f15dd00581
- sha256sums = b4a1faba328128b2cb04695f10f44728e22e35e0dd2ae43c620944d44f3e0a1e
+ source = git-extras-1.7.0.tar.gz::https://github.com/visionmedia/git-extras/tarball/1.7.0
+ md5sums = f0bdcecbc4d403937d175b2ebeb6df53
+ sha256sums = 270e941af5a437c98e96dab0bd86e1dfa908a14dcd769536dadebe9584240b85
pkgname = git-extras
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"-*