diff --git a/main/perf/template.py b/main/perf/template.py index 08ae292426..319f1263ab 100644 --- a/main/perf/template.py +++ b/main/perf/template.py @@ -1,5 +1,5 @@ pkgname = "perf" -pkgver = "6.11.1" +pkgver = "6.11.2" pkgrel = 0 build_wrksrc = "tools/perf" build_style = "makefile" @@ -57,7 +57,7 @@ license = "GPL-2.0-only" url = "https://perf.wiki.kernel.org/index.php/Main_Page" source = f"https://cdn.kernel.org/pub/linux/kernel/v{pkgver[:pkgver.find('.')]}.x/linux-{pkgver}.tar.xz" -sha256 = "2a372373b4e1eaf55f2a2f104bfa91477ec9b263acf8f3aed08f4d8bdc78ee3d" +sha256 = "ec9ef7a0b9cebb55940e1ef87a1f9e1004b10456a119dc386bb3e565b0d39c42" # nope # docs are a single tips file that gets displayed in the TUI options = ["!check", "!splitdoc"]