summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsanduhrs2022-09-13 13:03:10 +0200
committersanduhrs2022-09-13 13:03:10 +0200
commitdbd6c18f0ff318317940e20b8ea1cea4a644c895 (patch)
tree26a57a5ebc0fc981abe049794c8db815e482276c /PKGBUILD
parent337fd118d398332159c4cdda98e8c9727001fc65 (diff)
downloadaur-dbd6c18f0ff318317940e20b8ea1cea4a644c895.tar.gz
Update to upstream version 3.10.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e4d0cb84dd51..39ad07cac4e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=php-cs-fixer
pkgname=${_pkgname}
-pkgver=3.9.6
+pkgver=3.10.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"