summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSander Boom2020-04-21 13:05:45 +0200
committerSander Boom2020-04-21 13:05:45 +0200
commit389bec407ee1e156a706e5ce90b2e2cfb2c96746 (patch)
tree5a315ec79ff7b362e4e0923f4c4a7f895fd58d1c
parent7e345b374cef9a8708cc8f7b65bedfea8368d000 (diff)
downloadaur-389bec407ee1e156a706e5ce90b2e2cfb2c96746.tar.gz
Updated to latest stable v3.5.5
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD6
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8406f84d865..09d1550487ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
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.5.4
+ pkgver = 3.5.5
pkgrel = 1
url = http://pear.php.net/package/PHP_CodeSniffer/
arch = any
license = BSD
depends = php
- source = phpcs-3.5.4.phar::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.5.4/phpcs.phar
- source = phpcs-3.5.4.phar.asc::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.5.4/phpcs.phar.asc
- source = phpcbf-3.5.4.phar::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.5.4/phpcbf.phar
- source = phpcbf-3.5.4.phar.asc::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.5.4/phpcbf.phar.asc
- source = licence-3.5.4.txt::https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/3.5.4/licence.txt
+ source = phpcs-3.5.5.phar::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.5.5/phpcs.phar
+ source = phpcs-3.5.5.phar.asc::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.5.5/phpcs.phar.asc
+ source = phpcbf-3.5.5.phar::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.5.5/phpcbf.phar
+ source = phpcbf-3.5.5.phar.asc::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.5.5/phpcbf.phar.asc
+ source = licence-3.5.5.txt::https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/3.5.5/licence.txt
validpgpkeys = A972B9ABB95D0B760B51442231C7E470E2138192
- sha256sums = fa518bd3ef9a365110d1a4dea541b9e70c2b658992db1147c37ebcd87b5b3ed3
+ sha256sums = 4a2f6aff1b1f760216bb00c0b3070431131e3ed91307436bb1bfb252281a804a
sha256sums = SKIP
- sha256sums = 993aef39bd26f2aa038d691d3231d00fa3e3914159c4c077bc41209aca74a7a3
+ sha256sums = 6f64fe00dee53fa7b256f63656dc0154f5964666fc7e535fac86d0078e7dea41
sha256sums = SKIP
sha256sums = 821c1697ab88bb71a5d1637743024e455d87074b8a5d0732f85205bd40cba6c9
diff --git a/PKGBUILD b/PKGBUILD
index fb9f15b6a00c..679eb91ecebf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=php-codesniffer
_pkgname=PHP_CodeSniffer
-pkgver=3.5.4
+pkgver=3.5.5
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')
@@ -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=('fa518bd3ef9a365110d1a4dea541b9e70c2b658992db1147c37ebcd87b5b3ed3'
+sha256sums=('4a2f6aff1b1f760216bb00c0b3070431131e3ed91307436bb1bfb252281a804a'
'SKIP'
- '993aef39bd26f2aa038d691d3231d00fa3e3914159c4c077bc41209aca74a7a3'
+ '6f64fe00dee53fa7b256f63656dc0154f5964666fc7e535fac86d0078e7dea41'
'SKIP'
'821c1697ab88bb71a5d1637743024e455d87074b8a5d0732f85205bd40cba6c9')