summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Hüsers2024-02-17 09:45:14 +0100
committerManuel Hüsers2024-02-17 09:45:14 +0100
commit0c2a35fd71c24e9d5eed724551e74954f8a3648d (patch)
tree72f96e90a9825c4c846bab7f872443575ecda73a
parent8ae859004a72f342c370f279432d70ce659c4553 (diff)
downloadaur-0c2a35fd71c24e9d5eed724551e74954f8a3648d.tar.gz
upgpkg: tuned 2.22.0-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a66f2257329e..c54a3d26e544 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tuned
pkgdesc = Daemon that performs monitoring and adaptive configuration of devices in the system
- pkgver = 2.21.0
+ pkgver = 2.22.0
pkgrel = 1
url = https://github.com/redhat-performance/tuned
install = tuned.install
@@ -21,7 +21,7 @@ pkgbase = tuned
optdepends = virt-what: For use with virtual machines
optdepends = systemtap: Disk and net statistic monitoring systemtap scripts
backup = etc/tuned/active_profile
- source = https://github.com/redhat-performance/tuned/archive/v2.21.0/tuned-2.21.0.tar.gz
- sha512sums = f1f58d582997db7789af990895c63c1fd4f6329b95cda7fa0fb314f95f05be120b90228e347d0239e4a4bed13baad66a42f006880e369f46741ecf8705bb92d0
+ source = https://github.com/redhat-performance/tuned/archive/v2.22.0/tuned-2.22.0.tar.gz
+ sha512sums = 653f946e8eff57eaa7e26b05c9215d60c8dcec6760b4a41a2855328e86b65f4dcbc0b2fd7d9f9355d00aae93f601c035a38d4e1611f30cb5003b417e31bea4dc
pkgname = tuned
diff --git a/PKGBUILD b/PKGBUILD
index 5247ae46048e..bc187194719e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Tom <reztho at archlinux dot org>
pkgname=tuned
-pkgver=2.21.0
+pkgver=2.22.0
pkgrel=1
pkgdesc='Daemon that performs monitoring and adaptive configuration of devices in the system'
arch=('any')
@@ -16,7 +16,7 @@ makedepends=('desktop-file-utils')
backup=('etc/tuned/active_profile')
install="${pkgname}.install"
source=("https://github.com/redhat-performance/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('f1f58d582997db7789af990895c63c1fd4f6329b95cda7fa0fb314f95f05be120b90228e347d0239e4a4bed13baad66a42f006880e369f46741ecf8705bb92d0')
+sha512sums=('653f946e8eff57eaa7e26b05c9215d60c8dcec6760b4a41a2855328e86b65f4dcbc0b2fd7d9f9355d00aae93f601c035a38d4e1611f30cb5003b417e31bea4dc')
prepare() {
cd "${pkgname}-${pkgver}"