summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 766ef2d04477..a781ba010aec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=phpunit
pkgname=${_pkgname}
-pkgver=8.1.1
+pkgver=8.1.2
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"
"https://raw.githubusercontent.com/sebastianbergmann/phpunit/${pkgver}/LICENSE")
-sha512sums=('6978e4e42e9520348a38dcad797d036b4e405f17e4684fc3682bb7d48205b96597fa0a9d5daedf008979ff223540f1b33c683ca4212fbf2d5c2afb6ba377c0df'
+sha512sums=('46fab12681e9013b5b39c9c98a748423f3121de41ac9e96ae27adc0002d4d63e3af114372acb5b5414d20649cb526b3c92cadaf5d56732fb6fbcd604cebb0e2a'
'9ca5ce5d441629921af418c7d700d3a6942fbaa07d0081ce5abf835122f2f025b7737daedf55b2039d05875dac4d09fc034ea3dbd97404d8d1f326b1ce7b22df')
package() {