summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo2023-03-01 14:10:51 +1100
committerLeo2023-03-01 14:10:51 +1100
commit06196c69f4e391ac3d30fff3cea2b7382ad4b636 (patch)
tree3ad486cd1187c5f289c043399a973f1d6e0a1827
parent36b12ca8fefa8cbe8c3baea1196723ec138d7783 (diff)
downloadaur-06196c69f4e391ac3d30fff3cea2b7382ad4b636.tar.gz
New upstream version 1.10.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7fb9f65f0882..c3e5a085b91d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = phpstan
pkgdesc = PHP Static Analysis Tool
- pkgver = 1.9.18
+ pkgver = 1.10.3
pkgrel = 1
url = https://phpstan.org/
arch = any
license = MIT
depends = php>=7.2.0
- source = phpstan-1.9.18.phar::https://github.com/phpstan/phpstan/releases/download/1.9.18/phpstan.phar
- source = phpstan-1.9.18.phar.asc::https://github.com/phpstan/phpstan/releases/download/1.9.18/phpstan.phar.asc
- source = https://raw.githubusercontent.com/phpstan/phpstan/1.9.18/LICENSE
+ source = phpstan-1.10.3.phar::https://github.com/phpstan/phpstan/releases/download/1.10.3/phpstan.phar
+ source = phpstan-1.10.3.phar.asc::https://github.com/phpstan/phpstan/releases/download/1.10.3/phpstan.phar.asc
+ source = https://raw.githubusercontent.com/phpstan/phpstan/1.10.3/LICENSE
validpgpkeys = D32680D5957DC7116BE29C14CF1A108D0E7AE720
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index fa39bdeee67f..572bf45b6481 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Leo <i@setuid0.dev>
pkgname=phpstan
-pkgver=1.9.18
+pkgver=1.10.3
pkgrel=1
pkgdesc="PHP Static Analysis Tool"
url="https://phpstan.org/"