mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
development/perf: Updated to match kernel version.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9dae9f2a9d
commit
db6fbc95bc
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
PRGNAM=perf
|
||||
|
||||
# This VERSION is actually a dummy. Use KERNEL to set the version.
|
||||
VERSION=${VERSION:-5.15.19}
|
||||
VERSION=${VERSION:-5.15.161}
|
||||
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PRGNAM="perf"
|
||||
VERSION="5.15.19"
|
||||
VERSION="5.15.161"
|
||||
HOMEPAGE="https://perf.wiki.kernel.org/index.php/Main_Page"
|
||||
DOWNLOAD="https://slackware.uk/~urchlay/src/perf.dummy"
|
||||
MD5SUM="9cba6c70fb57a22a155073d54748b614"
|
||||
|
|
Loading…
Reference in a new issue