summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax2020-12-07 16:25:57 +0100
committermax2020-12-07 16:25:57 +0100
commit9029b8830ac560b8e6c9cf81890579399376099b (patch)
tree7cd614e11095b8bcc4da3542ca9f9f07dceb71a1
parent3d038bb1cbeed1c25da225846558b89d25ecc268 (diff)
downloadaur-9029b8830ac560b8e6c9cf81890579399376099b.tar.gz
Version 9.5.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a11b92917ff9..8df4554f9ae6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = phpunit
pkgdesc = PHPUnit is a programmer-oriented testing framework for PHP.
- pkgver = 9.4.3
+ pkgver = 9.5.0
pkgrel = 1
url = https://phpunit.de
install = phpunit.install
arch = any
license = BSD
depends = php>=7.0.0
- source = https://phar.phpunit.de/phpunit-9.4.3.phar
- source = LICENSE-9.4.3::https://raw.githubusercontent.com/sebastianbergmann/phpunit/9.4.3/LICENSE
- sha256sums = 208bd799e935bf6690b103f4e3765f2200b486e8ccc4756f4818d2547a6b326e
+ source = https://phar.phpunit.de/phpunit-9.5.0.phar
+ source = LICENSE-9.5.0::https://raw.githubusercontent.com/sebastianbergmann/phpunit/9.5.0/LICENSE
+ sha256sums = aa56801ece16304dbd403fe7f82cd21e91ba01f45be6cdb3f4b3135489dcedfc
sha256sums = SKIP
sha512sums = SKIP
sha512sums = 8e9e4a876a6b08ad44a60599ad23b3fad5b827925121f2daa427c4a682c6dd2b535151f3cf4f866231722bfb09866f1559fc3e82757a4e64405393ef7e0382cc
diff --git a/PKGBUILD b/PKGBUILD
index 5f031b0f9ad0..685ac2f7e0a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=phpunit
pkgname=${_pkgname}
-pkgver=9.4.3
+pkgver=9.5.0
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"
"LICENSE-${pkgver}::https://raw.githubusercontent.com/sebastianbergmann/phpunit/${pkgver}/LICENSE")
-sha256sums=('208bd799e935bf6690b103f4e3765f2200b486e8ccc4756f4818d2547a6b326e'
+sha256sums=('aa56801ece16304dbd403fe7f82cd21e91ba01f45be6cdb3f4b3135489dcedfc'
'SKIP')
sha512sums=('SKIP'
'8e9e4a876a6b08ad44a60599ad23b3fad5b827925121f2daa427c4a682c6dd2b535151f3cf4f866231722bfb09866f1559fc3e82757a4e64405393ef7e0382cc')