summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo2022-06-24 23:15:54 +1000
committerLeo2022-06-24 23:15:54 +1000
commitcf5f0fc30a2f298615e698b7c457f523b8b752a5 (patch)
treead9f9a706acd5dc85536092a608c59e195341296
parent95f0cf0f741704de8a94dc9f3743d0eec723519d (diff)
downloadaur-cf5f0fc30a2f298615e698b7c457f523b8b752a5.tar.gz
New upstream version 1.7.15
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64bbbb934663..ac3be94e381c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = phpstan
pkgdesc = PHP Static Analysis Tool
- pkgver = 1.7.11
+ pkgver = 1.7.15
pkgrel = 1
url = https://phpstan.org/
arch = any
license = MIT
depends = php>=7.1.0
- source = phpstan-1.7.11.phar::https://github.com/phpstan/phpstan/releases/download/1.7.11/phpstan.phar
- source = phpstan-1.7.11.phar.asc::https://github.com/phpstan/phpstan/releases/download/1.7.11/phpstan.phar.asc
- source = https://raw.githubusercontent.com/phpstan/phpstan/1.7.11/LICENSE
+ source = phpstan-1.7.15.phar::https://github.com/phpstan/phpstan/releases/download/1.7.15/phpstan.phar
+ source = phpstan-1.7.15.phar.asc::https://github.com/phpstan/phpstan/releases/download/1.7.15/phpstan.phar.asc
+ source = https://raw.githubusercontent.com/phpstan/phpstan/1.7.15/LICENSE
validpgpkeys = D32680D5957DC7116BE29C14CF1A108D0E7AE720
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 8a4a097ad6e3..eb18c19d73e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Leo <i@setuid0.dev>
pkgname=phpstan
-pkgver=1.7.11
+pkgver=1.7.15
pkgrel=1
pkgdesc="PHP Static Analysis Tool"
url="https://phpstan.org/"