diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-15 06:55:22 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-15 06:55:22 +0700 |
commit | 47002fe9a4de73594b01c020438ea12d078d6ea8 (patch) | |
tree | b1107da7edc5356aa172bb4d2775065105442741 /development/perf | |
parent | f1b0c71f8b6715bc46a2637f9bdeb840f83adeaa (diff) |
development/perf: Updated for version 5.15.19.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/perf')
-rw-r--r-- | development/perf/perf.SlackBuild | 5 | ||||
-rw-r--r-- | development/perf/perf.info | 2 |
2 files changed, 2 insertions, 5 deletions
diff --git a/development/perf/perf.SlackBuild b/development/perf/perf.SlackBuild index b67fa20209943..6617210b7be51 100644 --- a/development/perf/perf.SlackBuild +++ b/development/perf/perf.SlackBuild @@ -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.16} +VERSION=${VERSION:-5.15.19} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -45,9 +45,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/development/perf/perf.info b/development/perf/perf.info index c842eaaf044d5..e79fab244d91c 100644 --- a/development/perf/perf.info +++ b/development/perf/perf.info @@ -1,5 +1,5 @@ PRGNAM="perf" -VERSION="5.15.16" +VERSION="5.15.19" HOMEPAGE="https://perf.wiki.kernel.org/index.php/Main_Page" DOWNLOAD="https://slackware.uk/~urchlay/src/perf.dummy" MD5SUM="9cba6c70fb57a22a155073d54748b614" |