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 8a47e601d899..8ff7484434b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Den Shakhov <denshakhovse@gmail.com>
pkgname=git-heatgrid
-pkgver=1.0.0
+pkgver=1.1.0
pkgrel=1
pkgdesc="Visualize git commits as a calendar heatmap"
arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/denshakhov/git-heatgrid"
license=('MIT')
depends=('bash>=5.0.0' 'coreutils' 'git')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('41f9ece4437f4307d083923c756160d363ba10138a81dcae4c03995fca65b8be')
+sha256sums=('d7fea3b5693e8e071fd1bb854b066a85cc953fdb2b0642ff81dae62a0518a7d1')
package() {
cd "$srcdir/$pkgname-$pkgver"