summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2024-01-16 14:12:22 +0100
committerStefan Auditor2024-01-16 14:12:22 +0100
commitec21b711f1b44cb86ef42d98a2d38fc39cf85c78 (patch)
tree90d6db9702ac17b1a47bef6b45c5f2a2950ec4fe
parent66368db3500cf5af011e6d1b595e06c32b608236 (diff)
downloadaur-ec21b711f1b44cb86ef42d98a2d38fc39cf85c78.tar.gz
Update upstream
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a6f91ca70f5..ac293a7b4563 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.43.0
+ pkgver = 3.44.0
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.4
- source = php-cs-fixer::git+https://github.com/PHP-CS-Fixer/PHP-CS-Fixer#tag=v3.43.0
+ source = php-cs-fixer::git+https://github.com/PHP-CS-Fixer/PHP-CS-Fixer#tag=v3.44.0
md5sums = SKIP
pkgname = php-cs-fixer
diff --git a/PKGBUILD b/PKGBUILD
index 5be5d86ab5f2..26b059e343ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=php-cs-fixer
pkgname=${_pkgname}
-pkgver=3.43.0
+pkgver=3.44.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/PHP-CS-Fixer/PHP-CS-Fixer"