summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsanduhrs2022-04-22 23:08:49 +0200
committersanduhrs2022-04-22 23:08:49 +0200
commit45ab8c7dd3bf1148127ba4fbfcb4d92d7779be27 (patch)
treeb664ce5c55de9768a280a14f30647e5afce73cda /PKGBUILD
parentda3b37f700eef093fb112251ee15d03201324eb3 (diff)
downloadaur-45ab8c7dd3bf1148127ba4fbfcb4d92d7779be27.tar.gz
Update to upstream version 3.8.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index be10d17c583c..db432832beda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=php-cs-fixer
pkgname=${_pkgname}
-pkgver=3.7.0
+pkgver=3.8.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"