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.master 7.2.0
parent
ae19b8a2a5
commit
cde6e58eac
@ -0,0 +1,11 @@
|
||||
; author: Thomas Hintz
|
||||
; email: t@thintz.com
|
||||
; license: bsd
|
||||
|
||||
((license "BSD")
|
||||
(category crypt)
|
||||
(dependencies message-digest)
|
||||
(test-dependencies test sha1 string-utils)
|
||||
(author "Thomas Hintz")
|
||||
(synopsis "HMAC provides a HMAC using the message-digest interface.")
|
||||
(components (extension hmac)))
|
@ -0,0 +1,2 @@
|
||||
(uri targz "https://code.thintz.com/chicken-scheme-{egg-name}/snapshot/chicken-scheme-{egg-name}-{egg-release}.tar.gz")
|
||||
(release "7.2.0")
|
Loading…
Reference in New Issue