summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSander Boom2020-02-23 21:54:22 +0100
committerSander Boom2020-02-23 21:54:22 +0100
commit7e345b374cef9a8708cc8f7b65bedfea8368d000 (patch)
treecd37f9f0cad173693ef0322bebdb6b76edef5242
parent6a773408b67057c61c3d903a02708be4df315ba9 (diff)
downloadaur-7e345b374cef9a8708cc8f7b65bedfea8368d000.tar.gz
Updated to latest stable v3.5.4
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD6
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29b7533d6181..b8406f84d865 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.3
+ pkgver = 3.5.4
pkgrel = 1
url = http://pear.php.net/package/PHP_CodeSniffer/
arch = any
license = BSD
depends = php
- source = phpcs-3.5.3.phar::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.5.3/phpcs.phar
- source = phpcs-3.5.3.phar.asc::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.5.3/phpcs.phar.asc
- source = phpcbf-3.5.3.phar::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.5.3/phpcbf.phar
- source = phpcbf-3.5.3.phar.asc::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.5.3/phpcbf.phar.asc
- source = licence-3.5.3.txt::https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/3.5.3/licence.txt
+ 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
validpgpkeys = A972B9ABB95D0B760B51442231C7E470E2138192
- sha256sums = b44e0ad96138e2697a97959fefb9c6f1491f4a22d5daf08aabed12e9a2869678
+ sha256sums = fa518bd3ef9a365110d1a4dea541b9e70c2b658992db1147c37ebcd87b5b3ed3
sha256sums = SKIP
- sha256sums = db20ec9cfd434deba03f6f20c818732d477696589d5aea3df697986b6e723ad7
+ sha256sums = 993aef39bd26f2aa038d691d3231d00fa3e3914159c4c077bc41209aca74a7a3
sha256sums = SKIP
sha256sums = 821c1697ab88bb71a5d1637743024e455d87074b8a5d0732f85205bd40cba6c9
diff --git a/PKGBUILD b/PKGBUILD
index b2fd7bc60c78..fb9f15b6a00c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=php-codesniffer
_pkgname=PHP_CodeSniffer
-pkgver=3.5.3
+pkgver=3.5.4
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=('b44e0ad96138e2697a97959fefb9c6f1491f4a22d5daf08aabed12e9a2869678'
+sha256sums=('fa518bd3ef9a365110d1a4dea541b9e70c2b658992db1147c37ebcd87b5b3ed3'
'SKIP'
- 'db20ec9cfd434deba03f6f20c818732d477696589d5aea3df697986b6e723ad7'
+ '993aef39bd26f2aa038d691d3231d00fa3e3914159c4c077bc41209aca74a7a3'
'SKIP'
'821c1697ab88bb71a5d1637743024e455d87074b8a5d0732f85205bd40cba6c9')