diff options
author | Stefan Auditor | 2018-02-05 08:00:28 +0100 |
---|---|---|
committer | Stefan Auditor | 2018-02-05 08:00:28 +0100 |
commit | 2904bace7400cbcee0a3942433e7230ed47ffd99 (patch) | |
tree | 99c65c924d0428fa886bd7dde5f5a2a7acd9a2a1 | |
parent | cdf65bd130882e0955e21306a7ea6482c5829b5a (diff) | |
download | aur-2904bace7400cbcee0a3942433e7230ed47ffd99.tar.gz |
Update to upstream version 6.5.6
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 8 insertions, 8 deletions
@@ -1,16 +1,16 @@ pkgbase = phpunit pkgdesc = PHPUnit is a programmer-oriented testing framework for PHP. - pkgver = 6.5.5 + pkgver = 6.5.6 pkgrel = 1 url = https://phpunit.de install = phpunit.install arch = any license = BSD depends = php>=7.0.0 - source = https://phar.phpunit.de/phpunit-6.5.5.phar - source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/6.5.5/LICENSE - sha512sums = 650c19a8d8d63989e59fcf6b49f70807f431dfa44ebab2389b1d3c5e8cc31c8c27f312cce4620977ab0003e0290484e6cfd20ef1639bc613478e75395094b020 - sha512sums = a1899db182b9221aca64fd5a8952a56028786f9dbe4db78375d8e59075483b88a58c9cc68124bdaa2ebeb12340490b13cd5732b9e47ae5ed2d12703b6ffead2a + source = https://phar.phpunit.de/phpunit-6.5.6.phar + source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/6.5.6/LICENSE + sha512sums = dd488d8ff6f7a0377a7660419e0104b5a977d3436667ec548232993576f81b019dba3701962b89502b085963bccf8d05a16e480165371747f76cee984ebb1484 + sha512sums = c7a1c74549b1b81aa9e641fd5875ffa8db86c49c435a0c442d9284dab0aa0fecbd9dc7160de1e00d792124595a870aae359509a82dce6f9d4e00eda106266073 pkgname = phpunit @@ -5,7 +5,7 @@ _pkgname=phpunit pkgname=${_pkgname} -pkgver=6.5.5 +pkgver=6.5.6 pkgrel=1 pkgdesc="PHPUnit is a programmer-oriented testing framework for PHP." url="https://phpunit.de" @@ -15,8 +15,8 @@ depends=("php>=7.0.0") install="${_pkgname}.install" source=("https://phar.phpunit.de/phpunit-${pkgver}.phar" "https://raw.githubusercontent.com/sebastianbergmann/phpunit/${pkgver}/LICENSE") -sha512sums=('650c19a8d8d63989e59fcf6b49f70807f431dfa44ebab2389b1d3c5e8cc31c8c27f312cce4620977ab0003e0290484e6cfd20ef1639bc613478e75395094b020' - 'a1899db182b9221aca64fd5a8952a56028786f9dbe4db78375d8e59075483b88a58c9cc68124bdaa2ebeb12340490b13cd5732b9e47ae5ed2d12703b6ffead2a') +sha512sums=('dd488d8ff6f7a0377a7660419e0104b5a977d3436667ec548232993576f81b019dba3701962b89502b085963bccf8d05a16e480165371747f76cee984ebb1484' + 'c7a1c74549b1b81aa9e641fd5875ffa8db86c49c435a0c442d9284dab0aa0fecbd9dc7160de1e00d792124595a870aae359509a82dce6f9d4e00eda106266073') package() { install -D -m 644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE" |