summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormax2024-05-13 16:41:08 +0200
committermax2024-05-13 16:41:08 +0200
commitcf53640d5f0be0800a372e4d066c5e3b66371ebc (patch)
treeae304c392d1fbf300b2bc063824639f73ddc94f4
parentb0862a27f4a500790dc4901a14a05c8a15c0ab8e (diff)
downloadaur-cf53640d5f0be0800a372e4d066c5e3b66371ebc.tar.gz
Version 11.1.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 804a05711cf7..876944e0f123 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = phpunit-bin
pkgdesc = PHPUnit is a programmer-oriented testing framework for PHP.
- pkgver = 11.1.1
+ pkgver = 11.1.3
pkgrel = 1
url = https://phpunit.de
install = phpunit.install
@@ -9,11 +9,11 @@ pkgbase = phpunit-bin
depends = php>=8.1.0
provides = phpunit
conflicts = phpunit
- source = https://phar.phpunit.de/phpunit-11.1.1.phar
- source = https://phar.phpunit.de/phpunit-11.1.1.phar.asc
- source = LICENSE-11.1.1::https://raw.githubusercontent.com/sebastianbergmann/phpunit/11.1.1/LICENSE
+ source = https://phar.phpunit.de/phpunit-11.1.3.phar
+ source = https://phar.phpunit.de/phpunit-11.1.3.phar.asc
+ source = LICENSE-11.1.3::https://raw.githubusercontent.com/sebastianbergmann/phpunit/11.1.3/LICENSE
validpgpkeys = D8406D0D82947747293778314AA394086372C20A
- sha256sums = 5ccdb3d50e60135ac65fcc3aea035584c14363f0353150fbc9f7de5479e7b5ed
+ sha256sums = 50cfa364fcdb81faa5bf9fe88fe0d73378fac122085a9350ee36ab02abba7171
sha256sums = SKIP
sha256sums = c998a7945b12ef5a76c6dd14ac0c87841c54b78d45468981329e1a6831365a19
diff --git a/PKGBUILD b/PKGBUILD
index ba827405867f..84ea0a422bec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=phpunit
pkgname=${_pkgname}-bin
-pkgver=11.1.1
+pkgver=11.1.3
pkgrel=1
pkgdesc="PHPUnit is a programmer-oriented testing framework for PHP."
provides=('phpunit')
@@ -21,7 +21,7 @@ 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=('5ccdb3d50e60135ac65fcc3aea035584c14363f0353150fbc9f7de5479e7b5ed'
+sha256sums=('50cfa364fcdb81faa5bf9fe88fe0d73378fac122085a9350ee36ab02abba7171'
'SKIP'
'c998a7945b12ef5a76c6dd14ac0c87841c54b78d45468981329e1a6831365a19')