From c81a56a4927465bc3bd4a64d01e51e99db4dd6c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20H=C3=BCsers?= Date: Wed, 7 Aug 2024 23:10:00 +0200 Subject: [PATCH] upgpkg: tuned 2.24.0-1 upstream release --- tuned/.SRCINFO | 8 ++++---- tuned/PKGBUILD | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/tuned/.SRCINFO b/tuned/.SRCINFO index f34ad0a..67444b9 100644 --- a/tuned/.SRCINFO +++ b/tuned/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = tuned pkgdesc = Daemon that performs monitoring and adaptive configuration of devices in the system - pkgver = 2.23.0 - pkgrel = 2 + pkgver = 2.24.0 + pkgrel = 1 url = https://github.com/redhat-performance/tuned arch = any license = GPL-2.0-or-later @@ -17,8 +17,8 @@ pkgbase = tuned depends = python-linux-procfs depends = python-perf depends = python-pyudev - source = https://github.com/redhat-performance/tuned/archive/v2.23.0/tuned-2.23.0.tar.gz - sha512sums = b7d95b17ab38ac944e6e5b8b4345ddf65120a03ebb73cdb1795525c237852a8fa4223dcef6ce28189874e5010c8076816bd3646fd7f700983f2449400a2057d8 + source = https://github.com/redhat-performance/tuned/archive/v2.24.0/tuned-2.24.0.tar.gz + sha512sums = d004cd621e26195fff14b39f29b2143cf47de09641454acd3029d61142c3d000a452f018356c84c32772bd99fc766f6ee847d2a8eddbde8ae34aaa0ecefa644e pkgname = tuned install = tuned.install diff --git a/tuned/PKGBUILD b/tuned/PKGBUILD index 8149569..cd7f9f6 100644 --- a/tuned/PKGBUILD +++ b/tuned/PKGBUILD @@ -5,8 +5,8 @@ pkgbase=tuned pkgname=("${pkgbase}" "${pkgbase}-ppd") -pkgver=2.23.0 -pkgrel=2 +pkgver=2.24.0 +pkgrel=1 pkgdesc='Daemon that performs monitoring and adaptive configuration of devices in the system' arch=('any') url="https://github.com/redhat-performance/${pkgbase}" @@ -14,7 +14,7 @@ license=('GPL-2.0-or-later') depends=('dbus-glib' 'ethtool' 'gawk' 'hdparm' 'polkit' 'python-configobj' 'python-dbus' 'python-gobject' 'python-linux-procfs' 'python-perf' 'python-pyudev') makedepends=('desktop-file-utils') source=("https://github.com/redhat-performance/${pkgbase}/archive/v${pkgver}/${pkgbase}-${pkgver}.tar.gz") -sha512sums=('b7d95b17ab38ac944e6e5b8b4345ddf65120a03ebb73cdb1795525c237852a8fa4223dcef6ce28189874e5010c8076816bd3646fd7f700983f2449400a2057d8') +sha512sums=('d004cd621e26195fff14b39f29b2143cf47de09641454acd3029d61142c3d000a452f018356c84c32772bd99fc766f6ee847d2a8eddbde8ae34aaa0ecefa644e') prepare() { cd "${pkgbase}-${pkgver}"