summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2022-08-06 16:59:00 +1200
committerGeorge Rawlinson2022-08-06 16:59:00 +1200
commitf83e82bd29bf22230a3e474f56f8bce8c4e486f4 (patch)
tree1e2f1ca649fe5ffda42dc7393a425ee8cac9ee51
parent9658f10f937368cea7c1f7320266ac1de95e9edd (diff)
downloadaur-f83e82bd29bf22230a3e474f56f8bce8c4e486f4.tar.gz
upgpkg: harec r1348-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d43670feb383..02ab00d7194c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = harec
pkgdesc = The Hare programming language - bootstrapped compiler
- pkgver = r1346.8da848e
+ pkgver = r1348.5635931
pkgrel = 1
url = https://harelang.org/
arch = x86_64
license = GPL3
makedepends = git
depends = qbe
- source = git+https://git.sr.ht/~sircmpwn/harec#commit=8da848e1419c15c448e91f5c0fe987162784b572
+ source = git+https://git.sr.ht/~sircmpwn/harec#commit=56359312644f76941de1878d33a1a0b840be8056
b2sums = SKIP
pkgname = harec
diff --git a/PKGBUILD b/PKGBUILD
index 563f2fa5dc14..e435ab3950c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=harec
-pkgver=r1346.8da848e
+pkgver=r1348.5635931
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='8da848e1419c15c448e91f5c0fe987162784b572'
+_commit='56359312644f76941de1878d33a1a0b840be8056'
source=("git+https://git.sr.ht/~sircmpwn/harec#commit=$_commit")
b2sums=('SKIP')