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