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 65c76e7d260d..1935131381a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alex Henrie <alexhenrie24@gmail.com>
pkgname=git-cinnabar
-pkgver=0.5.8
+pkgver=0.5.9
pkgrel=1
pkgdesc="Git remote helper to interact with Mercurial repositories"
arch=(x86_64)
@@ -8,7 +8,7 @@ url="https://github.com/glandium/$pkgname"
license=(GPL2)
depends=(git mercurial python)
source=("https://github.com/glandium/$pkgname/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=(7971c2ae17d2b919f915efab35e3aba583b951d53ca2bc6ebf69bbd0c22f1067)
+sha256sums=(83374ff2c7e9ccbb5e866c6fb350ad3202cab4856841afbadaded1f1bef4d534)
build() {
cd "$pkgname-$pkgver"