ssdeep: update to 2.14.1.
Closes #14529. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
0c18cd517e
commit
2ff6f99216
2 changed files with 13 additions and 6 deletions
|
@ -1,14 +1,20 @@
|
|||
# Template file for 'ssdeep'
|
||||
pkgname=ssdeep
|
||||
version=2.13
|
||||
revision=2
|
||||
version=2.14.1
|
||||
revision=1
|
||||
wrksrc="ssdeep-release-${version}"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool"
|
||||
short_desc="Compute context triggered piecewise hashes"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://ssdeep.sourceforge.net/"
|
||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=6e4ca94457cb50ff3343d4dd585473817a461a55a666da1c5a74667924f0f8c5
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://ssdeep-project.github.io/ssdeep/"
|
||||
distfiles="https://github.com/ssdeep-project/ssdeep/archive/release-${version}.tar.gz"
|
||||
checksum=d96f667a8427ad96da197884574c7ca8c7518a37d9ac8593b6ea77e7945720a4
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
libfuzzy_package() {
|
||||
short_desc="Fuzzy hashing API"
|
||||
|
|
1
srcpkgs/ssdeep/update
Normal file
1
srcpkgs/ssdeep/update
Normal file
|
@ -0,0 +1 @@
|
|||
pkgname=release
|
Loading…
Reference in a new issue