summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSander Boom2021-04-15 19:26:32 +0200
committerSander Boom2021-04-15 19:26:32 +0200
commite49260917f6fbb91a4dc765663eb134cad1385b7 (patch)
treeea15ce11dac325c7c065a7b9cf45ee11859792db
parentb5e6f0a2252faf7cd796d80c9fedd5bbe1753dcd (diff)
downloadaur-e49260917f6fbb91a4dc765663eb134cad1385b7.tar.gz
Updated to latest stable v3.6.0
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD6
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 535291ab335b..d8087f97e4a6 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.8
+ pkgver = 3.6.0
pkgrel = 1
url = http://pear.php.net/package/PHP_CodeSniffer/
arch = any
license = BSD
depends = php
- source = phpcs-3.5.8.phar::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.5.8/phpcs.phar
- source = phpcs-3.5.8.phar.asc::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.5.8/phpcs.phar.asc
- source = phpcbf-3.5.8.phar::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.5.8/phpcbf.phar
- source = phpcbf-3.5.8.phar.asc::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.5.8/phpcbf.phar.asc
- source = licence-3.5.8.txt::https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/3.5.8/licence.txt
+ source = phpcs-3.6.0.phar::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.6.0/phpcs.phar
+ source = phpcs-3.6.0.phar.asc::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.6.0/phpcs.phar.asc
+ source = phpcbf-3.6.0.phar::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.6.0/phpcbf.phar
+ source = phpcbf-3.6.0.phar.asc::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.6.0/phpcbf.phar.asc
+ source = licence-3.6.0.txt::https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/3.6.0/licence.txt
validpgpkeys = A972B9ABB95D0B760B51442231C7E470E2138192
- sha256sums = 4a2f6aff1b1f760216bb00c0b3070431131e3ed91307436bb1bfb252281a804a
+ sha256sums = 3f7e099bd4b03681e12f96582ce0d76e065213ba15a3b1c22d79349e213ab169
sha256sums = SKIP
- sha256sums = 6f64fe00dee53fa7b256f63656dc0154f5964666fc7e535fac86d0078e7dea41
+ sha256sums = e19755c44800f955cd4d234657f90ead1ecb08c4957528fcad6424526b0c8b13
sha256sums = SKIP
sha256sums = 821c1697ab88bb71a5d1637743024e455d87074b8a5d0732f85205bd40cba6c9
diff --git a/PKGBUILD b/PKGBUILD
index 0dd6b2674b66..0c57bf483d02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=php-codesniffer
_pkgname=PHP_CodeSniffer
-pkgver=3.5.8
+pkgver=3.6.0
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=('6a2ae49e677d471dbeb8a8bcf67f714611250024c15d538a543db5b7ae6df50c'
+sha256sums=('3f7e099bd4b03681e12f96582ce0d76e065213ba15a3b1c22d79349e213ab169'
'SKIP'
- '6079de7bb0fcafe020d5a5dc44dfe88a8ff57b253a4dfd2bfde90ebe3d189195'
+ 'e19755c44800f955cd4d234657f90ead1ecb08c4957528fcad6424526b0c8b13'
'SKIP'
'821c1697ab88bb71a5d1637743024e455d87074b8a5d0732f85205bd40cba6c9')