Update CGI version to test snow-chibi
This commit is contained in:
parent
ba24a08e19
commit
485fa9030a
|
|
@ -1,7 +1,7 @@
|
||||||
(repository
|
(repository
|
||||||
(package
|
(package
|
||||||
(git
|
(git
|
||||||
(hash "90d0cc3d278da6cea41157c2c425533119b23add")
|
(hash "ba24a08e199b1ab22d1c2dcd6dbedaafa3f95a5b")
|
||||||
(url "https://codeberg.org/retropikzel/scheme-libraries.git"))
|
(url "https://codeberg.org/retropikzel/scheme-libraries.git"))
|
||||||
(maintainers "Retropikzel")
|
(maintainers "Retropikzel")
|
||||||
(authors "Retropikzel")
|
(authors "Retropikzel")
|
||||||
|
|
@ -27,7 +27,7 @@
|
||||||
(scheme write)
|
(scheme write)
|
||||||
(retropikzel tap)
|
(retropikzel tap)
|
||||||
(srfi 64))
|
(srfi 64))
|
||||||
(updated "2026-08-28T12:33:23+00:00"))
|
(updated "2026-09-02T17:12:42+00:00"))
|
||||||
(package
|
(package
|
||||||
(git
|
(git
|
||||||
(hash "90d0cc3d278da6cea41157c2c425533119b23add")
|
(hash "90d0cc3d278da6cea41157c2c425533119b23add")
|
||||||
|
|
|
||||||
2
Makefile
2
Makefile
|
|
@ -21,6 +21,8 @@ package: retropikzel/${LIBRARY}/LICENSE retropikzel/${LIBRARY}/VERSION retropikz
|
||||||
--test=${TESTFILE} \
|
--test=${TESTFILE} \
|
||||||
--description="$$(head -n1 retropikzel/${LIBRARY}/DESCRIPTION)" \
|
--description="$$(head -n1 retropikzel/${LIBRARY}/DESCRIPTION)" \
|
||||||
retropikzel/${LIBRARY}.sld
|
retropikzel/${LIBRARY}.sld
|
||||||
|
|
||||||
|
git-index:
|
||||||
snow-chibi git-index ${PKG}
|
snow-chibi git-index ${PKG}
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
1.2.0
|
1.2.1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue