summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsanduhrs2021-11-30 11:42:35 +0100
committersanduhrs2021-11-30 11:42:35 +0100
commit82ea461ac49270ebb794dfe814c60c2c2da6b285 (patch)
treede7baaf4944ed85d5e8d987d8c5d223d29c535df /PKGBUILD
parentcec9dbbc5b27eee7a1db925fae026ff270066eb8 (diff)
downloadaur-82ea461ac49270ebb794dfe814c60c2c2da6b285.tar.gz
Update to upstream version 3.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a5f48f87e014..04b823934c4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=php-cs-fixer
pkgname=${_pkgname}
-pkgver=3.0.3
+pkgver=3.1.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"