git: 9front

Download patch

ref: 77846385b09fa8799c1ce579c66737dec516cf87
parent: 7f6a79d5b44ba742a41672b2376a1c33e6a71d0e
author: Jacob Moody <moody@posixcafe.org>
date: Wed Jul 26 17:17:41 EDT 2023

boot/reform: update flash.bin url

now points to stable release, tested by cinap

--- a/sys/src/boot/reform/mkfile
+++ b/sys/src/boot/reform/mkfile
@@ -6,7 +6,7 @@
 	rm -f $FILES
 
 flash.bin:
-	hget -o flash.bin 'https://source.mnt.re/reform/reform-boundary-uboot/-/jobs/artifacts/v3/raw/flash.bin?job=build'
+	hget -o flash.bin 'https://source.mnt.re/reform/reform-boundary-uboot/-/jobs/artifacts/stable/raw/flash.bin?job=build'
 
 boot.scr:	boot.txt
 	aux/txt2uimage -o $target $prereq
--