summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalachi Soord2020-11-20 21:01:59 +0100
committerMalachi Soord2020-11-20 21:01:59 +0100
commitbebc2b5817ff98857eca3ce0bddfd5ad92aa6044 (patch)
tree7a57d8b4c3e50b2a11d6791f11a4966df37256a1
parentf99aa940646e629465404435724f40b2fe6322b2 (diff)
downloadaur-bebc2b5817ff98857eca3ce0bddfd5ad92aa6044.tar.gz
Updated to 4.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40087145508a..d6771cdb8c5a 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.1.1
+ pkgver = 4.2.0
pkgrel = 1
url = https://getpsalm.org
arch = any
license = MIT
depends = php
- source = psalm-4.1.1.phar::https://github.com/vimeo/psalm/releases/download/4.1.1/psalm.phar
- sha512sums = 95cf421321a8e48b1a7b940155358f3cddab2d4be5ba4f7c7ba2811f99e3227aba55388320d873e8b34b5dbd17bc54a2fce0a6dc8ede4321c23e8ad45b7548b3
+ source = psalm-4.2.0.phar::https://github.com/vimeo/psalm/releases/download/4.2.0/psalm.phar
+ sha512sums = a124f9a19c77deef67ac4390c3692b3d5b88d846d0aea8ad116d4d965d325e9a3ff0c5921cd0e78b533359de16dfd61092662f2e06f6301db44ca2b1cc03b469
pkgname = psalm
diff --git a/PKGBUILD b/PKGBUILD
index e240bf6a7ae6..b89038f2225a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Malachi Soord <me@malachisoord.com>
pkgname=psalm
-pkgver=4.1.1
+pkgver=4.2.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=('95cf421321a8e48b1a7b940155358f3cddab2d4be5ba4f7c7ba2811f99e3227aba55388320d873e8b34b5dbd17bc54a2fce0a6dc8ede4321c23e8ad45b7548b3')
+sha512sums=('a124f9a19c77deef67ac4390c3692b3d5b88d846d0aea8ad116d4d965d325e9a3ff0c5921cd0e78b533359de16dfd61092662f2e06f6301db44ca2b1cc03b469')
package() {
install -D -m 755 ${srcdir}/$pkgname-$pkgver.phar ${pkgdir}/usr/share/webapps/bin/${pkgname}.phar