summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2016-12-12 12:15:30 +0100
committerStefan Auditor2016-12-12 12:15:30 +0100
commitf9a0213df334c8399089ff50aaf399f9eafa835d (patch)
treea0006c95da8400d56b336cbd2f68698eee3b79cd
parent51708d6267174f93bcfda18c85c5756859aaea03 (diff)
downloadaur-f9a0213df334c8399089ff50aaf399f9eafa835d.tar.gz
Update to upstream version 5.7.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index baeea33d4aeb..d54e0d876859 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = phpunit
pkgdesc = PHPUnit is a programmer-oriented testing framework for PHP.
- pkgver = 5.7.2
+ pkgver = 5.7.3
pkgrel = 1
url = https://phpunit.de
install = phpunit.install
arch = any
license = BSD
depends = php
- source = https://phar.phpunit.de/phpunit-5.7.2.phar
- source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/5.7.2/LICENSE
- sha512sums = a10fe9d6183914e61d062113ed089c5dd7dfce41fa9c38b3e2f705b92ea382c7740cfc2f3289d00d4f90f8fcd62c6180d8b0fe2d1de7616555551bde82c8c285
+ source = https://phar.phpunit.de/phpunit-5.7.3.phar
+ source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/5.7.3/LICENSE
+ sha512sums = 0ba86c2b09b321dcbfa5a729ba23ca144e0335f484433b0ca1b25de7abddfd4978a290f13a1d00222b9f9c0dcf1571d47d94db25b0086b077143e38db541804f
sha512sums = 62e7d1d00af9db6ef5d2ba79a8039f4df2d00ef8124678b4c56d94e69e210e0e74e2f2156e469c57c1e24354cbd3a8ae97059917e364aaa52e9892f814adede3
pkgname = phpunit
diff --git a/PKGBUILD b/PKGBUILD
index 35fe18279480..f660fee13cc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=phpunit
pkgname=${_pkgname}
-pkgver=5.7.2
+pkgver=5.7.3
pkgrel=1
pkgdesc="PHPUnit is a programmer-oriented testing framework for PHP."
url="https://phpunit.de"
@@ -15,7 +15,7 @@ depends=("php")
install="${_pkgname}.install"
source=("https://phar.phpunit.de/phpunit-${pkgver}.phar"
"https://raw.githubusercontent.com/sebastianbergmann/phpunit/${pkgver}/LICENSE")
-sha512sums=('a10fe9d6183914e61d062113ed089c5dd7dfce41fa9c38b3e2f705b92ea382c7740cfc2f3289d00d4f90f8fcd62c6180d8b0fe2d1de7616555551bde82c8c285'
+sha512sums=('0ba86c2b09b321dcbfa5a729ba23ca144e0335f484433b0ca1b25de7abddfd4978a290f13a1d00222b9f9c0dcf1571d47d94db25b0086b077143e38db541804f'
'62e7d1d00af9db6ef5d2ba79a8039f4df2d00ef8124678b4c56d94e69e210e0e74e2f2156e469c57c1e24354cbd3a8ae97059917e364aaa52e9892f814adede3')
package() {