summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Lindvall2020-10-12 19:05:51 +0200
committerMarius Lindvall2020-10-12 19:05:51 +0200
commit71b810377c046d49a4ec6dce8bddb6c1de29348c (patch)
tree6438c41a1f1092b351966a35ccb4d5ba0ab1f5fe
parent6670aded3c0cada61365d70e588c51b20955fd41 (diff)
downloadaur-71b810377c046d49a4ec6dce8bddb6c1de29348c.tar.gz
Update to 4.1.20201011
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ecdf2c1761d..a06f43afa12f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = codecept-bin
pkgdesc = The Codeception PHP testing framework (PHP 7 Phar version)
- pkgver = 4.1.20200524
+ pkgver = 4.1.20201011
pkgrel = 1
url = https://codeception.com/
arch = any
license = MIT
depends = php>=7.2
- source = codecept-4.1.20200524.phar::https://codeception.com/releases/4.1.20200524/codecept.phar
+ source = codecept-4.1.20201011.phar::https://codeception.com/releases/4.1.20201011/codecept.phar
source = https://raw.githubusercontent.com/Codeception/Codeception/4.0/LICENSE
- sha256sums = 78267afc1003bc02807a76f8cf881f869b7f797e1ad6575c7efab883adccc88d
+ sha256sums = 5a11e299fc27faee442cc1222ea49226e5f653e8f62d8296aa5c7fd3482f8ab8
sha256sums = a170b2c91593ab8e55624afcd6b392d8df3e9e914105b1f1e9ea8b8b73aee16f
pkgname = codecept-bin
diff --git a/PKGBUILD b/PKGBUILD
index 33de97085018..d8e3ebe5c56a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Marius Lindvall <(firstname) {cat} varden {dog} info>
-_version='4.1.20200524'
-_sha256='78267afc1003bc02807a76f8cf881f869b7f797e1ad6575c7efab883adccc88d'
+_version='4.1.20201011'
+_sha256='5a11e299fc27faee442cc1222ea49226e5f653e8f62d8296aa5c7fd3482f8ab8'
pkgname=codecept-bin
pkgver=${_version}