summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee06cf05e92f..eb01bfdb0bd7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = phpstan
pkgdesc = PHP Static Analysis Tool
- pkgver = 0.12.86
+ pkgver = 0.12.87
pkgrel = 1
url = https://phpstan.org/
arch = any
license = MIT
depends = php>=7.1.0
- source = phpstan-0.12.86.phar::https://github.com/phpstan/phpstan/releases/download/0.12.86/phpstan.phar
- source = phpstan-0.12.86.phar.asc::https://github.com/phpstan/phpstan/releases/download/0.12.86/phpstan.phar.asc
- source = https://raw.githubusercontent.com/phpstan/phpstan/0.12.86/LICENSE
+ source = phpstan-0.12.87.phar::https://github.com/phpstan/phpstan/releases/download/0.12.87/phpstan.phar
+ source = phpstan-0.12.87.phar.asc::https://github.com/phpstan/phpstan/releases/download/0.12.87/phpstan.phar.asc
+ source = https://raw.githubusercontent.com/phpstan/phpstan/0.12.87/LICENSE
validpgpkeys = D32680D5957DC7116BE29C14CF1A108D0E7AE720
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3de366e67e1f..8e507f7f3f12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Leo <i@setuid0.dev>
pkgname=phpstan
-pkgver=0.12.86
+pkgver=0.12.87
pkgrel=1
pkgdesc="PHP Static Analysis Tool"
url="https://phpstan.org/"