summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSander Boom2019-04-11 11:14:15 +0200
committerSander Boom2019-04-11 11:14:15 +0200
commitb49d41c7e8b215c7078f805fab796d4ade2a7138 (patch)
tree2b1b9b6ae6351099dead120348a40220938162e3
parentc8bf463ae5954b9bc6c653262c0775e203a813b9 (diff)
downloadaur-b49d41c7e8b215c7078f805fab796d4ade2a7138.tar.gz
Updated to latest stable v3.4.2
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD6
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8d5d0188fa3..f9586465227f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,21 @@
# Generated by mksrcinfo v8
-# Wed Apr 10 20:21:18 UTC 2019
+# Thu Apr 11 09:13:53 UTC 2019
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.4.1
+ pkgver = 3.4.2
pkgrel = 3
url = http://pear.php.net/package/PHP_CodeSniffer/
arch = any
license = custom
depends = php
- source = phpcs-3.4.1.phar::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.4.1/phpcs.phar
- source = phpcs-3.4.1.phar.asc::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.4.1/phpcs.phar.asc
- source = phpcbf-3.4.1.phar::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.4.1/phpcbf.phar
- source = phpcbf-3.4.1.phar.asc::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.4.1/phpcbf.phar.asc
- source = licence-3.4.1.txt::https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/3.4.1/licence.txt
- sha256sums = 805e214829bb79139c1fa260c0fbce5e26a9178dec8d5d79b65c01af2b92fc1f
+ source = phpcs-3.4.2.phar::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.4.2/phpcs.phar
+ source = phpcs-3.4.2.phar.asc::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.4.2/phpcs.phar.asc
+ source = phpcbf-3.4.2.phar::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.4.2/phpcbf.phar
+ source = phpcbf-3.4.2.phar.asc::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.4.2/phpcbf.phar.asc
+ source = licence-3.4.2.txt::https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/3.4.2/licence.txt
+ sha256sums = 6966a9d41099caab6fe63728f20ff0dba4c9c5a2b157c735ece98b6367e16942
sha256sums = SKIP
- sha256sums = 9bb55fe7bf231535e046d7711484d7d7c3d7b0b831ec4a8697aea6c1fed34e14
+ sha256sums = d7b9b36e92b674ebbaceb1d80cdf1fdd190bc8cfd00e1ce68ed2b712513e4423
sha256sums = SKIP
sha256sums = 821c1697ab88bb71a5d1637743024e455d87074b8a5d0732f85205bd40cba6c9
diff --git a/PKGBUILD b/PKGBUILD
index 2eff6e691890..733953dba501 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=php-codesniffer
_pkgname=PHP_CodeSniffer
-pkgver=3.4.1
+pkgver=3.4.2
pkgrel=3
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=('805e214829bb79139c1fa260c0fbce5e26a9178dec8d5d79b65c01af2b92fc1f'
+sha256sums=('6966a9d41099caab6fe63728f20ff0dba4c9c5a2b157c735ece98b6367e16942'
'SKIP'
- '9bb55fe7bf231535e046d7711484d7d7c3d7b0b831ec4a8697aea6c1fed34e14'
+ 'd7b9b36e92b674ebbaceb1d80cdf1fdd190bc8cfd00e1ce68ed2b712513e4423'
'SKIP'
'821c1697ab88bb71a5d1637743024e455d87074b8a5d0732f85205bd40cba6c9')