summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax2021-01-18 13:36:01 +0100
committermax2021-01-18 13:36:01 +0100
commit180056e016b1a1c8652d3323f986d0330d986f63 (patch)
treef29aa70ce171913a57a30038082f1cf1eaf031b3
parente0a9d9ca078fe2a85c942d385f9dfdd9de630c73 (diff)
downloadaur-180056e016b1a1c8652d3323f986d0330d986f63.tar.gz
Release 9.5.1
-rw-r--r--.SRCINFO17
-rw-r--r--PKGBUILD11
2 files changed, 11 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d7e2b181180..ac0347c11bb4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,19 @@
pkgbase = phpunit
pkgdesc = PHPUnit is a programmer-oriented testing framework for PHP.
- pkgver = 9.5.0
- pkgrel = 2
+ pkgver = 9.5.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-9.5.0.phar
- source = https://phar.phpunit.de/phpunit-9.5.0.phar.asc
- source = LICENSE-9.5.0::https://raw.githubusercontent.com/sebastianbergmann/phpunit/9.5.0/LICENSE
+ source = https://phar.phpunit.de/phpunit-9.5.1.phar
+ source = https://phar.phpunit.de/phpunit-9.5.1.phar.asc
+ source = LICENSE-9.5.1::https://raw.githubusercontent.com/sebastianbergmann/phpunit/9.5.1/LICENSE
validpgpkeys = D8406D0D82947747293778314AA394086372C20A
- sha256sums = aa56801ece16304dbd403fe7f82cd21e91ba01f45be6cdb3f4b3135489dcedfc
+ sha256sums = 062f128573e120c8894086b50b60a89971833834e040cfb9358eaa22224e68ac
sha256sums = SKIP
- sha256sums = SKIP
- sha512sums = SKIP
- sha512sums = SKIP
- sha512sums = 8e9e4a876a6b08ad44a60599ad23b3fad5b827925121f2daa427c4a682c6dd2b535151f3cf4f866231722bfb09866f1559fc3e82757a4e64405393ef7e0382cc
+ sha256sums = 678ce98aa2b4ef04956b79731a07db2845d59aa43794cd9b4c913e0e6d7172d9
pkgname = phpunit
diff --git a/PKGBUILD b/PKGBUILD
index 95b5c1567916..ebfd2322ed6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
_pkgname=phpunit
pkgname=${_pkgname}
-pkgver=9.5.0
-pkgrel=2
+pkgver=9.5.1
+pkgrel=1
pkgdesc="PHPUnit is a programmer-oriented testing framework for PHP."
url="https://phpunit.de"
arch=("any")
@@ -19,12 +19,9 @@ source=("https://phar.phpunit.de/phpunit-${pkgver}.phar"
# To add the key use gpg
# gpg --keyserver pgp.uni-mainz.de --recv-keys 4AA394086372C20A
validpgpkeys=('D8406D0D82947747293778314AA394086372C20A')
-sha256sums=('aa56801ece16304dbd403fe7f82cd21e91ba01f45be6cdb3f4b3135489dcedfc'
+sha256sums=('062f128573e120c8894086b50b60a89971833834e040cfb9358eaa22224e68ac'
'SKIP'
- 'SKIP')
-sha512sums=('SKIP'
- 'SKIP'
- '8e9e4a876a6b08ad44a60599ad23b3fad5b827925121f2daa427c4a682c6dd2b535151f3cf4f866231722bfb09866f1559fc3e82757a4e64405393ef7e0382cc')
+ '678ce98aa2b4ef04956b79731a07db2845d59aa43794cd9b4c913e0e6d7172d9')
package() {
install -D -m 644 "${srcdir}/LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"