summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2016-05-13 07:22:28 +0200
committerStefan Auditor2016-05-13 07:22:28 +0200
commit70572c993dca299f6926fb78274a88c3f0e3bb73 (patch)
tree8e91dad5e7147e38695f045671b5b8e74e57f440
parent15dc2b744e2b2fa74b4e016b6391eaf13e738875 (diff)
downloadaur-70572c993dca299f6926fb78274a88c3f0e3bb73.tar.gz
Update to upstream version 5.3.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 168cc97d4549..3b629575de50 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = phpunit
pkgdesc = PHPUnit is a programmer-oriented testing framework for PHP.
- pkgver = 5.3.2
+ pkgver = 5.3.3
pkgrel = 1
url = https://phpunit.de
install = phpunit.install
arch = any
license = BSD
depends = php
- source = https://phar.phpunit.de/phpunit-5.3.2.phar
- source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/5.3.2/LICENSE
- sha512sums = cd59a68b029ba39da99edf298b42bc110ec3141c0e91135fca1077a0f42108e3786bd2a14dfa51e4685d2428315ebb6cb7a52328b8f8a5a33c65576be846dd92
+ source = https://phar.phpunit.de/phpunit-5.3.3.phar
+ source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/5.3.3/LICENSE
+ sha512sums = c369d3eb5a8116042f1f09f34626b939e7718958b935abda377b3a115d79a026e9e9d2d2334f75f4e7cf173fcb4797266089dc3cac982739d429ee51152ace51
sha512sums = 62e7d1d00af9db6ef5d2ba79a8039f4df2d00ef8124678b4c56d94e69e210e0e74e2f2156e469c57c1e24354cbd3a8ae97059917e364aaa52e9892f814adede3
pkgname = phpunit
diff --git a/PKGBUILD b/PKGBUILD
index e4a4fb504e1e..8bbc83982e80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=phpunit
pkgname=${_pkgname}
-pkgver=5.3.2
+pkgver=5.3.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=('cd59a68b029ba39da99edf298b42bc110ec3141c0e91135fca1077a0f42108e3786bd2a14dfa51e4685d2428315ebb6cb7a52328b8f8a5a33c65576be846dd92'
+sha512sums=('c369d3eb5a8116042f1f09f34626b939e7718958b935abda377b3a115d79a026e9e9d2d2334f75f4e7cf173fcb4797266089dc3cac982739d429ee51152ace51'
'62e7d1d00af9db6ef5d2ba79a8039f4df2d00ef8124678b4c56d94e69e210e0e74e2f2156e469c57c1e24354cbd3a8ae97059917e364aaa52e9892f814adede3')
package() {