summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalachi Soord2022-02-20 09:53:26 +0100
committerMalachi Soord2022-02-20 09:53:26 +0100
commitf81ff07194f08c04acb422f319f8a8d2c050dbb7 (patch)
tree326ec295bbc28d0412764aa7fd16fcafa94b2c6f
parent6604d5569974ac6614766ae38d76578aa36bf80a (diff)
downloadaur-f81ff07194f08c04acb422f319f8a8d2c050dbb7.tar.gz
upgpkg: psalm 4.21.0-1
Updated to 4.21.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d6b868af340..5da12ce639d3 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.18.1
+ pkgver = 4.21.0
pkgrel = 1
url = https://getpsalm.org
arch = any
license = MIT
depends = php
- source = psalm-4.18.1.phar::https://github.com/vimeo/psalm/releases/download/4.18.1/psalm.phar
- sha512sums = 5b3164ea25fb1179d56e0127e180b96ab3ffb835899c07c6b66162d982aeb0f5622d96eb4ca0c52340ca2d8fd5d5a6a1fe0181f74ac416c39803219b73e1c648
+ source = psalm-4.21.0.phar::https://github.com/vimeo/psalm/releases/download/4.21.0/psalm.phar
+ sha512sums = 585e09fc42a4ea0508c61f17c7ae90d359dec6e99f3f22509e17c10b720694f02aa0ebc6733be93b84ab0d3e961a7525231b838f08e22876b3df9fe3f5bc8416
pkgname = psalm
diff --git a/PKGBUILD b/PKGBUILD
index abbc1d2a5f6e..9bfd4231944c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Malachi Soord <me@malachisoord.com>
pkgname=psalm
-pkgver=4.18.1
+pkgver=4.21.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=('5b3164ea25fb1179d56e0127e180b96ab3ffb835899c07c6b66162d982aeb0f5622d96eb4ca0c52340ca2d8fd5d5a6a1fe0181f74ac416c39803219b73e1c648')
+sha512sums=('585e09fc42a4ea0508c61f17c7ae90d359dec6e99f3f22509e17c10b720694f02aa0ebc6733be93b84ab0d3e961a7525231b838f08e22876b3df9fe3f5bc8416')
package() {
install -D -m 755 ${srcdir}/$pkgname-$pkgver.phar ${pkgdir}/usr/share/webapps/bin/${pkgname}.phar