commit 7a8af9a

hovercats  ·  2024-05-24 03:49:59 +0000 UTC
parent 7920f42
sbase: switch to upstream remote | bump to latest commit
4 files changed,  +6, -5
+1, -1
1@@ -99,7 +99,7 @@
2 	url = https://github.com/michaelforney/samurai
3 [submodule "pkg/sbase/src"]
4 	path = pkg/sbase/src
5-	url = https://github.com/michaelforney/sbase
6+	url = https://git.suckless.org/sbase
7 	ignore = all
8 [submodule "pkg/sdhcp/src"]
9 	path = pkg/sdhcp/src
+3, -2
 1@@ -40,6 +40,7 @@ lib('libutil.a', [[libutil/(
 2 	strlcat.c
 3 	strlcpy.c
 4 	strsep.c
 5+	strnsubst.c
 6 	strtonum.c
 7 	unescape.c
 8 	writeall.c
 9@@ -66,8 +67,8 @@ lib('libutf.a', [[libutf/(
10 	utftorunestr.c
11 )]])
12 
13-rule('getconf', '$srcdir/getconf.sh >$out')
14-build('getconf', '$outdir/getconf.h', {'|', '$srcdir/getconf.sh'})
15+rule('getconf', '$srcdir/scripts/getconf.sh >$out')
16+build('getconf', '$outdir/getconf.h', {'|', '$srcdir/scripts/getconf.sh'})
17 
18 local cmds = {
19 	'basename',
+1, -1
1@@ -1 +1 @@
2-Subproject commit 1b46d26362a6fcc525c1ea01ce49907ccb74f8c9
3+Subproject commit b30fb56804bfed69b45ef0e944d2e029e4d26258
+1, -1
1@@ -1 +1 @@
2-1b46d26362 r1
3+b30fb56 r0