Updating to work with CHICKEN 5.

Updated to work with CHICKEN 5. Thanks to Andy Bennett
<andyjpb@ashurst.eu.org> for doing most of the work!

Moved hmac.release-info* uri targz to point at code.thintz.com instead
of github.
This commit is contained in:
2019-01-27 17:35:18 -08:00
parent ae19b8a2a5
commit cde6e58eac
6 changed files with 39 additions and 10 deletions

View File

@@ -1,6 +1,4 @@
(repo git "git://github.com/ThomasHintz/chicken-scheme-{egg-name}.git") ; optional
(uri targz "https://github.com/ThomasHintz/chicken-scheme-{egg-name}/tarball/{egg-release}")
(uri targz "https://code.thintz.com/chicken-scheme-{egg-name}/snapshot/chicken-scheme-{egg-name}-{egg-release}.tar.gz")
(release "1")
(release "2")
(release "3")
@@ -8,4 +6,5 @@
(release "6")
(release "7")
(release "7.0.1")
(release "7.1.0")
(release "7.1.0")
(release "7.2.0")