diff options
Diffstat (limited to 'development/perf/perf.SlackBuild')
-rw-r--r-- | development/perf/perf.SlackBuild | 5 |
1 files changed, 1 insertions, 4 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 |