summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSander Boom2024-04-24 23:50:49 +0200
committerSander Boom2024-04-24 23:55:51 +0200
commitf9658a1afa8f6550e4470f8c1e349779bc3563c5 (patch)
tree5e5e583da3cbb98d9a74d45397332e9182e6c84b
parentbb2dbe18d42e4b6d3baf1fa632b55ee8cc432d2c (diff)
downloadaur-f9658a1afa8f6550e4470f8c1e349779bc3563c5.tar.gz
Updated to latest stable v3.9.2
Note: as PHPCS is under a different organization now [^1], a new key is needed for installation. Run `gpg --keyserver keys.openpgp.org --recv-keys 5E6DDE998AB73B8E` to import the key of 'Juliette Reinders Folmer (Release key for PHPCS) <juliette@phpcodesniffer.com>'. [^1]: [PHPCSStandards](https://github.com/PHPCSStandards/PHP_CodeSniffer)
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD8
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a2bba12fb70..f3dff949e69d 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.7.2
+ pkgver = 3.9.2
pkgrel = 1
url = http://pear.php.net/package/PHP_CodeSniffer/
arch = any
license = BSD
depends = php
- source = phpcs-3.7.2.phar::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.7.2/phpcs.phar
- source = phpcs-3.7.2.phar.asc::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.7.2/phpcs.phar.asc
- source = phpcbf-3.7.2.phar::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.7.2/phpcbf.phar
- source = phpcbf-3.7.2.phar.asc::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.7.2/phpcbf.phar.asc
- source = licence-3.7.2.txt::https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/3.7.2/licence.txt
- validpgpkeys = A972B9ABB95D0B760B51442231C7E470E2138192
- sha256sums = 204214c1ea5ba814fb0b2608c19cca2c10bf5ffcc9f0e3d4c34aadc0179517b7
+ source = phpcs-3.9.2.phar::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.9.2/phpcs.phar
+ source = phpcs-3.9.2.phar.asc::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.9.2/phpcs.phar.asc
+ source = phpcbf-3.9.2.phar::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.9.2/phpcbf.phar
+ source = phpcbf-3.9.2.phar.asc::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.9.2/phpcbf.phar.asc
+ source = licence-3.9.2.txt::https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/3.9.2/licence.txt
+ validpgpkeys = 95DE904AB800754A11D80B605E6DDE998AB73B8E
+ sha256sums = 7cb7f6fbd1f66b19172728024d2e601a8185c63574ff2c50baf2b61921c4ac07
sha256sums = SKIP
- sha256sums = 4eca732a997df08a4c97e43266eb8122f916d39bb002a000600fdd5393f4efe1
+ sha256sums = 06ed26daa765a06e81548a41309280026d0ca9633dcd641a7717d9ccadaa5c3d
sha256sums = SKIP
sha256sums = 577aa0eb3360e7b45fe436138c40d49f952e6d496987406981b6f1eee69b26e9
diff --git a/PKGBUILD b/PKGBUILD
index 271c8582c97a..3236bb97d6da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=php-codesniffer
_pkgname=PHP_CodeSniffer
-pkgver=3.7.2
+pkgver=3.9.2
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')
@@ -15,10 +15,10 @@ source=("phpcs-${pkgver}.phar::https://github.com/squizlabs/${_pkgname}/releases
"phpcbf-${pkgver}.phar::https://github.com/squizlabs/${_pkgname}/releases/download/${pkgver}/phpcbf.phar"
"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=('204214c1ea5ba814fb0b2608c19cca2c10bf5ffcc9f0e3d4c34aadc0179517b7'
+validpgpkeys=('95DE904AB800754A11D80B605E6DDE998AB73B8E')
+sha256sums=('7cb7f6fbd1f66b19172728024d2e601a8185c63574ff2c50baf2b61921c4ac07'
'SKIP'
- '4eca732a997df08a4c97e43266eb8122f916d39bb002a000600fdd5393f4efe1'
+ '06ed26daa765a06e81548a41309280026d0ca9633dcd641a7717d9ccadaa5c3d'
'SKIP'
'577aa0eb3360e7b45fe436138c40d49f952e6d496987406981b6f1eee69b26e9')