summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalachi Soord2021-02-10 20:42:14 +0100
committerMalachi Soord2021-02-10 20:42:14 +0100
commit7db9924030aaa3234c0ae8550502f5e1a8633853 (patch)
tree5988a9186dc46949cd14fadb9ed94eadd5e07f66
parent1a0758ea719330341d352a8da585ce61475caf2f (diff)
downloadaur-7db9924030aaa3234c0ae8550502f5e1a8633853.tar.gz
upgpkg: psalm 4.5.0-1
Updated to 4.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca89b186f522..b45dfd38cbc6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = psalm
pkgdesc = Psalm is a static analysis tool for finding errors in PHP applications, built on top of PHP Parser.
- pkgver = 4.4.1
+ pkgver = 4.5.0
pkgrel = 1
url = https://getpsalm.org
arch = any
license = MIT
depends = php
- source = psalm-4.4.1.phar::https://github.com/vimeo/psalm/releases/download/4.4.1/psalm.phar
- sha512sums = 53d039915608f2b2fb313b02b90438eb38f5889929a0b89a553b3c5f24b57c988d82a23338c030775042f0aebe6de274bf53b8a320aef03442b0505155e0b0bf
+ source = psalm-4.5.0.phar::https://github.com/vimeo/psalm/releases/download/4.5.0/psalm.phar
+ sha512sums = 653ca15ad3d48f5bdb53b2f8646c94e46f9d8e960b9c5ce3e420b41f6c9b0fa338bce5d935c57153462f5c3532e3e8c8094a494e5c3c451e906d186d5908fba4
pkgname = psalm
diff --git a/PKGBUILD b/PKGBUILD
index b3ba2f0eb14d..2112d56ebf01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Malachi Soord <me@malachisoord.com>
pkgname=psalm
-pkgver=4.4.1
+pkgver=4.5.0
pkgrel=1
pkgdesc="Psalm is a static analysis tool for finding errors in PHP applications, built on top of PHP Parser."
url="https://getpsalm.org"
@@ -9,7 +9,7 @@ license=('MIT')
depends=('php')
source=("$pkgname-$pkgver.phar::https://github.com/vimeo/psalm/releases/download/${pkgver}/psalm.phar")
-sha512sums=('53d039915608f2b2fb313b02b90438eb38f5889929a0b89a553b3c5f24b57c988d82a23338c030775042f0aebe6de274bf53b8a320aef03442b0505155e0b0bf')
+sha512sums=('653ca15ad3d48f5bdb53b2f8646c94e46f9d8e960b9c5ce3e420b41f6c9b0fa338bce5d935c57153462f5c3532e3e8c8094a494e5c3c451e906d186d5908fba4')
package() {
install -D -m 755 ${srcdir}/$pkgname-$pkgver.phar ${pkgdir}/usr/share/webapps/bin/${pkgname}.phar