summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Hüsers2023-08-29 17:44:00 +0200
committerManuel Hüsers2023-08-29 17:44:00 +0200
commit8ae859004a72f342c370f279432d70ce659c4553 (patch)
tree15b1276faa0d3b3cb62a5b3398084d538cff1550
parentc7ab6570dc767b69a24e4c4bf040f8629abbb7c4 (diff)
downloadaur-8ae859004a72f342c370f279432d70ce659c4553.tar.gz
upgpkg: tuned 2.21.0-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 342ae5b77812..a66f2257329e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tuned
pkgdesc = Daemon that performs monitoring and adaptive configuration of devices in the system
- pkgver = 2.20.0
- pkgrel = 2
+ pkgver = 2.21.0
+ pkgrel = 1
url = https://github.com/redhat-performance/tuned
install = tuned.install
arch = any
@@ -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.20.0/tuned-2.20.0.tar.gz
- sha256sums = df32ac7a25f2c413cc39368c8cfaf1d11bf75be14efd0944ecafad8a369e486c
+ source = https://github.com/redhat-performance/tuned/archive/v2.21.0/tuned-2.21.0.tar.gz
+ sha512sums = f1f58d582997db7789af990895c63c1fd4f6329b95cda7fa0fb314f95f05be120b90228e347d0239e4a4bed13baad66a42f006880e369f46741ecf8705bb92d0
pkgname = tuned
diff --git a/PKGBUILD b/PKGBUILD
index 3f93ada23ea1..5247ae46048e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: Tom <reztho at archlinux dot org>
pkgname=tuned
-pkgver=2.20.0
-pkgrel=2
+pkgver=2.21.0
+pkgrel=1
pkgdesc='Daemon that performs monitoring and adaptive configuration of devices in the system'
arch=('any')
url="https://github.com/redhat-performance/${pkgname}"
@@ -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")
-sha256sums=('df32ac7a25f2c413cc39368c8cfaf1d11bf75be14efd0944ecafad8a369e486c')
+sha512sums=('f1f58d582997db7789af990895c63c1fd4f6329b95cda7fa0fb314f95f05be120b90228e347d0239e4a4bed13baad66a42f006880e369f46741ecf8705bb92d0')
prepare() {
cd "${pkgname}-${pkgver}"