diff options
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 |
commit | f06db466a23049a9d6ed42f2c12bc7179a8d8ba6 (patch) | |
tree | 0e594eb5a444a7ba277b5d973050d965b1f883af /development/perf | |
parent | b266f3c2c77fe8a9f57df76f0a3092379e161a10 (diff) |
development/perf: Updated for version 5.13.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/perf')
-rw-r--r-- | development/perf/README | 4 | ||||
-rw-r--r-- | development/perf/perf.SlackBuild | 2 | ||||
-rw-r--r-- | development/perf/perf.info | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/development/perf/README b/development/perf/README index 3e439c915cb5..12b900b7ab7f 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 72022eb4c984..d16743896f8e 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 20a5d52c4d96..b5b52ea58f7f 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" |