extrace: update to 0.8.
This commit is contained in:
parent
9a51de1eab
commit
7ad1cfd3c4
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'extrace'
|
# Template file for 'extrace'
|
||||||
pkgname=extrace
|
pkgname=extrace
|
||||||
version=0.7
|
version=0.8
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
depends="libcap-progs"
|
depends="libcap-progs"
|
||||||
short_desc="Trace exec(2) calls system-wide"
|
short_desc="Trace exec(2) calls system-wide"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2.0-or-later, BSD-2-Clause"
|
license="GPL-2.0-or-later, BSD-2-Clause"
|
||||||
homepage="https://github.com/leahneukirchen/extrace"
|
homepage="https://github.com/leahneukirchen/extrace"
|
||||||
distfiles="https://github.com/leahneukirchen/extrace/archive/v${version}.tar.gz"
|
distfiles="https://github.com/leahneukirchen/extrace/archive/v${version}.tar.gz"
|
||||||
checksum=62e6623d4891494a307f9f7247b8581794232d4d26617009eae763a48280abcf
|
checksum=d83e48551b168c5d78815e4e9e93c02d7dea8c8aa2518a25a0876cdec7c858eb
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue