summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo2022-05-17 00:54:56 +1000
committerLeo2022-05-17 00:54:56 +1000
commitda6ac7035736bfa628f36313f35f1a3d3c343506 (patch)
tree34b6589ef1e02d2c3bb731d14152f69e76f83c15
parente3e73eca413f87f37df049fd6224c7440a6e513b (diff)
downloadaur-da6ac7035736bfa628f36313f35f1a3d3c343506.tar.gz
New upstream version 1.6.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca34c73231d9..1a1ba39e6d19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = phpstan
pkgdesc = PHP Static Analysis Tool
- pkgver = 1.6.7
+ pkgver = 1.6.8
pkgrel = 1
url = https://phpstan.org/
arch = any
license = MIT
depends = php>=7.1.0
- source = phpstan-1.6.7.phar::https://github.com/phpstan/phpstan/releases/download/1.6.7/phpstan.phar
- source = phpstan-1.6.7.phar.asc::https://github.com/phpstan/phpstan/releases/download/1.6.7/phpstan.phar.asc
- source = https://raw.githubusercontent.com/phpstan/phpstan/1.6.7/LICENSE
+ source = phpstan-1.6.8.phar::https://github.com/phpstan/phpstan/releases/download/1.6.8/phpstan.phar
+ source = phpstan-1.6.8.phar.asc::https://github.com/phpstan/phpstan/releases/download/1.6.8/phpstan.phar.asc
+ source = https://raw.githubusercontent.com/phpstan/phpstan/1.6.8/LICENSE
validpgpkeys = D32680D5957DC7116BE29C14CF1A108D0E7AE720
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 576986ed79e1..77ded654a5e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Leo <i@setuid0.dev>
pkgname=phpstan
-pkgver=1.6.7
+pkgver=1.6.8
pkgrel=1
pkgdesc="PHP Static Analysis Tool"
url="https://phpstan.org/"