summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Schwartz2019-02-21 11:43:16 -0500
committerEli Schwartz2019-02-21 11:43:16 -0500
commit9df0680c451e7eb25e6852a7c378395fac287cd1 (patch)
tree8082088e1a167fba194f5388fa81b7b77d939099
parentb837adfc9ca5637afe2d8d6d34253a4b11214fd3 (diff)
downloadaur-9df0680c451e7eb25e6852a7c378395fac287cd1.tar.gz
upgpkg: git-extras 4.7.0-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 641cb10d089d..e49c20f7b74d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = git-extras
pkgdesc = GIT utilities -- repo summary, commit counting, repl, changelog population and more
- pkgver = 4.6.0
+ pkgver = 4.7.0
pkgrel = 1
url = https://github.com/tj/git-extras
arch = any
license = MIT
depends = git
- source = git-extras-4.6.0.tar.gz::https://github.com/tj/git-extras/archive/4.6.0.tar.gz
- sha256sums = e3baa3a54cb3d8f2e09409e9dec22c76c0e4802e44e108b6cc0b4b0245e4e5ca
+ source = git-extras-4.7.0.tar.gz::https://github.com/tj/git-extras/archive/4.7.0.tar.gz
+ sha256sums = 58ed54248a1efcb8e9981940040361343e175cb36f72adc61896d53a8b234b5d
pkgname = git-extras
diff --git a/PKGBUILD b/PKGBUILD
index 17bcd8f4cfb6..aa7b6cf12318 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# All my PKGBUILDs are managed at https://github.com/eli-schwartz/pkgbuilds
pkgname=git-extras
-pkgver=4.6.0
+pkgver=4.7.0
pkgrel=1
pkgdesc="GIT utilities -- repo summary, commit counting, repl, changelog population and more"
arch=('any')
@@ -12,7 +12,7 @@ url="https://github.com/tj/${pkgname}"
license=('MIT')
depends=('git')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('e3baa3a54cb3d8f2e09409e9dec22c76c0e4802e44e108b6cc0b4b0245e4e5ca')
+sha256sums=('58ed54248a1efcb8e9981940040361343e175cb36f72adc61896d53a8b234b5d')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"