summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f80e384f382f..d62b499b9745 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Bradford Smith <aur@bradfords.me>
pkgname=git-summary
-pkgver=1.1.3
+pkgver=1.1.4
pkgrel=1
pkgdesc="Script to print a summary of git author contributions"
arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/bradford-smith94/$pkgname"
license=('MIT')
depends=('git')
source=("https://github.com/bradford-smith94/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('e7c35b44adea1b951cabe75a324832518e430593d0f7e8bf5e3ceba3924079b6')
+sha256sums=('883bdf17bc9b76db9d6b083e7bfca24fa8dfc1194646def62377016f4c26fea5')
package() {
cd "$srcdir/$pkgname-$pkgver"