summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsanduhrs2022-09-13 13:04:43 +0200
committersanduhrs2022-09-13 13:04:43 +0200
commit4df5c7fc974f460dfef1e7e8bc59fa7e73828ce9 (patch)
treedf128f354b747ddbfd209646b08aa71dafc72fe8 /PKGBUILD
parentdbd6c18f0ff318317940e20b8ea1cea4a644c895 (diff)
downloadaur-4df5c7fc974f460dfef1e7e8bc59fa7e73828ce9.tar.gz
Update to upstream version 3.11.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 39ad07cac4e8..18848d7a313e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=php-cs-fixer
pkgname=${_pkgname}
-pkgver=3.10.0
+pkgver=3.11.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"