summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo2022-03-11 01:23:29 +0800
committerLeo2022-03-11 01:23:29 +0800
commit6e0af1cf41900c91157027013ef9deb1fc8ccdbe (patch)
treefc34ebbcbbde88abf89e63b0ae76a9704f828cdd
parent4871b073b162e24396268323b88d68538e2e1f99 (diff)
downloadaur-6e0af1cf41900c91157027013ef9deb1fc8ccdbe.tar.gz
New upstream version 1.4.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2523a4bc6f99..1ee47fd85b7c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = phpstan
pkgdesc = PHP Static Analysis Tool
- pkgver = 1.4.8
+ pkgver = 1.4.9
pkgrel = 1
url = https://phpstan.org/
arch = any
license = MIT
depends = php>=7.1.0
- source = phpstan-1.4.8.phar::https://github.com/phpstan/phpstan/releases/download/1.4.8/phpstan.phar
- source = phpstan-1.4.8.phar.asc::https://github.com/phpstan/phpstan/releases/download/1.4.8/phpstan.phar.asc
- source = https://raw.githubusercontent.com/phpstan/phpstan/1.4.8/LICENSE
+ source = phpstan-1.4.9.phar::https://github.com/phpstan/phpstan/releases/download/1.4.9/phpstan.phar
+ source = phpstan-1.4.9.phar.asc::https://github.com/phpstan/phpstan/releases/download/1.4.9/phpstan.phar.asc
+ source = https://raw.githubusercontent.com/phpstan/phpstan/1.4.9/LICENSE
validpgpkeys = D32680D5957DC7116BE29C14CF1A108D0E7AE720
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 14d4034ff777..b2723543c9ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Leo <i@setuid0.dev>
pkgname=phpstan
-pkgver=1.4.8
+pkgver=1.4.9
pkgrel=1
pkgdesc="PHP Static Analysis Tool"
url="https://phpstan.org/"