summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo2023-02-18 10:51:46 +1100
committerLeo2023-02-18 10:51:46 +1100
commit36b12ca8fefa8cbe8c3baea1196723ec138d7783 (patch)
treef96f1ebc1ee80d5653c66dc42a2e453d6afb0e1f
parent7509e403d9264d0ae8aef912f008dbad5f4fdc57 (diff)
downloadaur-36b12ca8fefa8cbe8c3baea1196723ec138d7783.tar.gz
New upstream version 1.9.18
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 668693a39ffd..7fb9f65f0882 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = phpstan
pkgdesc = PHP Static Analysis Tool
- pkgver = 1.9.17
+ pkgver = 1.9.18
pkgrel = 1
url = https://phpstan.org/
arch = any
license = MIT
depends = php>=7.2.0
- source = phpstan-1.9.17.phar::https://github.com/phpstan/phpstan/releases/download/1.9.17/phpstan.phar
- source = phpstan-1.9.17.phar.asc::https://github.com/phpstan/phpstan/releases/download/1.9.17/phpstan.phar.asc
- source = https://raw.githubusercontent.com/phpstan/phpstan/1.9.17/LICENSE
+ source = phpstan-1.9.18.phar::https://github.com/phpstan/phpstan/releases/download/1.9.18/phpstan.phar
+ source = phpstan-1.9.18.phar.asc::https://github.com/phpstan/phpstan/releases/download/1.9.18/phpstan.phar.asc
+ source = https://raw.githubusercontent.com/phpstan/phpstan/1.9.18/LICENSE
validpgpkeys = D32680D5957DC7116BE29C14CF1A108D0E7AE720
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 50ac0d43806c..fa39bdeee67f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Leo <i@setuid0.dev>
pkgname=phpstan
-pkgver=1.9.17
+pkgver=1.9.18
pkgrel=1
pkgdesc="PHP Static Analysis Tool"
url="https://phpstan.org/"