diff options
author | Thomas Wucher | 2015-12-16 15:15:54 +0100 |
---|---|---|
committer | Thomas Wucher | 2015-12-16 15:15:54 +0100 |
commit | f86502bae659858a07e1fe7e42d215985cc4df69 (patch) | |
tree | beb26334524e9c0c1a49568725536861d16aeecc /PKGBUILD | |
parent | 5f90def168b8514b86fe4dc29a5a0c47e4050142 (diff) | |
download | aur-f86502bae659858a07e1fe7e42d215985cc4df69.tar.gz |
stress-ng 0.05.04
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ # Maintainer: Thomas Wucher <arch (at) thomaswucher (dot) de> pkgname=stress-ng -pkgver=0.05.03 +pkgver=0.05.04 pkgrel=1 pkgdesc="stress-ng will stress test a computer system in various selectable ways" arch=('i686' 'x86_64' 'armv7h' 'armv6h') @@ -8,8 +8,8 @@ url="http://kernel.ubuntu.com/~cking/${pkgname}/" license=('GPL') depends=() makedepends=('') -source=("http://kernel.ubuntu.com/~cking/tarballs/${pkgname}/${pkgname}-${pkgver}.tar.xz") -md5sums=('5879b69721ff268216004295d76ebbfa') +source=("http://kernel.ubuntu.com/~cking/tarballs/${pkgname}/${pkgname}-${pkgver}.tar.gz") +md5sums=('a8253bfad5bf3d9654ed41c5ae891900') build() { cd "${pkgname}-${pkgver}" |