summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsanduhrs2022-09-13 13:01:01 +0200
committersanduhrs2022-09-13 13:01:01 +0200
commit9d427f84a1499c22549d6ef0ae73c6b87cfef91e (patch)
treeb98521601ab119b42917616a57f09dfd5bd7afff /PKGBUILD
parent246b999154c9dc0e9bbef1830b67e981ff1e4955 (diff)
downloadaur-9d427f84a1499c22549d6ef0ae73c6b87cfef91e.tar.gz
Update to upstream version 3.9.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b1f7565c0a8b..f4df2a93d4e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=php-cs-fixer
pkgname=${_pkgname}
-pkgver=3.9.3
+pkgver=3.9.4
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"