Fixed egg category

master
t@thintz.com 13 years ago
parent a56eb5b277
commit ce8e7b6d79

@ -5,7 +5,7 @@
( (
(license "BSD") (license "BSD")
(category cryptography) (category crypt)
(needs message-digest srfi-4-utils) (needs message-digest srfi-4-utils)

@ -4,4 +4,5 @@
(release "1") (release "1")
(release "2") (release "2")
(release "3") (release "3")
(release "4") (release "4")
(release "5")

@ -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 4) '((version 5)
(static "hmac.o"))) ;; for static linking (static "hmac.o"))) ;; for static linking
Loading…
Cancel
Save