From cab411550f57f2d1e8f7ed0aead4ceb90852d79a Mon Sep 17 00:00:00 2001 From: Iwan Timmer Date: Tue, 24 Jan 2017 11:30:00 +0100 Subject: [PATCH] Update to version 2.7.1 --- .SRCINFO | 8 ++++---- PKGBUILD | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index de3f72a..74e0a90 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Wed Jul 13 19:39:08 UTC 2016 +# Tue Jan 24 10:29:55 UTC 2017 pkgbase = tuned pkgdesc = Daemon that performs monitoring and adaptive configuration of devices in the system - pkgver = 2.6.0 + pkgver = 2.7.1 pkgrel = 1 url = https://fedorahosted.org/tuned/ install = tuned.install @@ -21,8 +21,8 @@ pkgbase = tuned optdepends = systemtap provides = tuned backup = etc/tuned/active_profile - source = https://fedorahosted.org/releases/t/u/tuned/tuned-2.6.0.tar.bz2 - sha256sums = 945c785b8020960d2665b570b3168c366e6b82399801952aea54b4d178dac876 + source = https://fedorahosted.org/releases/t/u/tuned/tuned-2.7.1.tar.bz2 + sha256sums = 03333eda9f3744ec214b1c20d0f79528a6438dafd5c79ff459b411414491802d pkgname = tuned diff --git a/PKGBUILD b/PKGBUILD index 78c32e4..a01fca9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Tom pkgname=tuned -pkgver=2.6.0 +pkgver=2.7.1 pkgrel=1 pkgdesc='Daemon that performs monitoring and adaptive configuration of devices in the system' arch=('any') @@ -16,7 +16,7 @@ provides=('tuned') backup=('etc/tuned/active_profile') install="${pkgname}.install" source=("https://fedorahosted.org/releases/t/u/${pkgname}/${pkgname}-${pkgver}.tar.bz2") -sha256sums=('945c785b8020960d2665b570b3168c366e6b82399801952aea54b4d178dac876') +sha256sums=('03333eda9f3744ec214b1c20d0f79528a6438dafd5c79ff459b411414491802d') package() { cd ${pkgname}-${pkgver}