M .SRCINFO => .SRCINFO +2 -2
@@ 1,12 1,12 @@
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.26.0
+ pkgver = 3.27.0
pkgrel = 1
url = https://github.com/PHP-CS-Fixer/PHP-CS-Fixer
arch = any
license = MIT
conflicts = php-cs-fixer-git
- source = php-cs-fixer.phar::https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases/download/v3.26.0/php-cs-fixer.phar
+ source = php-cs-fixer.phar::https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases/download/v3.27.0/php-cs-fixer.phar
source = LICENSE
sha256sums = eb5525d55fe845b423da9d8b327ff0dd5a20025d03cddaa08aec95fbef6b2501
sha256sums = 2328ecf7ed904804f5e9f9c70762d2e0baf6610d872c611bbddca94baa970549
M PKGBUILD => PKGBUILD +1 -1
@@ 4,7 4,7 @@
_pkgname=php-cs-fixer
pkgname=${_pkgname}
-pkgver=3.26.0
+pkgver=3.27.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"