tlsh: update to 3.19.1.
This commit is contained in:
parent
054bf371f4
commit
02eb909321
2 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'tlsh'
|
# Template file for 'tlsh'
|
||||||
pkgname=tlsh
|
pkgname=tlsh
|
||||||
version=3.17.0
|
version=3.19.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="python3"
|
hostmakedepends="python3"
|
||||||
makedepends="python3-devel"
|
makedepends="python3-devel"
|
||||||
|
@ -10,10 +10,11 @@ maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||||
license="Apache-2.0, BSD-3-Clause"
|
license="Apache-2.0, BSD-3-Clause"
|
||||||
homepage="https://github.com/trendmicro/tlsh"
|
homepage="https://github.com/trendmicro/tlsh"
|
||||||
distfiles="https://github.com/trendmicro/tlsh/archive/${version}.tar.gz"
|
distfiles="https://github.com/trendmicro/tlsh/archive/${version}.tar.gz"
|
||||||
checksum=810cecdda1632ecb836278e5a58560d5b2b7911d02ed7419dc02b6a38e635985
|
checksum=a8a7972d8bafb5fd66bd597b72037356dd9882e71a7e9b5f37281751a99ce686
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
vsed -i src/CMakeLists.txt -e 's/set(TLSH_SHARED_LIBRARY 0)/set(TLSH_SHARED_LIBRARY 1)/'
|
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() {
|
post_build() {
|
||||||
|
|
1
srcpkgs/tlsh/update
Normal file
1
srcpkgs/tlsh/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
ignore="4*"
|
Loading…
Add table
Add a link
Reference in a new issue