From ba8e0de9328aab7ddaf0557a8d38c46f42b1e598 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Fri, 22 Sep 2023 15:54:37 +0700 Subject: [PATCH] all: update package release v3.27.0 --- .SRCINFO | 4 ++-- PKGBUILD | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 67779fa..9e5b5e3 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index 4a67b11..73ad2f5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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" -- 2.45.2