summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSander Boom2022-06-21 12:00:38 +0200
committerSander Boom2022-06-21 12:00:38 +0200
commita8c4bb9a80580bd3e9a50937ce4ae8c3461ea017 (patch)
tree50d49555e7b07f7941085f9416dd243bef2e1d91
parent15aba92f536192d80701dc9d72dd962b95284e19 (diff)
downloadaur-a8c4bb9a80580bd3e9a50937ce4ae8c3461ea017.tar.gz
Updated to latest stable v3.7.1
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD6
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c00f20b233c..62b1cb6dbd17 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
pkgbase = php-codesniffer
pkgdesc = PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files to detect and fix violations of a defined set of coding standards.
- pkgver = 3.6.2
+ pkgver = 3.7.1
pkgrel = 1
url = http://pear.php.net/package/PHP_CodeSniffer/
arch = any
license = BSD
depends = php
- source = phpcs-3.6.2.phar::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.6.2/phpcs.phar
- source = phpcs-3.6.2.phar.asc::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.6.2/phpcs.phar.asc
- source = phpcbf-3.6.2.phar::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.6.2/phpcbf.phar
- source = phpcbf-3.6.2.phar.asc::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.6.2/phpcbf.phar.asc
- source = licence-3.6.2.txt::https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/3.6.2/licence.txt
+ source = phpcs-3.7.1.phar::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.7.1/phpcs.phar
+ source = phpcs-3.7.1.phar.asc::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.7.1/phpcs.phar.asc
+ source = phpcbf-3.7.1.phar::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.7.1/phpcbf.phar
+ source = phpcbf-3.7.1.phar.asc::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.7.1/phpcbf.phar.asc
+ source = licence-3.7.1.txt::https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/3.7.1/licence.txt
validpgpkeys = A972B9ABB95D0B760B51442231C7E470E2138192
- sha256sums = c0832cdce3e419c337011640ddebd08b7daac32344250ac7cfbc799309506f77
+ sha256sums = 7a14323a14af9f58302d15442492ee1076a8cd72c018a816cb44965bf3a9b015
sha256sums = SKIP
- sha256sums = 28d74aaaa7ad251c4ed23481e7fa18b755450ee57872d22be0ecb8fe21f50dc8
+ sha256sums = c93c0e83cbda21c21f849ccf0f4b42979d20004a5a6172ed0ea270eca7ae6fa8
sha256sums = SKIP
sha256sums = 577aa0eb3360e7b45fe436138c40d49f952e6d496987406981b6f1eee69b26e9
diff --git a/PKGBUILD b/PKGBUILD
index 856458d564cf..64639e7cf41c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=php-codesniffer
_pkgname=PHP_CodeSniffer
-pkgver=3.6.2
+pkgver=3.7.1
pkgrel=1
pkgdesc="PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files to detect and fix violations of a defined set of coding standards."
arch=('any')
@@ -16,9 +16,9 @@ source=("phpcs-${pkgver}.phar::https://github.com/squizlabs/${_pkgname}/releases
"phpcbf-${pkgver}.phar.asc::https://github.com/squizlabs/${_pkgname}/releases/download/${pkgver}/phpcbf.phar.asc"
"licence-${pkgver}.txt::https://raw.githubusercontent.com/squizlabs/${_pkgname}/${pkgver}/licence.txt")
validpgpkeys=('A972B9ABB95D0B760B51442231C7E470E2138192')
-sha256sums=('c0832cdce3e419c337011640ddebd08b7daac32344250ac7cfbc799309506f77'
+sha256sums=('7a14323a14af9f58302d15442492ee1076a8cd72c018a816cb44965bf3a9b015'
'SKIP'
- '28d74aaaa7ad251c4ed23481e7fa18b755450ee57872d22be0ecb8fe21f50dc8'
+ 'c93c0e83cbda21c21f849ccf0f4b42979d20004a5a6172ed0ea270eca7ae6fa8'
'SKIP'
'577aa0eb3360e7b45fe436138c40d49f952e6d496987406981b6f1eee69b26e9')