summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo2022-02-08 13:34:49 +0800
committerLeo2022-02-08 13:34:49 +0800
commit61d3e2d876467ba6686f2c8fa8ef71a355f0876f (patch)
treeafcad8a70431ddf576001f2c48603cfe32d33625
parent4f2605874e6f0dc38ac853a71b9ba92db8682a40 (diff)
downloadaur-61d3e2d876467ba6686f2c8fa8ef71a355f0876f.tar.gz
New upstream version 1.4.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa89467243a1..eed7e1945dcf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = phpstan
pkgdesc = PHP Static Analysis Tool
- pkgver = 1.4.5
+ pkgver = 1.4.6
pkgrel = 1
url = https://phpstan.org/
arch = any
license = MIT
depends = php>=7.1.0
- source = phpstan-1.4.5.phar::https://github.com/phpstan/phpstan/releases/download/1.4.5/phpstan.phar
- source = phpstan-1.4.5.phar.asc::https://github.com/phpstan/phpstan/releases/download/1.4.5/phpstan.phar.asc
- source = https://raw.githubusercontent.com/phpstan/phpstan/1.4.5/LICENSE
+ source = phpstan-1.4.6.phar::https://github.com/phpstan/phpstan/releases/download/1.4.6/phpstan.phar
+ source = phpstan-1.4.6.phar.asc::https://github.com/phpstan/phpstan/releases/download/1.4.6/phpstan.phar.asc
+ source = https://raw.githubusercontent.com/phpstan/phpstan/1.4.6/LICENSE
validpgpkeys = D32680D5957DC7116BE29C14CF1A108D0E7AE720
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 01a535d66088..cb5e7e43d428 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Leo <i@setuid0.dev>
pkgname=phpstan
-pkgver=1.4.5
+pkgver=1.4.6
pkgrel=1
pkgdesc="PHP Static Analysis Tool"
url="https://phpstan.org/"