summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2023-05-24 17:31:53 +0200
committerStefan Auditor2023-05-24 17:31:53 +0200
commitce9e6d2516e9bc915b47bfb5b10d7c19caf2e27a (patch)
treeb932d5b70c3d4437bab36315e0f780f178033782
parentf9405045b5cd6b879269c4e52bf8f67d543b7077 (diff)
downloadaur-ce9e6d2516e9bc915b47bfb5b10d7c19caf2e27a.tar.gz
Update to new version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fadbb14a3f39..bc91ffd9face 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.14.1
+ pkgver = 3.14.2
pkgrel = 1
url = https://github.com/PHP-CS-Fixer/PHP-CS-Fixer
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/PHP-CS-Fixer/PHP-CS-Fixer#tag=v3.14.1
+ source = php-cs-fixer::git+https://github.com/PHP-CS-Fixer/PHP-CS-Fixer#tag=v3.14.2
md5sums = SKIP
pkgname = php-cs-fixer
diff --git a/PKGBUILD b/PKGBUILD
index 577e0622fe8c..ceffcca5dee7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=php-cs-fixer
pkgname=${_pkgname}
-pkgver=3.14.1
+pkgver=3.14.2
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/PHP-CS-Fixer/PHP-CS-Fixer"