summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-07-17 09:51:51 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-07-17 09:51:51 +0700
commitf06db466a23049a9d6ed42f2c12bc7179a8d8ba6 (patch)
tree0e594eb5a444a7ba277b5d973050d965b1f883af
parentb266f3c2c77fe8a9f57df76f0a3092379e161a10 (diff)
downloadslackbuilds-f06db466a23049a9d6ed42f2c12bc7179a8d8ba6.tar.gz
slackbuilds-f06db466a23049a9d6ed42f2c12bc7179a8d8ba6.tar.xz
development/perf: Updated for version 5.13.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/perf/README4
-rw-r--r--development/perf/perf.SlackBuild2
-rw-r--r--development/perf/perf.info2
3 files changed, 4 insertions, 4 deletions
diff --git a/development/perf/README b/development/perf/README
index 3e439c915c..12b900b7ab 100644
--- a/development/perf/README
+++ b/development/perf/README
@@ -14,12 +14,12 @@ version. If it doesn't:
- If your kernel source is located in /usr/src/linux-$VERSION, you
can export KERNEL=<version> in the script's environment. Example:
- export KERNEL=5.11.17
+ export KERNEL=5.13.2
- If your kernel source is somewhere else, you can export
KERNEL=</path/to/source>. Example:
- export KERNEL=/home/myuser/kernels/linux-5.11.17
+ export KERNEL=/home/myuser/kernels/linux-5.13.2
Please note that the package's version number will match the version
of the kernel source, *not* necessarily what's in the perf.info file.
diff --git a/development/perf/perf.SlackBuild b/development/perf/perf.SlackBuild
index 72022eb4c9..d16743896f 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.12.14}
+VERSION=${VERSION:-5.13.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/development/perf/perf.info b/development/perf/perf.info
index 20a5d52c4d..b5b52ea58f 100644
--- a/development/perf/perf.info
+++ b/development/perf/perf.info
@@ -1,5 +1,5 @@
PRGNAM="perf"
-VERSION="5.12.14"
+VERSION="5.13.2"
HOMEPAGE="https://perf.wiki.kernel.org/index.php/Main_Page"
DOWNLOAD="https://slackware.uk/~urchlay/src/perf.dummy"
MD5SUM="9cba6c70fb57a22a155073d54748b614"