upgpkg: tuned 2.24.0-1
upstream release
This commit is contained in:
parent
c651013a52
commit
c81a56a492
2 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue