summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo2022-04-05 20:05:10 +0800
committerLeo2022-04-05 20:05:10 +0800
commitfadb7cd261a394d6b0847920baf8a2f03279a383 (patch)
treef2a86acf01f3184f47d81609350f686dbb36b649
parent4a56d835fc512bb75e12c7ed8f9304aa7ac01f18 (diff)
downloadaur-fadb7cd261a394d6b0847920baf8a2f03279a383.tar.gz
New upstream version 1.5.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 933507d70d30..ce925bf28800 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = phpstan
pkgdesc = PHP Static Analysis Tool
- pkgver = 1.5.3
+ pkgver = 1.5.4
pkgrel = 1
url = https://phpstan.org/
arch = any
license = MIT
depends = php>=7.1.0
- source = phpstan-1.5.3.phar::https://github.com/phpstan/phpstan/releases/download/1.5.3/phpstan.phar
- source = phpstan-1.5.3.phar.asc::https://github.com/phpstan/phpstan/releases/download/1.5.3/phpstan.phar.asc
- source = https://raw.githubusercontent.com/phpstan/phpstan/1.5.3/LICENSE
+ source = phpstan-1.5.4.phar::https://github.com/phpstan/phpstan/releases/download/1.5.4/phpstan.phar
+ source = phpstan-1.5.4.phar.asc::https://github.com/phpstan/phpstan/releases/download/1.5.4/phpstan.phar.asc
+ source = https://raw.githubusercontent.com/phpstan/phpstan/1.5.4/LICENSE
validpgpkeys = D32680D5957DC7116BE29C14CF1A108D0E7AE720
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3383848c6712..26ba9762f949 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Leo <i@setuid0.dev>
pkgname=phpstan
-pkgver=1.5.3
+pkgver=1.5.4
pkgrel=1
pkgdesc="PHP Static Analysis Tool"
url="https://phpstan.org/"