summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2022-06-10 19:31:59 +1200
committerGeorge Rawlinson2022-06-10 19:31:59 +1200
commitabcb6db3b611e0a714e5165d60555f40c39eaae4 (patch)
tree5fa3b772d20d715ae7b815df4efa06da92893a41
parent9dde1b3ccb971a9fc5545ae38680c37c9fb99894 (diff)
downloadaur-abcb6db3b611e0a714e5165d60555f40c39eaae4.tar.gz
upgpkg: harec r1323-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76163a1f6793..9fe0c9a72cd4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = harec
pkgdesc = The Hare programming language - bootstrapped compiler
- pkgver = r1277.29f272f
+ pkgver = r1323.72fea91
pkgrel = 1
url = https://harelang.org/
arch = x86_64
license = GPL3
makedepends = git
depends = qbe
- source = git+https://git.sr.ht/~sircmpwn/harec#commit=29f272f8b1cb52a0b310a82dabf450b6eddaafba
+ source = git+https://git.sr.ht/~sircmpwn/harec#commit=72fea91ecc5b4735548f3e3965a8f734c841839b
b2sums = SKIP
pkgname = harec
diff --git a/PKGBUILD b/PKGBUILD
index 2e3b6ba48208..8d55bdd842f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=harec
-pkgver=r1277.29f272f
+pkgver=r1323.72fea91
pkgrel=1
pkgdesc='The Hare programming language - bootstrapped compiler'
arch=('x86_64')
@@ -9,7 +9,7 @@ url='https://harelang.org/'
license=('GPL3')
depends=('qbe')
makedepends=('git')
-_commit='29f272f8b1cb52a0b310a82dabf450b6eddaafba'
+_commit='72fea91ecc5b4735548f3e3965a8f734c841839b'
source=("git+https://git.sr.ht/~sircmpwn/harec#commit=$_commit")
b2sums=('SKIP')