summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSander Boom2018-03-04 01:04:45 +0100
committerSander Boom2018-03-04 01:04:45 +0100
commit25a5809bcb204e046893ed41a0be042afb384b4a (patch)
treec5fba5db450f525863cecd66ed77b00d6c9d452c
parent43071bc92e533a2f5df3a9475de74e954571eff8 (diff)
downloadaur-25a5809bcb204e046893ed41a0be042afb384b4a.tar.gz
Updated to latest stable v3.2.3
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD6
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55658e07131d..f0448d112556 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,21 @@
# Generated by mksrcinfo v8
-# Wed Feb 7 11:22:30 UTC 2018
+# Sun Mar 4 00:03:37 UTC 2018
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.2.2
+ pkgver = 3.2.3
pkgrel = 2
url = http://pear.php.net/package/PHP_CodeSniffer/
arch = any
license = custom
depends = php
- source = phpcs-3.2.2.phar::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.2.2/phpcs.phar
- source = phpcs-3.2.2.phar.asc::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.2.2/phpcs.phar.asc
- source = phpcbf-3.2.2.phar::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.2.2/phpcbf.phar
- source = phpcbf-3.2.2.phar.asc::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.2.2/phpcbf.phar.asc
- source = licence-3.2.2.txt::https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/3.2.2/licence.txt
- sha256sums = c934737207f3baf2d36187a43ed4bd005a70eae65f16cf22ca4eed32a69aca2a
+ source = phpcs-3.2.3.phar::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.2.3/phpcs.phar
+ source = phpcs-3.2.3.phar.asc::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.2.3/phpcs.phar.asc
+ source = phpcbf-3.2.3.phar::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.2.3/phpcbf.phar
+ source = phpcbf-3.2.3.phar.asc::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.2.3/phpcbf.phar.asc
+ source = licence-3.2.3.txt::https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/3.2.3/licence.txt
+ sha256sums = 41ef9d09fca6be1dce5ee6b946a59461f4955245c3038c0ac17e0669caef6aa4
sha256sums = SKIP
- sha256sums = 7ad5e782411f4b8944a0bfab7d70b782c3133c921fd237b8227567186ef71f52
+ sha256sums = 34a94620615b674ef4ed44ab1648a9f1c874b35b4d48239e81a177a803a0e002
sha256sums = SKIP
sha256sums = 821c1697ab88bb71a5d1637743024e455d87074b8a5d0732f85205bd40cba6c9
diff --git a/PKGBUILD b/PKGBUILD
index b9971ca1db47..5a04a03b2e3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=php-codesniffer
_pkgname=PHP_CodeSniffer
-pkgver=3.2.2
+pkgver=3.2.3
pkgrel=2
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=('c934737207f3baf2d36187a43ed4bd005a70eae65f16cf22ca4eed32a69aca2a'
+sha256sums=('41ef9d09fca6be1dce5ee6b946a59461f4955245c3038c0ac17e0669caef6aa4'
'SKIP'
- '7ad5e782411f4b8944a0bfab7d70b782c3133c921fd237b8227567186ef71f52'
+ '34a94620615b674ef4ed44ab1648a9f1c874b35b4d48239e81a177a803a0e002'
'SKIP'
'821c1697ab88bb71a5d1637743024e455d87074b8a5d0732f85205bd40cba6c9')