summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2016-06-16 08:24:27 +0200
committerStefan Auditor2016-06-16 08:24:27 +0200
commit63653e691691244b34fc49b9544fc2655e24c3b9 (patch)
tree32c7e25d84cf14447b1bf02f27fadc6d7df77c89
parente34487d009315182883f0e81c5842fd4f2faad1d (diff)
downloadaur-63653e691691244b34fc49b9544fc2655e24c3b9.tar.gz
Update to upstream version 5.4.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 594e79a46822..7b8b79981bd7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = phpunit
pkgdesc = PHPUnit is a programmer-oriented testing framework for PHP.
- pkgver = 5.4.4
+ pkgver = 5.4.5
pkgrel = 1
url = https://phpunit.de
install = phpunit.install
arch = any
license = BSD
depends = php
- source = https://phar.phpunit.de/phpunit-5.4.4.phar
- source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/5.4.4/LICENSE
- sha512sums = 2b12211e18993e2231c5c26bf974393dceab2fea9692216ab175461701200ae59dfc59bae8dae2bcbf09ea4744e834ecc399b9b8a6ac0e6c0f01ba627047b107
+ source = https://phar.phpunit.de/phpunit-5.4.5.phar
+ source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/5.4.5/LICENSE
+ sha512sums = c2f4b6be0c8b5b971d4016f53145a90b240e9c7300b114138eacc4667f7bbca821bec87bca784288c8a65a16d0520da1cc6819c7c8b95a0f9bf1abc33b63bec2
sha512sums = 62e7d1d00af9db6ef5d2ba79a8039f4df2d00ef8124678b4c56d94e69e210e0e74e2f2156e469c57c1e24354cbd3a8ae97059917e364aaa52e9892f814adede3
pkgname = phpunit
diff --git a/PKGBUILD b/PKGBUILD
index 8997fee6cafc..159eeeb08024 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=phpunit
pkgname=${_pkgname}
-pkgver=5.4.4
+pkgver=5.4.5
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=('2b12211e18993e2231c5c26bf974393dceab2fea9692216ab175461701200ae59dfc59bae8dae2bcbf09ea4744e834ecc399b9b8a6ac0e6c0f01ba627047b107'
+sha512sums=('c2f4b6be0c8b5b971d4016f53145a90b240e9c7300b114138eacc4667f7bbca821bec87bca784288c8a65a16d0520da1cc6819c7c8b95a0f9bf1abc33b63bec2'
'62e7d1d00af9db6ef5d2ba79a8039f4df2d00ef8124678b4c56d94e69e210e0e74e2f2156e469c57c1e24354cbd3a8ae97059917e364aaa52e9892f814adede3')
package() {