summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-04-13 04:56:18 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-04-13 06:56:54 +0200
commitffd57da15ae2371d65b773b9838301a6bc48948b (patch)
treeb1561773f386303eef525a54a1024dcc8dfda001
parent73e560bce3748a60231d06502368dee832769a66 (diff)
gnu: ssdeep: Update to 2.14.1.
* gnu/packages/datastructures.scm (ssdeep): Update to 2.14.1. [source]: Use new home page.
-rw-r--r--gnu/packages/datastructures.scm18
1 files changed, 9 insertions, 9 deletions
diff --git a/gnu/packages/datastructures.scm b/gnu/packages/datastructures.scm
index fdee1d2af7c..3406c0ca1d0 100644
--- a/gnu/packages/datastructures.scm
+++ b/gnu/packages/datastructures.scm
@@ -105,15 +105,15 @@ and time-efficient for good hash functions.")
105(define-public ssdeep 105(define-public ssdeep
106 (package 106 (package
107 (name "ssdeep") 107 (name "ssdeep")
108 (version "2.13") 108 (version "2.14.1")
109 (source (origin 109 (source
110 (method url-fetch) 110 (origin
111 (uri (string-append "mirror://sourceforge/ssdeep/" 111 (method url-fetch)
112 name "-" version "/" 112 (uri (string-append "https://github.com/ssdeep-project/ssdeep/"
113 name "-" version ".tar.gz")) 113 "releases/download/release-" version "/"
114 (sha256 114 "ssdeep-" version ".tar.gz"))
115 (base32 115 (sha256
116 "1igqy0j7jrklb8fdlrm6ald4cyl1fda5ipfl8crzyl6bax2ajk3f")))) 116 (base32 "04qkjc6kksxkv7xbnk32rwmf3a8czdv2vvrdzfs0kw06h73snbpz"))))
117 (build-system gnu-build-system) 117 (build-system gnu-build-system)
118 (home-page "https://ssdeep-project.github.io") 118 (home-page "https://ssdeep-project.github.io")
119 (synopsis "Context-triggered piecewise hashing algorithm") 119 (synopsis "Context-triggered piecewise hashing algorithm")