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 d62b499b9745..22155f296586 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Bradford Smith <aur@bradfords.me>
pkgname=git-summary
-pkgver=1.1.4
+pkgver=1.2.0
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=('883bdf17bc9b76db9d6b083e7bfca24fa8dfc1194646def62377016f4c26fea5')
+sha256sums=('5cb3ac0ac78b8852cd1abe29817fe8d2d6b746f9896faad4c2b4500c5044334d')
package() {
cd "$srcdir/$pkgname-$pkgver"