From b3cb481d96f839fff7a9f05097533e6802496690 Mon Sep 17 00:00:00 2001 From: Leo <thinkabit.ukim@gmail.com> Date: Fri, 14 Feb 2020 10:17:00 -0300 Subject: [PATCH] testing/phoronix-test-suite: upgrade to 9.2.1 --- testing/phoronix-test-suite/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/phoronix-test-suite/APKBUILD b/testing/phoronix-test-suite/APKBUILD index 5d105dd5c680..1e990142057c 100644 --- a/testing/phoronix-test-suite/APKBUILD +++ b/testing/phoronix-test-suite/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Lucas Ramage <ramage.lucas@protonmail.com> # Maintainer: Lucas Ramage <ramage.lucas@protonmail.com> pkgname=phoronix-test-suite -pkgver=9.0.1 -pkgrel=1 +pkgver=9.2.1 +pkgrel=0 pkgdesc="The most comprehensive testing and benchmarking platform available for Linux" url="https://www.phoronix-test-suite.com" arch="noarch" @@ -18,4 +18,4 @@ package() { rm -rf "$pkgdir"/usr/lib/systemd } -sha512sums="7584f85fb57ca64128d6342c42244fe2498eec51e378bf4265f447b178d24dcde5855b644faa5937953ee262657e24dd5bb689a95e5843c184b205986e29ebce phoronix-test-suite-9.0.1.tar.gz" +sha512sums="152bb592f143903352331c1ab4c7fd9138044402823821f28549101a50325bb43cea617cebd904a3ecccc76246c7a1604d364197f5e50010845f124512d479b4 phoronix-test-suite-9.2.1.tar.gz" -- GitLab