extrace: update to 0.5.
This commit is contained in:
parent
85297a867e
commit
da2171a844
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'extrace'
|
# Template file for 'extrace'
|
||||||
pkgname=extrace
|
pkgname=extrace
|
||||||
version=0.4
|
version=0.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="Trace exec(2) calls system-wide"
|
short_desc="Trace exec(2) calls system-wide"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2,BSD"
|
license="GPL-2.0-or-later, BSD-2-Clause"
|
||||||
homepage="https://github.com/chneukirchen/extrace"
|
homepage="https://github.com/chneukirchen/extrace"
|
||||||
distfiles="https://github.com/chneukirchen/extrace/archive/v${version}.tar.gz"
|
distfiles="https://github.com/chneukirchen/extrace/archive/v${version}.tar.gz"
|
||||||
checksum=c656851682e0cef7d717d77ad6888f3ad8c7105e4ef0094a64b374838d18c09f
|
checksum=f5661dc550c326a0e1c258dc8c19920c1f4432651309c55e897a711948c23a14
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue