fatrace: update to 0.16.3.
This commit is contained in:
parent
d937a7527c
commit
0e41a60524
1 changed files with 4 additions and 4 deletions
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'fatrace'
|
||||
pkgname=fatrace
|
||||
version=0.15
|
||||
version=0.16.3
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
short_desc="Report system wide file access events"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="http://launchpad.net/fatrace"
|
||||
distfiles="http://launchpad.net/fatrace/trunk/${version}/+download/${pkgname}-${version}.tar.xz"
|
||||
checksum=f9447115428c0b88abf05438559c1c4b1a3aec6d69fc09dc469c295249b419ad
|
||||
homepage="https://github.com/martinpitt/fatrace"
|
||||
distfiles="https://github.com/martinpitt/fatrace/archive/${version}.tar.gz"
|
||||
checksum=5da03eea97791ce033988cd0a97ef9f519c9b9817d1771ba517ec75a9f010f86
|
||||
|
||||
post_extract() {
|
||||
sed -i 's/sbin/bin/g' Makefile
|
||||
|
|
Loading…
Reference in a new issue