guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/13: gnu: ssdeep: Update to 2.14.1.


From: guix-commits
Subject: 04/13: gnu: ssdeep: Update to 2.14.1.
Date: Mon, 13 Apr 2020 00:57:39 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ffd57da15ae2371d65b773b9838301a6bc48948b
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Mon Apr 13 04:56:18 2020 +0200

    gnu: ssdeep: Update to 2.14.1.
    
    * gnu/packages/datastructures.scm (ssdeep): Update to 2.14.1.
    [source]: Use new home page.
---
 gnu/packages/datastructures.scm | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/datastructures.scm b/gnu/packages/datastructures.scm
index fdee1d2..3406c0c 100644
--- a/gnu/packages/datastructures.scm
+++ b/gnu/packages/datastructures.scm
@@ -105,15 +105,15 @@ and time-efficient for good hash functions.")
 (define-public ssdeep
   (package
     (name "ssdeep")
-    (version "2.13")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append "mirror://sourceforge/ssdeep/"
-                                  name "-" version "/"
-                                  name "-" version ".tar.gz"))
-              (sha256
-               (base32
-                "1igqy0j7jrklb8fdlrm6ald4cyl1fda5ipfl8crzyl6bax2ajk3f"))))
+    (version "2.14.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://github.com/ssdeep-project/ssdeep/";
+                           "releases/download/release-" version "/"
+                           "ssdeep-" version ".tar.gz"))
+       (sha256
+        (base32 "04qkjc6kksxkv7xbnk32rwmf3a8czdv2vvrdzfs0kw06h73snbpz"))))
     (build-system gnu-build-system)
     (home-page "https://ssdeep-project.github.io";)
     (synopsis "Context-triggered piecewise hashing algorithm")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]