summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSander Boom2018-07-08 12:10:28 +0200
committerSander Boom2018-07-08 12:10:28 +0200
commit2efcc1ce1727c6d1186fb9b175ed803180dbbbb9 (patch)
treeca41a5f16e4981f9d2be8fdee005983f2693063c
parenta1967d3fb2b0c0ba98d8170bd96656804b9cc900 (diff)
downloadaur-2efcc1ce1727c6d1186fb9b175ed803180dbbbb9.tar.gz
Updated to latest stable v3.3.0
-rw-r--r--.SRCINFO20
-rw-r--r--PKGBUILD4
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0448d112556..66c359c29e19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,21 @@
# Generated by mksrcinfo v8
-# Sun Mar 4 00:03:37 UTC 2018
+# Sun Jul 8 10:10:10 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.3
- pkgrel = 2
+ pkgver = 3.3.0
+ pkgrel = 1
url = http://pear.php.net/package/PHP_CodeSniffer/
arch = any
license = custom
depends = php
- 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
+ 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
sha256sums = SKIP
- sha256sums = 34a94620615b674ef4ed44ab1648a9f1c874b35b4d48239e81a177a803a0e002
+ sha256sums = 9a9e93310a4e9de509aa06648e69fc91b8141661abb818aeb421e4fa5f3100aa
sha256sums = SKIP
sha256sums = 821c1697ab88bb71a5d1637743024e455d87074b8a5d0732f85205bd40cba6c9
diff --git a/PKGBUILD b/PKGBUILD
index ffdab00b42e7..f470f8bc3771 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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=('41ef9d09fca6be1dce5ee6b946a59461f4955245c3038c0ac17e0669caef6aa4'
+sha256sums=('90442ce92ffccfad906f411919d26be54005064463707ea4beba3684d92e83fe'
'SKIP'
- '34a94620615b674ef4ed44ab1648a9f1c874b35b4d48239e81a177a803a0e002'
+ '9a9e93310a4e9de509aa06648e69fc91b8141661abb818aeb421e4fa5f3100aa'
'SKIP'
'821c1697ab88bb71a5d1637743024e455d87074b8a5d0732f85205bd40cba6c9')