summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsanduhrs2022-11-06 09:24:16 +0100
committersanduhrs2022-11-06 09:24:16 +0100
commit44f0e8032a1bb59f6fd365f2365ea7c398b7f604 (patch)
tree8b891106439b15f179e68b641cd36e1e2228de0c /PKGBUILD
parent4df5c7fc974f460dfef1e7e8bc59fa7e73828ce9 (diff)
downloadaur-44f0e8032a1bb59f6fd365f2365ea7c398b7f604.tar.gz
Update to upstream version 3.12.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 18848d7a313e..c585b3146d29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=php-cs-fixer
pkgname=${_pkgname}
-pkgver=3.11.0
+pkgver=3.12.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/FriendsOfPHP"