diff options
author | Jason Papakostas | 2022-06-27 08:38:01 +0200 |
---|---|---|
committer | Jason Papakostas | 2022-06-27 08:38:01 +0200 |
commit | 6e60e9813efe2664a1c133000bf987b4a1e4095d (patch) | |
tree | e784c9367be17ac4d8a07ea523a23f7819d3aa8f | |
parent | cd2b73659338c13b560dcb3e81e7995ac19af60c (diff) | |
download | aur-6e60e9813efe2664a1c133000bf987b4a1e4095d.tar.gz |
new version v10.2 Build 1003, June 27 2022
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = passmark-performancetest-bin pkgdesc = PassMark PerformanceTest Linux - Fast, easy to use, Linux system speed testing and benchmarking. - pkgver = v10.2.1002 + pkgver = v10.2.1003 pkgrel = 1 url = https://www.passmark.com/products/pt_linux/ changelog = CHANGELOG @@ -8,7 +8,7 @@ pkgbase = passmark-performancetest-bin license = custom depends = ncurses5-compat-libs depends = curl - source = pt_linux_x64_v10.2.1002.zip::https://www.passmark.com/downloads/pt_linux_x64.zip - sha256sums = c8e75bee4d599ee84184e94f53c40fa194b3dffc49ddcafff1bc549a1c264103 + source = pt_linux_x64_v10.2.1003.zip::https://www.passmark.com/downloads/pt_linux_x64.zip + sha256sums = 1fd22eb2e0e4c85443e0b55c205e5e195b087988330a408d251f9e65a82a40e7 pkgname = passmark-performancetest-bin @@ -1,7 +1,7 @@ # Maintainer: Jason Papakostas <vithos@gmail.com> pkgname=passmark-performancetest-bin -pkgver=v10.2.1002 +pkgver=v10.2.1003 pkgrel=1 pkgdesc="PassMark PerformanceTest Linux - Fast, easy to use, Linux system speed testing and benchmarking." arch=('x86_64') @@ -10,7 +10,7 @@ license=('custom') depends=('ncurses5-compat-libs' 'curl') changelog=CHANGELOG source=("pt_linux_x64_$pkgver.zip::https://www.passmark.com/downloads/pt_linux_x64.zip") -sha256sums=('c8e75bee4d599ee84184e94f53c40fa194b3dffc49ddcafff1bc549a1c264103') +sha256sums=('1fd22eb2e0e4c85443e0b55c205e5e195b087988330a408d251f9e65a82a40e7') prepare() { cd "PerformanceTest" || exit |