summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalachi Soord2019-10-10 20:29:24 +0200
committerMalachi Soord2019-10-10 20:29:24 +0200
commitb7c16a43b5c378fc6c270cfdfe9ffef77e6ccbf7 (patch)
tree163d6a858fe0c98f1ab52aa02b0b05615913dada
parentabdff5968cd68d047fc21ad41978fb8d13089125 (diff)
downloadaur-b7c16a43b5c378fc6c270cfdfe9ffef77e6ccbf7.tar.gz
Update to 3.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c01be36151c4..8d1cf52afa7b 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 = 3.5.3
+ pkgver = 3.6.0
pkgrel = 1
url = https://getpsalm.org
arch = any
license = MIT
depends = php
- source = https://github.com/vimeo/psalm/releases/download/3.5.3/psalm.phar
- sha512sums = 69b7c8dbf6632f5384de726209542422f7e253a48a8607f9558e65254ed0a223a7a3c11800c791a8a8b9970574baa9ed84c43d66861204100a484a6385d26533
+ source = https://github.com/vimeo/psalm/releases/download/3.6.0/psalm.phar
+ sha512sums = c5fdabaa3609fdfa94ca8beddb9d310369bb43f47715895da0251205faf0d9e998f5cac22ed7b4ac72647182c70fb283fdb2adfed37b8dd7543f2896d0611187
pkgname = psalm
diff --git a/PKGBUILD b/PKGBUILD
index 50eee8c769e7..9634e27b99dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Malachi Soord <me@malachisoord.com>
pkgname=psalm
-pkgver=3.5.3
+pkgver=3.6.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=("https://github.com/vimeo/psalm/releases/download/${pkgver}/psalm.phar")
-sha512sums=('69b7c8dbf6632f5384de726209542422f7e253a48a8607f9558e65254ed0a223a7a3c11800c791a8a8b9970574baa9ed84c43d66861204100a484a6385d26533')
+sha512sums=('c5fdabaa3609fdfa94ca8beddb9d310369bb43f47715895da0251205faf0d9e998f5cac22ed7b4ac72647182c70fb283fdb2adfed37b8dd7543f2896d0611187')
package() {
install -D -m 755 ${srcdir}/psalm.phar ${pkgdir}/usr/share/webapps/bin/${pkgname}.phar