summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo2023-04-07 12:29:06 +1000
committerLeo2023-04-07 12:29:06 +1000
commit6e07493303305efa0880964141b9dfebadcd9705 (patch)
treeeca862459853d63ddb7929cce67b5a191f2c7d46
parent29821049bcce29bb231623e8fbe8cc14aaf60c16 (diff)
downloadaur-6e07493303305efa0880964141b9dfebadcd9705.tar.gz
New upstream version 1.10.11
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31869c780c8c..96091c33d4fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = phpstan
pkgdesc = PHP Static Analysis Tool
- pkgver = 1.10.6
+ pkgver = 1.10.11
pkgrel = 1
url = https://phpstan.org/
arch = any
license = MIT
depends = php>=7.2.0
- source = phpstan-1.10.6.phar::https://github.com/phpstan/phpstan/releases/download/1.10.6/phpstan.phar
- source = phpstan-1.10.6.phar.asc::https://github.com/phpstan/phpstan/releases/download/1.10.6/phpstan.phar.asc
- source = https://raw.githubusercontent.com/phpstan/phpstan/1.10.6/LICENSE
+ source = phpstan-1.10.11.phar::https://github.com/phpstan/phpstan/releases/download/1.10.11/phpstan.phar
+ source = phpstan-1.10.11.phar.asc::https://github.com/phpstan/phpstan/releases/download/1.10.11/phpstan.phar.asc
+ source = https://raw.githubusercontent.com/phpstan/phpstan/1.10.11/LICENSE
validpgpkeys = D32680D5957DC7116BE29C14CF1A108D0E7AE720
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3d425f24facd..63b9c77d4a11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Leo <i@setuid0.dev>
pkgname=phpstan
-pkgver=1.10.6
+pkgver=1.10.11
pkgrel=1
pkgdesc="PHP Static Analysis Tool"
url="https://phpstan.org/"