summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSander Boom2018-10-31 12:21:59 +0100
committerSander Boom2018-10-31 12:21:59 +0100
commitc51ddd747fb990855d698745065ffb42850f8377 (patch)
tree41e19b0c724cd65272c0bfbc679da2410a9e35c0
parent36802e948e4f19baf84b04ad0a9905f66d497d0c (diff)
downloadaur-c51ddd747fb990855d698745065ffb42850f8377.tar.gz
Updated to latest stable v3.3.2
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD2
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59629aacab08..63fb8284f693 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
# Generated by mksrcinfo v8
-# Sun Aug 12 20:57:13 UTC 2018
+# Wed Oct 31 11:21:00 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.1
+ pkgver = 3.3.2
pkgrel = 1
url = http://pear.php.net/package/PHP_CodeSniffer/
arch = any
license = custom
depends = php
- 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
+ source = phpcs-3.3.2.phar::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.3.2/phpcs.phar
+ source = phpcs-3.3.2.phar.asc::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.3.2/phpcs.phar.asc
+ source = phpcbf-3.3.2.phar::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.3.2/phpcbf.phar
+ source = phpcbf-3.3.2.phar.asc::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.3.2/phpcbf.phar.asc
+ source = licence-3.3.2.txt::https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/3.3.2/licence.txt
sha256sums = 5ce1bc0dfead797a02efdb0b01f99fc4b5bb4ef42757286e648b2364b273814f
sha256sums = SKIP
sha256sums = 353ec2717ae043917308de7c0dae4805356129c6df9638e0f7daaf4c3c82e560
diff --git a/PKGBUILD b/PKGBUILD
index 680757942d70..3a439eb4bbf3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=php-codesniffer
_pkgname=PHP_CodeSniffer
-pkgver=3.3.1
+pkgver=3.3.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')