summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2022-04-27 20:13:21 +1200
committerGeorge Rawlinson2022-04-27 20:13:21 +1200
commitee4b2d848cc7631505d53a98d2966580783e49c2 (patch)
tree7a6b5954a8dcbc6e2bcc2cc8f338e0036cf33d50
parentc04bc8702e853d20b0358e106f426bc84d43dc0e (diff)
downloadaur-ee4b2d848cc7631505d53a98d2966580783e49c2.tar.gz
upgpkg: harec r1246-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c87e2d9100b..3c96b0c983f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = harec
pkgdesc = The Hare programming language - bootstrapped compiler
- pkgver = r1240.c1caaf0
+ pkgver = r1246.cd83be4
pkgrel = 1
url = https://harelang.org/
arch = x86_64
license = GPL3
makedepends = git
depends = qbe
- source = git+https://git.sr.ht/~sircmpwn/harec#commit=c1caaf00bea2415724b969633cca2e3b2b51a4e6
+ source = git+https://git.sr.ht/~sircmpwn/harec#commit=cd83be45847f4a17c15ae88a9edc068e2d7a63bc
b2sums = SKIP
pkgname = harec
diff --git a/PKGBUILD b/PKGBUILD
index 3e44d93eccef..b2a36e996e64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=harec
-pkgver=r1240.c1caaf0
+pkgver=r1246.cd83be4
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='c1caaf00bea2415724b969633cca2e3b2b51a4e6'
+_commit='cd83be45847f4a17c15ae88a9edc068e2d7a63bc'
source=("git+https://git.sr.ht/~sircmpwn/harec#commit=$_commit")
b2sums=('SKIP')