summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2024-01-16 14:11:22 +0100
committerStefan Auditor2024-01-16 14:11:22 +0100
commit2f83b66a86ed5fb6a2700adb225e57438692917c (patch)
tree98921f95c7828f898114c4b1788dbb4c278f1d38
parentf123133ba74ec25adb5d77b3ff71e6ce2b05114f (diff)
downloadaur-2f83b66a86ed5fb6a2700adb225e57438692917c.tar.gz
Update upstream
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83e9d27299b1..e1c4fe3b40d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = php-cs-fixer
pkgdesc = Analyzes some PHP source code and tries to fix coding standards issues (PSR-1 and PSR-2 compatible).
- pkgver = 3.41.1
+ pkgver = 3.42.0
pkgrel = 1
url = https://github.com/PHP-CS-Fixer/PHP-CS-Fixer
arch = any
@@ -9,7 +9,7 @@ pkgbase = php-cs-fixer
makedepends = composer
makedepends = git
depends = php>=7.4
- source = php-cs-fixer::git+https://github.com/PHP-CS-Fixer/PHP-CS-Fixer#tag=v3.41.1
+ source = php-cs-fixer::git+https://github.com/PHP-CS-Fixer/PHP-CS-Fixer#tag=v3.42.0
md5sums = SKIP
pkgname = php-cs-fixer
diff --git a/PKGBUILD b/PKGBUILD
index 96633927789a..42f9e55fd033 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=php-cs-fixer
pkgname=${_pkgname}
-pkgver=3.41.1
+pkgver=3.42.0
pkgrel=1
pkgdesc="Analyzes some PHP source code and tries to fix coding standards issues (PSR-1 and PSR-2 compatible)."
url="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer"