tlsh: update to 3.19.1.

This commit is contained in:
Piotr Wójcik 2021-03-27 14:49:00 +01:00
parent 054bf371f4
commit 02eb909321
2 changed files with 5 additions and 3 deletions

View file

@ -1,7 +1,7 @@
# Template file for 'tlsh'
pkgname=tlsh
version=3.17.0
revision=2
version=3.19.1
revision=1
build_style=cmake
hostmakedepends="python3"
makedepends="python3-devel"
@ -10,10 +10,11 @@ maintainer="Piotr Wójcik <chocimier@tlen.pl>"
license="Apache-2.0, BSD-3-Clause"
homepage="https://github.com/trendmicro/tlsh"
distfiles="https://github.com/trendmicro/tlsh/archive/${version}.tar.gz"
checksum=810cecdda1632ecb836278e5a58560d5b2b7911d02ed7419dc02b6a38e635985
checksum=a8a7972d8bafb5fd66bd597b72037356dd9882e71a7e9b5f37281751a99ce686
pre_configure() {
vsed -i src/CMakeLists.txt -e 's/set(TLSH_SHARED_LIBRARY 0)/set(TLSH_SHARED_LIBRARY 1)/'
vsed -i Testing/CMakeLists.txt -e '/xlen/d'
}
post_build() {

1
srcpkgs/tlsh/update Normal file
View file

@ -0,0 +1 @@
ignore="4*"