summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2023-09-12 11:34:23 +0200
committerStefan Auditor2023-09-12 11:34:23 +0200
commiteab12cdd1fa73c80247f41d216722b4cbd0cc76d (patch)
tree7621db0165f53ac1f8c6ddf52040670609dad7f7
parent7307373a7009db453d59ca34f428af453cae72a4 (diff)
downloadaur-eab12cdd1fa73c80247f41d216722b4cbd0cc76d.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 34970426b704..2a1a47dd6034 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.22.0
+ pkgver = 3.23.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.1.3
- source = php-cs-fixer::git+https://github.com/PHP-CS-Fixer/PHP-CS-Fixer#tag=v3.22.0
+ source = php-cs-fixer::git+https://github.com/PHP-CS-Fixer/PHP-CS-Fixer#tag=v3.23.0
md5sums = SKIP
pkgname = php-cs-fixer
diff --git a/PKGBUILD b/PKGBUILD
index 9f391968ecfa..e54d4d71fa8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=php-cs-fixer
pkgname=${_pkgname}
-pkgver=3.22.0
+pkgver=3.23.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"