summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo2021-02-13 02:06:15 +0800
committerLeo2021-02-13 02:06:15 +0800
commit74f4a1fbe05efa88f2f441ae919a097f698fc67b (patch)
treedd705df7cfb110be48a86441ae70796461452f21
parentcfe256edeee7f91a51a8f3f686d2c917478f704b (diff)
downloadaur-74f4a1fbe05efa88f2f441ae919a097f698fc67b.tar.gz
New upstream version 4.0.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6710be006965..97d7d74e237f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = phan
pkgdesc = Phan is a static analyzer for PHP that prefers to minimize false-positives.
- pkgver = 4.0.2
+ pkgver = 4.0.3
pkgrel = 1
url = https://github.com/phan/phan/wiki
arch = any
license = MIT
depends = php>=7.2.0
depends = php-ast>=1.0.10
- source = phan-4.0.2.phar::https://github.com/phan/phan/releases/download/4.0.2/phan.phar
- source = phan-4.0.2.phar.asc::https://github.com/phan/phan/releases/download/4.0.2/phan.phar.asc
- source = https://raw.githubusercontent.com/phan/phan/4.0.2/LICENSE
+ source = phan-4.0.3.phar::https://github.com/phan/phan/releases/download/4.0.3/phan.phar
+ source = phan-4.0.3.phar.asc::https://github.com/phan/phan/releases/download/4.0.3/phan.phar.asc
+ source = https://raw.githubusercontent.com/phan/phan/4.0.3/LICENSE
validpgpkeys = A618F385C2FC002969A89FBE8101FB57DD8130F0
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5903c7d7e66b..3e163ccb3b7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Leo <i@setuid0.dev>
pkgname=phan
-pkgver=4.0.2
+pkgver=4.0.3
pkgrel=1
pkgdesc="Phan is a static analyzer for PHP that prefers to minimize false-positives."
url="https://github.com/phan/phan/wiki"