diff options
| author | 2026-03-09 21:04:15 -0400 | |
|---|---|---|
| committer | 2026-03-09 21:04:15 -0400 | |
| commit | 033a4b17124ad7a8748fd942afe21ccbf8c33a75 (patch) | |
| tree | d381b4575ad7ea3cdcf3c21d168d19657fb00046 | |
| parent | testing with tr7 (diff) | |
0.3.0
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 4 | ||||
| -rw-r--r-- | hascheme-6.release-info | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,6 +1,6 @@ .POSIX: -VERSION=0.2.0 +VERSION=0.3.0 help: echo 'make clean' @@ -9,4 +9,4 @@ clean: rm -f *.so *.import.scm *.o *.link *.build.sh *.import.c *.install.sh tests/*log *.log chicken-package: - tar -czvf "${VERSION}-5.tar.gz" hascheme.egg lib/ tests/run.scm + tar -czvf "${VERSION}-6.tar.gz" hascheme.egg lib/ tests/run.scm diff --git a/hascheme-6.release-info b/hascheme-6.release-info new file mode 100644 index 0000000..3b09eef --- /dev/null +++ b/hascheme-6.release-info @@ -0,0 +1,4 @@ +(repo git "https://software.mcgoron.com/hascheme") + +(uri targz "https://files.mcgoron.com/chicken/hascheme/{egg-release}-{chicken-release}.tar.gz") +(release "0.3.0") |
