Version 2.15.0

This commit is contained in:
Manuel 2020-12-25 07:43:19 +01:00
parent 022dcd5756
commit 64b4d90ef7
Signed by: Manuel
GPG key ID: 4085037435E1F07A
2 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
pkgbase = tuned
pkgdesc = Daemon that performs monitoring and adaptive configuration of devices in the system
pkgver = 2.14.0
pkgrel = 2
pkgver = 2.15.0
pkgrel = 1
url = https://github.com/redhat-performance/tuned
install = tuned.install
arch = any
@ -23,8 +23,8 @@ 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.14.0.tar.gz
sha256sums = 2a36aea3115c7f50faf05b1a34218eeab6d61c808056cb6625cc20d0fcf2c74c
source = https://github.com/redhat-performance/tuned/archive/v2.15.0.tar.gz
sha256sums = 5fb11da077e681c4f3d2c0ea9ad73ba8152e6b98f9d07dc60a7802267784831a
pkgname = tuned

View file

@ -4,8 +4,8 @@
# Contributor: Tom <reztho at archlinux dot org>
pkgname=tuned
pkgver=2.14.0
pkgrel=2
pkgver=2.15.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}.tar.gz")
sha256sums=('2a36aea3115c7f50faf05b1a34218eeab6d61c808056cb6625cc20d0fcf2c74c')
sha256sums=('5fb11da077e681c4f3d2c0ea9ad73ba8152e6b98f9d07dc60a7802267784831a')
package() {
cd "${pkgname}-${pkgver}"