summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2016-08-05 23:06:00 +0200
committerStefan Auditor2016-08-05 23:06:00 +0200
commit538e4ad37dee62cbd054688b873f0d891bd8f629 (patch)
tree207c16279f5dafe9cf2aa90c955fbedc2cb1f998
parentb1554243b4ce808edc1848d961ede5c340fc5e93 (diff)
downloadaur-538e4ad37dee62cbd054688b873f0d891bd8f629.tar.gz
Update to upstream version 5.5.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a085694a1024..46c2f9b490ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = phpunit
pkgdesc = PHPUnit is a programmer-oriented testing framework for PHP.
- pkgver = 5.4.8
+ pkgver = 5.5.0
pkgrel = 1
url = https://phpunit.de
install = phpunit.install
arch = any
license = BSD
depends = php
- source = https://phar.phpunit.de/phpunit-5.4.8.phar
- source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/5.4.8/LICENSE
- sha512sums = d8326282a6dbc10ace4e5c1b1d2cb66d7d8edf31f16e93584b366996fbfb327c5ce8cf2c7ecd7257dfe9613190e7c23d78ac97769df21e5b0237036bfdff405b
+ source = https://phar.phpunit.de/phpunit-5.5.0.phar
+ source = https://raw.githubusercontent.com/sebastianbergmann/phpunit/5.5.0/LICENSE
+ sha512sums = 4eb7f26eb7f753e86b407dbd5123814ca5d88c976d8ec2a2ba846e287e56b54f5bb59ab95e073215fb6ceca2529ca8411a329cab3cb29103dc0cdb1ed62b96ed
sha512sums = 62e7d1d00af9db6ef5d2ba79a8039f4df2d00ef8124678b4c56d94e69e210e0e74e2f2156e469c57c1e24354cbd3a8ae97059917e364aaa52e9892f814adede3
pkgname = phpunit
diff --git a/PKGBUILD b/PKGBUILD
index d9c7305bb141..d8fe597c85dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=phpunit
pkgname=${_pkgname}
-pkgver=5.4.8
+pkgver=5.5.0
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=('d8326282a6dbc10ace4e5c1b1d2cb66d7d8edf31f16e93584b366996fbfb327c5ce8cf2c7ecd7257dfe9613190e7c23d78ac97769df21e5b0237036bfdff405b'
+sha512sums=('4eb7f26eb7f753e86b407dbd5123814ca5d88c976d8ec2a2ba846e287e56b54f5bb59ab95e073215fb6ceca2529ca8411a329cab3cb29103dc0cdb1ed62b96ed'
'62e7d1d00af9db6ef5d2ba79a8039f4df2d00ef8124678b4c56d94e69e210e0e74e2f2156e469c57c1e24354cbd3a8ae97059917e364aaa52e9892f814adede3')
package() {