summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Lindvall2019-12-22 18:45:02 +0100
committerMarius Lindvall2019-12-22 18:45:02 +0100
commit3a29fcdcf0221ad5f6ddf2518e68ce9b335404d5 (patch)
tree8416fb4b298566987710bac871fd1ab665e75cfd
parent64f1f4ac57b52f9263044386ba8614047a1dc6d8 (diff)
downloadaur-3a29fcdcf0221ad5f6ddf2518e68ce9b335404d5.tar.gz
Update to v4.0.20191220
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26efba7f62d4..5904ea354d4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = codecept-bin
pkgdesc = The Codeception PHP testing framework (PHP 7 Phar version)
- pkgver = 3.1.2
+ pkgver = 4.0.20191220
pkgrel = 1
url = https://codeception.com/
arch = any
license = MIT
- depends = php>=7
- source = https://codeception.com/releases/3.1.2/codecept.phar
- source = https://raw.githubusercontent.com/Codeception/Codeception/3.1/LICENSE
- sha256sums = 8ebed51fea351193b9f7e0b738695be8dd4d5b1dd076731ea5d274eec73087bd
+ depends = php>=7.2
+ source = https://codeception.com/releases/4.0.20191220/codecept.phar
+ source = https://raw.githubusercontent.com/Codeception/Codeception/4.0/LICENSE
+ sha256sums = f21c4a32857a1bd7272cb3254ca10dd439c9052262140dbb6a7769ad9c52b9e4
sha256sums = a170b2c91593ab8e55624afcd6b392d8df3e9e914105b1f1e9ea8b8b73aee16f
pkgname = codecept-bin
diff --git a/PKGBUILD b/PKGBUILD
index 7d34a4b0b6c2..791c15c8309e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Marius Lindvall <(firstname) {cat} varden {dog} info>
-_version='3.1.2'
-_sha256='8ebed51fea351193b9f7e0b738695be8dd4d5b1dd076731ea5d274eec73087bd'
+_version='4.0.20191220'
+_sha256='f21c4a32857a1bd7272cb3254ca10dd439c9052262140dbb6a7769ad9c52b9e4'
pkgname=codecept-bin
pkgver=${_version}
@@ -12,11 +12,11 @@ url='https://codeception.com/'
arch=('any')
license=('MIT')
-depends=('php>=7')
+depends=('php>=7.2')
optdepends=()
conflicts=()
source=("https://codeception.com/releases/${_version}/codecept.phar"
- "https://raw.githubusercontent.com/Codeception/Codeception/3.1/LICENSE")
+ "https://raw.githubusercontent.com/Codeception/Codeception/4.0/LICENSE")
sha256sums=("${_sha256}"
"a170b2c91593ab8e55624afcd6b392d8df3e9e914105b1f1e9ea8b8b73aee16f")