summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a89b4ab893a..187ab49064d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = phpunit
pkgdesc = PHPUnit is a programmer-oriented testing framework for PHP.
- pkgver = 5.4.2
+ pkgver = 5.4.3
pkgrel = 1
url = https://phpunit.de
install = phpunit.install
arch = any
license = BSD
depends = php
- source = https://phar.phpunit.de/phpunit-5.4.2.phar
- source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/5.4.2/LICENSE
- sha512sums = bc0ebe28aaeb46ebbfbe34e891e4b12533394643c5b2ba93e692b8075834ad8e88dc648b03c081a4d2268abb4d3149d28ffe8af8febd2ffc7fa4c5a1c179bddf
+ source = https://phar.phpunit.de/phpunit-5.4.3.phar
+ source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/5.4.3/LICENSE
+ sha512sums = eb7e5835fdbcbe7dec28196c2a45cfe1bd77b22e575d3545cc9ce5a6d47f5126386b173ef72933603a8348b4de2cecfcedc9bd387229f6d7d8803fc80d4a8621
sha512sums = 62e7d1d00af9db6ef5d2ba79a8039f4df2d00ef8124678b4c56d94e69e210e0e74e2f2156e469c57c1e24354cbd3a8ae97059917e364aaa52e9892f814adede3
pkgname = phpunit
diff --git a/PKGBUILD b/PKGBUILD
index 7ababbfe43a8..e2159e5fa156 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=phpunit
pkgname=${_pkgname}
-pkgver=5.4.2
+pkgver=5.4.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=('bc0ebe28aaeb46ebbfbe34e891e4b12533394643c5b2ba93e692b8075834ad8e88dc648b03c081a4d2268abb4d3149d28ffe8af8febd2ffc7fa4c5a1c179bddf'
+sha512sums=('eb7e5835fdbcbe7dec28196c2a45cfe1bd77b22e575d3545cc9ce5a6d47f5126386b173ef72933603a8348b4de2cecfcedc9bd387229f6d7d8803fc80d4a8621'
'62e7d1d00af9db6ef5d2ba79a8039f4df2d00ef8124678b4c56d94e69e210e0e74e2f2156e469c57c1e24354cbd3a8ae97059917e364aaa52e9892f814adede3')
package() {