summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSander Boom2019-04-10 22:21:39 +0200
committerSander Boom2019-04-10 22:21:39 +0200
commitc8bf463ae5954b9bc6c653262c0775e203a813b9 (patch)
tree8b3892a4eec00df9230ab50e417b7c7846ecd957
parent72c445ddeffe7dc1c545cf590e8f40b4f684fea5 (diff)
downloadaur-c8bf463ae5954b9bc6c653262c0775e203a813b9.tar.gz
Updated to latest stable v3.4.1
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD6
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45feafc5de17..e8d5d0188fa3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,21 @@
# Generated by mksrcinfo v8
-# Fri Nov 9 23:17:29 UTC 2018
+# Wed Apr 10 20:21:18 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.3.2
+ pkgver = 3.4.1
pkgrel = 3
url = http://pear.php.net/package/PHP_CodeSniffer/
arch = any
license = custom
depends = php
- 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 = 692a281f40b0afa3120f25e195102d0d327efef5ef16ce18cb9e5731a45ee35a
+ 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
sha256sums = SKIP
- sha256sums = c43e2e924bf28eb48f825df12a9031ad4a96bf2e2e609ce78ad2653ce969ace3
+ sha256sums = 9bb55fe7bf231535e046d7711484d7d7c3d7b0b831ec4a8697aea6c1fed34e14
sha256sums = SKIP
sha256sums = 821c1697ab88bb71a5d1637743024e455d87074b8a5d0732f85205bd40cba6c9
diff --git a/PKGBUILD b/PKGBUILD
index a0eeabd46dd1..2eff6e691890 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=php-codesniffer
_pkgname=PHP_CodeSniffer
-pkgver=3.3.2
+pkgver=3.4.1
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=('692a281f40b0afa3120f25e195102d0d327efef5ef16ce18cb9e5731a45ee35a'
+sha256sums=('805e214829bb79139c1fa260c0fbce5e26a9178dec8d5d79b65c01af2b92fc1f'
'SKIP'
- 'c43e2e924bf28eb48f825df12a9031ad4a96bf2e2e609ce78ad2653ce969ace3'
+ '9bb55fe7bf231535e046d7711484d7d7c3d7b0b831ec4a8697aea6c1fed34e14'
'SKIP'
'821c1697ab88bb71a5d1637743024e455d87074b8a5d0732f85205bd40cba6c9')