From 47002fe9a4de73594b01c020438ea12d078d6ea8 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Fri, 15 Dec 2023 06:55:22 +0700 Subject: development/perf: Updated for version 5.15.19. Signed-off-by: Willy Sudiarto Raharjo --- development/perf/perf.SlackBuild | 5 +---- 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 b67fa20209..6617210b7b 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 c842eaaf04..e79fab244d 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" -- cgit v1.2.3-65-gdbad