diff options
author | FabioLolix | 2018-12-02 19:11:33 +0100 |
---|---|---|
committer | FabioLolix | 2018-12-02 19:11:33 +0100 |
commit | b60c8812462978efaec877a5829ec8d7efc7f35e (patch) | |
tree | fe133079a5f43d7b394c1f9f57cb8800326f4b71 | |
parent | 5fd9e0cf65e15ef47fef4d36eb4a4d7b03350df9 (diff) | |
download | aur-b60c8812462978efaec877a5829ec8d7efc7f35e.tar.gz |
update hash
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -17,7 +17,7 @@ pkgbase = phoronix-test-suite optdepends = mesa-demos: required for universe-cli test suite optdepends = openmpi: required for universe-cli test suite source = phoronix-test-suite-8.4.0.tar.gz::https://github.com/phoronix-test-suite/phoronix-test-suite/archive/v8.4.0.tar.gz - sha256sums = cb92231040fd09a98a97d6620bc98758774731372f8a41b58b85357c0449904c + sha256sums = 10d8a7e37b41719b81ae5c24c15762d0080cfb2abf34bbd079096d6194a53285 pkgname = phoronix-test-suite @@ -23,7 +23,7 @@ optdepends=('php-gd' 'openmpi: required for universe-cli test suite') install=${pkgname}.install source=("$pkgname-$pkgver.tar.gz::https://github.com/phoronix-test-suite/phoronix-test-suite/archive/v${pkgver}.tar.gz") -sha256sums=('cb92231040fd09a98a97d6620bc98758774731372f8a41b58b85357c0449904c') +sha256sums=('10d8a7e37b41719b81ae5c24c15762d0080cfb2abf34bbd079096d6194a53285') package() { cd "$srcdir/$pkgname-$pkgver" |