summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsanduhrs2021-11-30 11:44:12 +0100
committersanduhrs2021-11-30 11:44:12 +0100
commitd29fa64c0d95913735fb392291a5bedccc1938da (patch)
tree82b6a5be85c7710ef0449b6a5ba5ddb9a8b8d1ec
parent82ea461ac49270ebb794dfe814c60c2c2da6b285 (diff)
downloadaur-d29fa64c0d95913735fb392291a5bedccc1938da.tar.gz
Update to upstream version 3.2.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f779cda2252..b4cfe63edf29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = php-cs-fixer
pkgdesc = Analyzes some PHP source code and tries to fix coding standards issues (PSR-1 and PSR-2 compatible).
- pkgver = 3.1.0
+ pkgver = 3.2.0
pkgrel = 1
url = https://github.com/FriendsOfPHP
arch = any
@@ -9,7 +9,7 @@ pkgbase = php-cs-fixer
makedepends = composer
makedepends = git
depends = php>=7.1.3
- source = php-cs-fixer::git+https://github.com/FriendsOfPHP/PHP-CS-Fixer#tag=v3.1.0
+ source = php-cs-fixer::git+https://github.com/FriendsOfPHP/PHP-CS-Fixer#tag=v3.2.0
md5sums = SKIP
pkgname = php-cs-fixer
diff --git a/PKGBUILD b/PKGBUILD
index 04b823934c4b..21556669ad45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=php-cs-fixer
pkgname=${_pkgname}
-pkgver=3.1.0
+pkgver=3.2.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"