summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e17d753cda5..dac1717f1094 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hare
pkgdesc = The Hare programming language
- pkgver = r2629.f7584535
+ pkgver = r2634.296925c9
pkgrel = 1
url = https://harelang.org/
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = hare
makedepends = scdoc
depends = qbe
depends = harec
- source = hare::git+https://git.sr.ht/~sircmpwn/hare#commit=f75845357147c3985a5bd7444900e14a639f775e
+ source = hare::git+https://git.sr.ht/~sircmpwn/hare#commit=296925c91d79362d6b8ac94e0336a38e9af0f1c9
b2sums = SKIP
pkgname = hare
diff --git a/PKGBUILD b/PKGBUILD
index 50400ee53815..85fe404c86b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Armin Preiml <apreiml@strohwolke.at>
pkgname=hare
-pkgver=r2629.f7584535
+pkgver=r2634.296925c9
pkgrel=1
pkgdesc='The Hare programming language'
arch=('x86_64')
@@ -10,7 +10,7 @@ url='https://harelang.org/'
license=('GPL3' 'MPL2')
depends=('qbe' 'harec')
makedepends=('git' 'scdoc')
-_commit='f75845357147c3985a5bd7444900e14a639f775e'
+_commit='296925c91d79362d6b8ac94e0336a38e9af0f1c9'
source=("hare::git+https://git.sr.ht/~sircmpwn/hare#commit=$_commit")
b2sums=('SKIP')