diff options
author | Stefan Auditor | 2019-01-16 05:26:35 +0000 |
---|---|---|
committer | Stefan Auditor | 2019-01-16 05:26:35 +0000 |
commit | 1e26d1383c60afd873c0eabd5ac042bb0514943a (patch) | |
tree | dd19e99c0c2a95c61c956e53cef9fb0e46c4bf77 | |
parent | 93ba4c4a146563b5c265772b9cdabe2b7b447573 (diff) | |
download | aur-1e26d1383c60afd873c0eabd5ac042bb0514943a.tar.gz |
Update to upstream version 7.5.2
-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 = 7.5.1 + pkgver = 7.5.2 pkgrel = 1 url = https://phpunit.de install = phpunit.install arch = any license = BSD depends = php>=7.0.0 - source = https://phar.phpunit.de/phpunit-7.5.1.phar - source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/7.5.1/LICENSE - sha512sums = c932f5a14e538ac9803f2d3c6a9737eb42ff303aee50ef1eb682670288dce03ce6f351db6413d77c6cadf170531c5ad744eeceb3ac36228824ecf6bc29aa6ab0 - sha512sums = c7a1c74549b1b81aa9e641fd5875ffa8db86c49c435a0c442d9284dab0aa0fecbd9dc7160de1e00d792124595a870aae359509a82dce6f9d4e00eda106266073 + source = https://phar.phpunit.de/phpunit-7.5.2.phar + source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/7.5.2/LICENSE + sha512sums = 8453004186399c9930f4f4711fa5957f16ad3c51c0decc6487049d18910505b9bc25adadf0c1fa9a7ee4548bb71b9bfcc59a9bd11b9bce4fe73a02ddb0a7bbf5 + sha512sums = 9ca5ce5d441629921af418c7d700d3a6942fbaa07d0081ce5abf835122f2f025b7737daedf55b2039d05875dac4d09fc034ea3dbd97404d8d1f326b1ce7b22df pkgname = phpunit @@ -5,7 +5,7 @@ _pkgname=phpunit pkgname=${_pkgname} -pkgver=7.5.1 +pkgver=7.5.2 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=('c932f5a14e538ac9803f2d3c6a9737eb42ff303aee50ef1eb682670288dce03ce6f351db6413d77c6cadf170531c5ad744eeceb3ac36228824ecf6bc29aa6ab0' - 'c7a1c74549b1b81aa9e641fd5875ffa8db86c49c435a0c442d9284dab0aa0fecbd9dc7160de1e00d792124595a870aae359509a82dce6f9d4e00eda106266073') +sha512sums=('8453004186399c9930f4f4711fa5957f16ad3c51c0decc6487049d18910505b9bc25adadf0c1fa9a7ee4548bb71b9bfcc59a9bd11b9bce4fe73a02ddb0a7bbf5' + '9ca5ce5d441629921af418c7d700d3a6942fbaa07d0081ce5abf835122f2f025b7737daedf55b2039d05875dac4d09fc034ea3dbd97404d8d1f326b1ce7b22df') package() { install -D -m 644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE" |