summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo2021-03-01 19:53:23 +0800
committerLeo2021-03-01 19:53:23 +0800
commitb0195fd879a56fa7530044abb69b927570660e89 (patch)
tree455421b5f323e92c6cb8d6ef56b0db984fbf04cc
parent312b358967ccc88919bf3f6bef352c8c23dda8c4 (diff)
downloadaur-b0195fd879a56fa7530044abb69b927570660e89.tar.gz
New upstream version 0.12.80
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a1d7965859e..76378d3ea18e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = phpstan
pkgdesc = PHP Static Analysis Tool
- pkgver = 0.12.79
+ pkgver = 0.12.80
pkgrel = 1
url = https://phpstan.org/
arch = any
license = MIT
depends = php>=7.1.0
- source = phpstan-0.12.79.phar::https://github.com/phpstan/phpstan/releases/download/0.12.79/phpstan.phar
- source = phpstan-0.12.79.phar.asc::https://github.com/phpstan/phpstan/releases/download/0.12.79/phpstan.phar.asc
- source = https://raw.githubusercontent.com/phpstan/phpstan/0.12.79/LICENSE
+ source = phpstan-0.12.80.phar::https://github.com/phpstan/phpstan/releases/download/0.12.80/phpstan.phar
+ source = phpstan-0.12.80.phar.asc::https://github.com/phpstan/phpstan/releases/download/0.12.80/phpstan.phar.asc
+ source = https://raw.githubusercontent.com/phpstan/phpstan/0.12.80/LICENSE
validpgpkeys = D32680D5957DC7116BE29C14CF1A108D0E7AE720
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 77913ac9a347..0ff75c4c259d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Leo <i@setuid0.dev>
pkgname=phpstan
-pkgver=0.12.79
+pkgver=0.12.80
pkgrel=1
pkgdesc="PHP Static Analysis Tool"
url="https://phpstan.org/"