summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsanduhrs2022-09-13 13:00:11 +0200
committersanduhrs2022-09-13 13:00:11 +0200
commitfc9ff70a1aecd6bec760d4d2ef17dc2d3233e5da (patch)
tree604fe1665eaf4c33fb933ca8dd70b6165552938c /PKGBUILD
parentd5c64734614d8db986a669727d9ba65322643028 (diff)
downloadaur-fc9ff70a1aecd6bec760d4d2ef17dc2d3233e5da.tar.gz
Update to upstream version 3.9.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cb79efbb582b..ecbceebc8cf9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=php-cs-fixer
pkgname=${_pkgname}
-pkgver=3.9.1
+pkgver=3.9.2
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"