From ce8e7b6d79764673babecc64c0750d13724644fb Mon Sep 17 00:00:00 2001 From: "t@thintz.com" Date: Tue, 30 Aug 2011 00:07:21 -0700 Subject: [PATCH] Fixed egg category --- hmac.meta | 2 +- hmac.release-info | 3 ++- hmac.setup | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/hmac.meta b/hmac.meta index e8cf75a..3023cde 100644 --- a/hmac.meta +++ b/hmac.meta @@ -5,7 +5,7 @@ ( (license "BSD") -(category cryptography) +(category crypt) (needs message-digest srfi-4-utils) diff --git a/hmac.release-info b/hmac.release-info index 1688b5f..69ef8ba 100644 --- a/hmac.release-info +++ b/hmac.release-info @@ -4,4 +4,5 @@ (release "1") (release "2") (release "3") -(release "4") \ No newline at end of file +(release "4") +(release "5") \ No newline at end of file diff --git a/hmac.setup b/hmac.setup index cf01948..1c9be2f 100644 --- a/hmac.setup +++ b/hmac.setup @@ -11,5 +11,5 @@ ; Files to install for your extension: '("hmac.o" "hmac.so" "hmac.import.so") ; Assoc list with properties for your extension: - '((version 4) + '((version 5) (static "hmac.o"))) ;; for static linking \ No newline at end of file