summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo2021-04-21 09:07:20 +0800
committerLeo2021-04-21 09:07:20 +0800
commit3fad2d699292befcc6166fd3898a6c97709050ff (patch)
tree96046580f2f8efd729fe07a99e6247c3b6ee9d5a
parent63d0e4d11442f961b9933a92035c7639331829d5 (diff)
downloadaur-3fad2d699292befcc6166fd3898a6c97709050ff.tar.gz
New upstream version 0.12.84
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b81b3dea85c0..64a6ba2f62d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = phpstan
pkgdesc = PHP Static Analysis Tool
- pkgver = 0.12.83
+ pkgver = 0.12.84
pkgrel = 1
url = https://phpstan.org/
arch = any
license = MIT
depends = php>=7.1.0
- source = phpstan-0.12.83.phar::https://github.com/phpstan/phpstan/releases/download/0.12.83/phpstan.phar
- source = phpstan-0.12.83.phar.asc::https://github.com/phpstan/phpstan/releases/download/0.12.83/phpstan.phar.asc
- source = https://raw.githubusercontent.com/phpstan/phpstan/0.12.83/LICENSE
+ source = phpstan-0.12.84.phar::https://github.com/phpstan/phpstan/releases/download/0.12.84/phpstan.phar
+ source = phpstan-0.12.84.phar.asc::https://github.com/phpstan/phpstan/releases/download/0.12.84/phpstan.phar.asc
+ source = https://raw.githubusercontent.com/phpstan/phpstan/0.12.84/LICENSE
validpgpkeys = D32680D5957DC7116BE29C14CF1A108D0E7AE720
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c4ebe0505b33..e61a46738091 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Leo <i@setuid0.dev>
pkgname=phpstan
-pkgver=0.12.83
+pkgver=0.12.84
pkgrel=1
pkgdesc="PHP Static Analysis Tool"
url="https://phpstan.org/"