diff options
author | Stefan Auditor | 2018-04-17 07:56:38 +0200 |
---|---|---|
committer | Stefan Auditor | 2018-04-17 07:56:38 +0200 |
commit | b2bbde2b9d1cc81ba4e7b26d33aebdcf415a1001 (patch) | |
tree | 11eea8db94342ef2502090a960d687cee5f5271f | |
parent | bbf61d8869bf69585879dc4c6614dc173e3e2e14 (diff) | |
download | aur-b2bbde2b9d1cc81ba4e7b26d33aebdcf415a1001.tar.gz |
Update to upstream version 7.1.1
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 6 deletions
@@ -1,15 +1,15 @@ pkgbase = phpunit pkgdesc = PHPUnit is a programmer-oriented testing framework for PHP. - pkgver = 7.1.0 + pkgver = 7.1.1 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.1.0.phar - source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/7.1.0/LICENSE - sha512sums = 69b56483c66eafdce6bea5a0dd068a5f53a0d481eb6455955060dde2d08f8a8f9ac31b7776699537b6ce84a03a68cc33f0608f85cd14cc1a91c36af10c1d7739 + source = https://phar.phpunit.de/phpunit-7.1.1.phar + source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/7.1.1/LICENSE + sha512sums = 99929e6aec659acab887b60ea3f22de5384664c9986ba835dba6ad41f828986ca7a26e402305e7884d3e9acf23c9df7c2194013092c344fae858344e85bc3297 sha512sums = c7a1c74549b1b81aa9e641fd5875ffa8db86c49c435a0c442d9284dab0aa0fecbd9dc7160de1e00d792124595a870aae359509a82dce6f9d4e00eda106266073 pkgname = phpunit @@ -5,7 +5,7 @@ _pkgname=phpunit pkgname=${_pkgname} -pkgver=7.1.0 +pkgver=7.1.1 pkgrel=1 pkgdesc="PHPUnit is a programmer-oriented testing framework for PHP." url="https://phpunit.de" @@ -15,7 +15,7 @@ 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=('69b56483c66eafdce6bea5a0dd068a5f53a0d481eb6455955060dde2d08f8a8f9ac31b7776699537b6ce84a03a68cc33f0608f85cd14cc1a91c36af10c1d7739' +sha512sums=('99929e6aec659acab887b60ea3f22de5384664c9986ba835dba6ad41f828986ca7a26e402305e7884d3e9acf23c9df7c2194013092c344fae858344e85bc3297' 'c7a1c74549b1b81aa9e641fd5875ffa8db86c49c435a0c442d9284dab0aa0fecbd9dc7160de1e00d792124595a870aae359509a82dce6f9d4e00eda106266073') package() { |