summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Schwartz2017-07-15 23:59:14 -0400
committerEli Schwartz2017-07-15 23:59:14 -0400
commit96a2c84586a1b7b436589478b6a91826cc5ac6c6 (patch)
tree983e8b5990aa704df13ec40b95de73239dd37b6f
parent46efba419d79a07f92a1a0a25dfe24e46bb7f37f (diff)
downloadaur-96a2c84586a1b7b436589478b6a91826cc5ac6c6.tar.gz
upgpkg: git-extras 4.4.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 7c2b25420301..fdefcfe86f88 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.3.0
+ pkgver = 4.4.0
pkgrel = 1
url = https://github.com/tj/git-extras
arch = any
license = MIT
depends = git
- source = git-extras-4.3.0.tar.gz::https://github.com/tj/git-extras/archive/4.3.0.tar.gz
- sha256sums = 25e608ba17b49d38e1f1f9938cceb9a7406f4e2a5e9488898c193e82ac42e3be
+ source = git-extras-4.4.0.tar.gz::https://github.com/tj/git-extras/archive/4.4.0.tar.gz
+ sha256sums = 16c2184f13272dd032717ebd22a88762759cd10d2b9357e4ac7bd992bdd7686d
pkgname = git-extras
diff --git a/PKGBUILD b/PKGBUILD
index 4fe962cc66a0..31f19df286fe 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.3.0
+pkgver=4.4.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=('25e608ba17b49d38e1f1f9938cceb9a7406f4e2a5e9488898c193e82ac42e3be')
+sha256sums=('16c2184f13272dd032717ebd22a88762759cd10d2b9357e4ac7bd992bdd7686d')
package() {
cd "$srcdir/$pkgname-$pkgver"