summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSander Boom2018-08-12 23:00:12 +0200
committerSander Boom2018-08-12 23:00:12 +0200
commit36802e948e4f19baf84b04ad0a9905f66d497d0c (patch)
tree10d8c2c32e38d3607804d44fd87b3bb28c124f09
parent2efcc1ce1727c6d1186fb9b175ed803180dbbbb9 (diff)
downloadaur-36802e948e4f19baf84b04ad0a9905f66d497d0c.tar.gz
Updated to latest stable v3.3.1
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD6
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66c359c29e19..59629aacab08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,21 @@
# Generated by mksrcinfo v8
-# Sun Jul 8 10:10:10 UTC 2018
+# Sun Aug 12 20:57:13 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.3.0
+ pkgver = 3.3.1
pkgrel = 1
url = http://pear.php.net/package/PHP_CodeSniffer/
arch = any
license = custom
depends = php
- source = phpcs-3.3.0.phar::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.3.0/phpcs.phar
- source = phpcs-3.3.0.phar.asc::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.3.0/phpcs.phar.asc
- source = phpcbf-3.3.0.phar::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.3.0/phpcbf.phar
- source = phpcbf-3.3.0.phar.asc::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.3.0/phpcbf.phar.asc
- source = licence-3.3.0.txt::https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/3.3.0/licence.txt
- sha256sums = 90442ce92ffccfad906f411919d26be54005064463707ea4beba3684d92e83fe
+ source = phpcs-3.3.1.phar::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.3.1/phpcs.phar
+ source = phpcs-3.3.1.phar.asc::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.3.1/phpcs.phar.asc
+ source = phpcbf-3.3.1.phar::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.3.1/phpcbf.phar
+ source = phpcbf-3.3.1.phar.asc::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.3.1/phpcbf.phar.asc
+ source = licence-3.3.1.txt::https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/3.3.1/licence.txt
+ sha256sums = 5ce1bc0dfead797a02efdb0b01f99fc4b5bb4ef42757286e648b2364b273814f
sha256sums = SKIP
- sha256sums = 9a9e93310a4e9de509aa06648e69fc91b8141661abb818aeb421e4fa5f3100aa
+ sha256sums = 353ec2717ae043917308de7c0dae4805356129c6df9638e0f7daaf4c3c82e560
sha256sums = SKIP
sha256sums = 821c1697ab88bb71a5d1637743024e455d87074b8a5d0732f85205bd40cba6c9
diff --git a/PKGBUILD b/PKGBUILD
index f470f8bc3771..680757942d70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=php-codesniffer
_pkgname=PHP_CodeSniffer
-pkgver=3.3.0
+pkgver=3.3.1
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=('90442ce92ffccfad906f411919d26be54005064463707ea4beba3684d92e83fe'
+sha256sums=('5ce1bc0dfead797a02efdb0b01f99fc4b5bb4ef42757286e648b2364b273814f'
'SKIP'
- '9a9e93310a4e9de509aa06648e69fc91b8141661abb818aeb421e4fa5f3100aa'
+ '353ec2717ae043917308de7c0dae4805356129c6df9638e0f7daaf4c3c82e560'
'SKIP'
'821c1697ab88bb71a5d1637743024e455d87074b8a5d0732f85205bd40cba6c9')