hare

The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit 78f23d2e8a2d00346d62a4a2425dad43180e7cab
parent fca854fedeee2803eccc964cdf3c03d0c9255a2a
Author: Sebastian <sebastian@sebsite.pw>
Date:   Fri,  8 Apr 2022 15:13:18 -0400

.builds/*.yml: switch to upstream qbe

Signed-off-by: Sebastian <sebastian@sebsite.pw>

Diffstat:
M.builds/alpine.yml | 2+-
M.builds/freebsd.yml | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.builds/alpine.yml b/.builds/alpine.yml @@ -1,7 +1,7 @@ image: alpine/latest oauth: pages.sr.ht/PAGES:RW sources: -- https://git.sr.ht/~sircmpwn/qbe +- git://c9x.me/qbe.git - https://git.sr.ht/~sircmpwn/harec - https://git.sr.ht/~sircmpwn/hare tasks: diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml @@ -2,7 +2,7 @@ image: freebsd/latest sources: - https://git.sr.ht/~sircmpwn/hare - https://git.sr.ht/~sircmpwn/harec -- https://git.sr.ht/~sircmpwn/qbe +- git://c9x.me/qbe.git packages: - binutils - gmake