summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalachi Soord2020-08-26 20:13:16 +0200
committerMalachi Soord2020-08-26 20:13:16 +0200
commitf985586a20fa337c48d61d16f7755a7a45a91d0e (patch)
tree2113605a2b70e0e65c4b7d969fec262b8f2d47c0
parentf8a4cdce0025edbbe16a1c747450f62c1506bcf7 (diff)
downloadaur-f985586a20fa337c48d61d16f7755a7a45a91d0e.tar.gz
Upgrade to 3.14.2
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 993b5ae8b7de..ad5a34962789 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.14.0
+ pkgver = 3.14.2
pkgrel = 2
url = https://getpsalm.org
arch = any
license = MIT
depends = php
- source = psalm-3.14.0.phar::https://github.com/vimeo/psalm/releases/download/3.14.0/psalm.phar
- sha512sums = 4ac5ec38d4072e8497ac67550efd65dcfb6d030fce062963169390f37157b9ec35dd3035c3b2a2c5a0ebf5421744650599534ca37f5ba1996816499590913e67
+ source = psalm-3.14.2.phar::https://github.com/vimeo/psalm/releases/download/3.14.2/psalm.phar
+ sha512sums = 7649d16d27080a9904546ec60f37ad2def8e77b48678eda1e5417b5cfa57cdbad041dfe545fd22ff1ff5a08f673a70abe8c9307ad0b391fafa9882050d484815
pkgname = psalm
diff --git a/.gitignore b/.gitignore
index e622db60b086..751a5f3e869a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
*pkg.tar.xz
-psalm.phar
+*.phar
/src/
/pkg/
update.sh
diff --git a/PKGBUILD b/PKGBUILD
index 7d6d7b6c6fe0..a43bdc2d7268 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Malachi Soord <me@malachisoord.com>
pkgname=psalm
-pkgver=3.14.0
+pkgver=3.14.2
pkgrel=2
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=('4ac5ec38d4072e8497ac67550efd65dcfb6d030fce062963169390f37157b9ec35dd3035c3b2a2c5a0ebf5421744650599534ca37f5ba1996816499590913e67')
+sha512sums=('7649d16d27080a9904546ec60f37ad2def8e77b48678eda1e5417b5cfa57cdbad041dfe545fd22ff1ff5a08f673a70abe8c9307ad0b391fafa9882050d484815')
package() {
install -D -m 755 ${srcdir}/$pkgname-$pkgver.phar ${pkgdir}/usr/share/webapps/bin/${pkgname}.phar