summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSander Boom2019-12-12 12:41:33 +0100
committerSander Boom2019-12-12 12:41:33 +0100
commit6a773408b67057c61c3d903a02708be4df315ba9 (patch)
tree3b203d2163de58776572c69104779b956ac0d0be
parent736876053fe9aa1fe0db8ed6bbfa0607e8091045 (diff)
downloadaur-6a773408b67057c61c3d903a02708be4df315ba9.tar.gz
Updated to latest stable v3.5.3
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD6
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e44a34c6466c..29b7533d6181 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.5.2
+ pkgver = 3.5.3
pkgrel = 1
url = http://pear.php.net/package/PHP_CodeSniffer/
arch = any
license = BSD
depends = php
- source = phpcs-3.5.2.phar::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.5.2/phpcs.phar
- source = phpcs-3.5.2.phar.asc::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.5.2/phpcs.phar.asc
- source = phpcbf-3.5.2.phar::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.5.2/phpcbf.phar
- source = phpcbf-3.5.2.phar.asc::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.5.2/phpcbf.phar.asc
- source = licence-3.5.2.txt::https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/3.5.2/licence.txt
+ source = phpcs-3.5.3.phar::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.5.3/phpcs.phar
+ source = phpcs-3.5.3.phar.asc::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.5.3/phpcs.phar.asc
+ source = phpcbf-3.5.3.phar::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.5.3/phpcbf.phar
+ source = phpcbf-3.5.3.phar.asc::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.5.3/phpcbf.phar.asc
+ source = licence-3.5.3.txt::https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/3.5.3/licence.txt
validpgpkeys = A972B9ABB95D0B760B51442231C7E470E2138192
- sha256sums = 15ad1fe73b3e972f666bf4d0e9b51548d4b50f780c9cf0c64999c78c9a4e644f
+ sha256sums = b44e0ad96138e2697a97959fefb9c6f1491f4a22d5daf08aabed12e9a2869678
sha256sums = SKIP
- sha256sums = a632465994bb5e17de8722c855c539a45e6e6e1785caf644820144436afd167e
+ sha256sums = db20ec9cfd434deba03f6f20c818732d477696589d5aea3df697986b6e723ad7
sha256sums = SKIP
sha256sums = 821c1697ab88bb71a5d1637743024e455d87074b8a5d0732f85205bd40cba6c9
diff --git a/PKGBUILD b/PKGBUILD
index 5a7a60eaea28..b2fd7bc60c78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=php-codesniffer
_pkgname=PHP_CodeSniffer
-pkgver=3.5.2
+pkgver=3.5.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/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=('15ad1fe73b3e972f666bf4d0e9b51548d4b50f780c9cf0c64999c78c9a4e644f'
+sha256sums=('b44e0ad96138e2697a97959fefb9c6f1491f4a22d5daf08aabed12e9a2869678'
'SKIP'
- 'a632465994bb5e17de8722c855c539a45e6e6e1785caf644820144436afd167e'
+ 'db20ec9cfd434deba03f6f20c818732d477696589d5aea3df697986b6e723ad7'
'SKIP'
'821c1697ab88bb71a5d1637743024e455d87074b8a5d0732f85205bd40cba6c9')