gnu: ssdeep: Update to 2.14.1.
* gnu/packages/datastructures.scm (ssdeep): Update to 2.14.1. [source]: Use new home page.
This commit is contained in:
parent
73e560bce3
commit
ffd57da15a
1 changed files with 9 additions and 9 deletions
|
@ -105,15 +105,15 @@ and time-efficient for good hash functions.")
|
||||||
(define-public ssdeep
|
(define-public ssdeep
|
||||||
(package
|
(package
|
||||||
(name "ssdeep")
|
(name "ssdeep")
|
||||||
(version "2.13")
|
(version "2.14.1")
|
||||||
(source (origin
|
(source
|
||||||
(method url-fetch)
|
(origin
|
||||||
(uri (string-append "mirror://sourceforge/ssdeep/"
|
(method url-fetch)
|
||||||
name "-" version "/"
|
(uri (string-append "https://github.com/ssdeep-project/ssdeep/"
|
||||||
name "-" version ".tar.gz"))
|
"releases/download/release-" version "/"
|
||||||
(sha256
|
"ssdeep-" version ".tar.gz"))
|
||||||
(base32
|
(sha256
|
||||||
"1igqy0j7jrklb8fdlrm6ald4cyl1fda5ipfl8crzyl6bax2ajk3f"))))
|
(base32 "04qkjc6kksxkv7xbnk32rwmf3a8czdv2vvrdzfs0kw06h73snbpz"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(home-page "https://ssdeep-project.github.io")
|
(home-page "https://ssdeep-project.github.io")
|
||||||
(synopsis "Context-triggered piecewise hashing algorithm")
|
(synopsis "Context-triggered piecewise hashing algorithm")
|
||||||
|
|
Reference in a new issue