diff options
author | Sander Boom | 2024-09-23 12:14:38 +0200 |
---|---|---|
committer | Sander Boom | 2024-09-23 12:14:38 +0200 |
commit | 85410bc9a1bc17818c94a27ef1db529f78717c3b (patch) | |
tree | 4ea6797537fd80271a0fe4998a52d631443a70d1 | |
parent | 0534bbd843b92a7eff970fef63b302ba1f6f2a69 (diff) | |
download | aur-85410bc9a1bc17818c94a27ef1db529f78717c3b.tar.gz |
Updated to latest stable v3.10.3
-rw-r--r-- | .SRCINFO | 16 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 11 insertions, 11 deletions
@@ -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.10.2 + pkgver = 3.10.3 pkgrel = 1 url = https://github.com/PHPCSStandards/PHP_CodeSniffer arch = any license = BSD depends = php - source = phpcs-3.10.2.phar::https://github.com/PHPCSStandards/PHP_CodeSniffer/releases/download/3.10.2/phpcs.phar - source = phpcs-3.10.2.phar.asc::https://github.com/PHPCSStandards/PHP_CodeSniffer/releases/download/3.10.2/phpcs.phar.asc - source = phpcbf-3.10.2.phar::https://github.com/PHPCSStandards/PHP_CodeSniffer/releases/download/3.10.2/phpcbf.phar - source = phpcbf-3.10.2.phar.asc::https://github.com/PHPCSStandards/PHP_CodeSniffer/releases/download/3.10.2/phpcbf.phar.asc - source = licence-3.10.2.txt::https://raw.githubusercontent.com/PHPCSStandards/PHP_CodeSniffer/3.10.2/licence.txt + source = phpcs-3.10.3.phar::https://github.com/PHPCSStandards/PHP_CodeSniffer/releases/download/3.10.3/phpcs.phar + source = phpcs-3.10.3.phar.asc::https://github.com/PHPCSStandards/PHP_CodeSniffer/releases/download/3.10.3/phpcs.phar.asc + source = phpcbf-3.10.3.phar::https://github.com/PHPCSStandards/PHP_CodeSniffer/releases/download/3.10.3/phpcbf.phar + source = phpcbf-3.10.3.phar.asc::https://github.com/PHPCSStandards/PHP_CodeSniffer/releases/download/3.10.3/phpcbf.phar.asc + source = licence-3.10.3.txt::https://raw.githubusercontent.com/PHPCSStandards/PHP_CodeSniffer/3.10.3/licence.txt validpgpkeys = 689DAD778FF08760E046228BA978220305CD5C32 - sha256sums = 5f580b08328af20a4138a6dcefdbb4c3307e133d9dfbabdf925c08c7d87f18de + sha256sums = 763c61a526ba2e903878cb5060e7aa49ceba56fa652bd21bef0f48bd5e06a4b8 sha256sums = SKIP - sha256sums = 7b4b1316ce388600c2a052b41b9badd2d906827f0a08a08873ca5d1063dd1038 + sha256sums = e446161933b3710a91bcbb9ca6c3e2115b90abb6a34ce4faab7b50e4c931f059 sha256sums = SKIP sha256sums = 577aa0eb3360e7b45fe436138c40d49f952e6d496987406981b6f1eee69b26e9 @@ -3,7 +3,7 @@ pkgname=php-codesniffer _pkgname=PHP_CodeSniffer -pkgver=3.10.2 +pkgver=3.10.3 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/PHPCSStandards/${_pkgname}/rel "phpcbf-${pkgver}.phar.asc::https://github.com/PHPCSStandards/${_pkgname}/releases/download/${pkgver}/phpcbf.phar.asc" "licence-${pkgver}.txt::https://raw.githubusercontent.com/PHPCSStandards/${_pkgname}/${pkgver}/licence.txt") validpgpkeys=('689DAD778FF08760E046228BA978220305CD5C32') -sha256sums=('5f580b08328af20a4138a6dcefdbb4c3307e133d9dfbabdf925c08c7d87f18de' +sha256sums=('763c61a526ba2e903878cb5060e7aa49ceba56fa652bd21bef0f48bd5e06a4b8' 'SKIP' - '7b4b1316ce388600c2a052b41b9badd2d906827f0a08a08873ca5d1063dd1038' + 'e446161933b3710a91bcbb9ca6c3e2115b90abb6a34ce4faab7b50e4c931f059' 'SKIP' '577aa0eb3360e7b45fe436138c40d49f952e6d496987406981b6f1eee69b26e9') |