summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Dziedzic2013-07-12 18:00:18 +0000
committerEli Schwartz2015-06-09 01:22:16 -0500
commit11580c55a6d1e474bc8ca00cb9f4283ffad4ed3d (patch)
treee58d9fc2992c84cab308eeda417e2eff24cbf5f9
parentd021b4362a85265aa9ea344b7a949aeaeea85ec3 (diff)
downloadaur-11580c55a6d1e474bc8ca00cb9f4283ffad4ed3d.tar.gz
upgpkg: git-extras 1.9.0-1
Imported old history from aur-mirror: updated on Fri Jul 12 18:00:17 UTC 2013 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 e5e6de3a09d4..6e0792c757bc 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.8.0
+ pkgver = 1.9.0
pkgrel = 1
url = http://github.com/visionmedia/git-extras
arch = any
license = custom:MIT
depends = git
depends = bash
- source = https://github.com/visionmedia/git-extras/archive/1.8.0.tar.gz
- md5sums = 3f05a8ea87afa6780eece3d34a690ee5
- sha256sums = 80ef21860809167324828da90d9cafff4f49c79096c63e0d7d104d0e6db849ff
+ source = https://github.com/visionmedia/git-extras/archive/1.9.0.tar.gz
+ md5sums = 7ac28233dad49bfc646cffc406d977f6
+ sha256sums = 53c4f9998222937fec07cc02dad1d7b87f8dc10b22d84698702fd96c4729a755
pkgname = git-extras
diff --git a/PKGBUILD b/PKGBUILD
index 85540e88316a..606b5ee4a2dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan Tatschner <stefan.tatschner@gmail.com>
pkgname=git-extras
-pkgver=1.8.0
+pkgver=1.9.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="https://github.com/visionmedia/${pkgname}/archive/${pkgver}.tar.gz"
-md5sums=('3f05a8ea87afa6780eece3d34a690ee5')
-sha256sums=('80ef21860809167324828da90d9cafff4f49c79096c63e0d7d104d0e6db849ff')
+md5sums=('7ac28233dad49bfc646cffc406d977f6')
+sha256sums=('53c4f9998222937fec07cc02dad1d7b87f8dc10b22d84698702fd96c4729a755')
package() {
cd "$srcdir/$pkgname-$pkgver"