From 02eb909321ae02d03a2dbc19b9c10109f9a302a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Sat, 27 Mar 2021 14:49:00 +0100 Subject: [PATCH] tlsh: update to 3.19.1. --- srcpkgs/tlsh/template | 7 ++++--- srcpkgs/tlsh/update | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 srcpkgs/tlsh/update diff --git a/srcpkgs/tlsh/template b/srcpkgs/tlsh/template index 7cb5c28b48b..1f96834107c 100644 --- a/srcpkgs/tlsh/template +++ b/srcpkgs/tlsh/template @@ -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 " 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() { diff --git a/srcpkgs/tlsh/update b/srcpkgs/tlsh/update new file mode 100644 index 00000000000..dbcddf2a9fa --- /dev/null +++ b/srcpkgs/tlsh/update @@ -0,0 +1 @@ +ignore="4*"