diff --git a/tuned/.SRCINFO b/tuned/.SRCINFO index a66f225..c54a3d2 100644 --- a/tuned/.SRCINFO +++ b/tuned/.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/tuned/PKGBUILD b/tuned/PKGBUILD index 5247ae4..bc18719 100644 --- a/tuned/PKGBUILD +++ b/tuned/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: Tom 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}"