2 Commits
2 ... 4

Author SHA1 Message Date
a56eb5b277 Forgot to update .setup to match version in .release-info 2011-08-15 20:59:39 -07:00
deae49baaf fixed install dependency bug 2011-08-13 18:10:41 -07:00
4 changed files with 7 additions and 4 deletions

View File

@@ -7,7 +7,7 @@
(category cryptography) (category cryptography)
(needs message-digest-port srfi-4-utils) (needs message-digest srfi-4-utils)
(test-depends test sha1 string-utils) (test-depends test sha1 string-utils)

View File

@@ -1,4 +1,7 @@
(repo git "git://github.com/ThomasHintz/chicken-scheme-{egg-name}.git") ; optional (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://github.com/ThomasHintz/chicken-scheme-{egg-name}/tarball/{egg-release}")
(release "1") (release "1")
(release "2")
(release "3")
(release "4")

View File

@@ -11,5 +11,5 @@
; Files to install for your extension: ; Files to install for your extension:
'("hmac.o" "hmac.so" "hmac.import.so") '("hmac.o" "hmac.so" "hmac.import.so")
; Assoc list with properties for your extension: ; Assoc list with properties for your extension:
'((version 1) '((version 4)
(static "hmac.o"))) ;; for static linking (static "hmac.o"))) ;; for static linking

View File

@@ -3,7 +3,7 @@
; license: bsd ; license: bsd
(use test) (use test)
(use sha1 string-utils) (use sha1 string-utils hmac)
(test-group "HMAC" (test-group "HMAC"
(test "Short Key and Message" (test "Short Key and Message"