summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsanduhrs2022-02-17 15:41:26 +0100
committersanduhrs2022-02-17 15:41:26 +0100
commit6846c098f2782a541e589993fe627ab390fcdf25 (patch)
tree46314fbec8ec2f2a2f1bd09811756da009a4940f /PKGBUILD
parent49e97d70744d5643669a1c41cd8505aff873670d (diff)
downloadaur-6846c098f2782a541e589993fe627ab390fcdf25.tar.gz
Update to upstream version 3.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3e40f79fa140..b92b398839fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=php-cs-fixer
pkgname=${_pkgname}
-pkgver=3.3.2
+pkgver=3.4.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"