summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSander Boom2018-02-05 16:31:28 +0100
committerSander Boom2018-02-05 16:31:28 +0100
commitdfff21261fdab26b09cfa2314d0847a88a172a99 (patch)
treef80c2f41b4294c77babd4eac6acec29924adb95f
parentb4080fa9e5045ea5f3ef49b73c4b1e11a552e7fb (diff)
downloadaur-dfff21261fdab26b09cfa2314d0847a88a172a99.tar.gz
Updated to latest stable v3.2.2
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c48f80ed8f6f..7bbefcd11d99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
# Generated by mksrcinfo v8
-# Fri Jul 28 07:16:15 UTC 2017
+# Mon Feb 5 15:25:29 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.0.2
+ pkgver = 3.2.2
pkgrel = 1
url = http://pear.php.net/package/PHP_CodeSniffer/
arch = any
license = BSD
depends = php
- source = https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.0.2/phpcs.phar
- source = https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.0.2/phpcbf.phar
- source = https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/3.0.2/licence.txt
- sha256sums = 2a76ce406a6e9a2118f757bef439f1c53adae4f12f0ffcd6196f45dd7f530bf9
- sha256sums = 172aedbe1a7e30022dd2027492ad1fc389e1eaceedcf810ecdedfaf54d8d07f8
+ source = https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.2.2/phpcs.phar
+ source = https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.2.2/phpcbf.phar
+ source = https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/3.2.2/licence.txt
+ sha256sums = c934737207f3baf2d36187a43ed4bd005a70eae65f16cf22ca4eed32a69aca2a
+ sha256sums = 7ad5e782411f4b8944a0bfab7d70b782c3133c921fd237b8227567186ef71f52
sha256sums = 821c1697ab88bb71a5d1637743024e455d87074b8a5d0732f85205bd40cba6c9
pkgname = php-codesniffer
diff --git a/PKGBUILD b/PKGBUILD
index e6ac15d18d73..f0197db87326 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=php-codesniffer
_pkgname=PHP_CodeSniffer
-pkgver=3.0.2
+pkgver=3.2.2
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')
@@ -14,8 +14,8 @@ source=("https://github.com/squizlabs/${_pkgname}/releases/download/${pkgver}/ph
"https://github.com/squizlabs/${_pkgname}/releases/download/${pkgver}/phpcbf.phar"
"https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/${pkgver}/licence.txt")
-sha256sums=('2a76ce406a6e9a2118f757bef439f1c53adae4f12f0ffcd6196f45dd7f530bf9'
- '172aedbe1a7e30022dd2027492ad1fc389e1eaceedcf810ecdedfaf54d8d07f8'
+sha256sums=('c934737207f3baf2d36187a43ed4bd005a70eae65f16cf22ca4eed32a69aca2a'
+ '7ad5e782411f4b8944a0bfab7d70b782c3133c921fd237b8227567186ef71f52'
'821c1697ab88bb71a5d1637743024e455d87074b8a5d0732f85205bd40cba6c9')
package() {