summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalachi Soord2021-10-26 20:42:43 +0200
committerMalachi Soord2021-10-26 20:42:43 +0200
commit07e552d21d4864572c0975c29cb35f58984a9be7 (patch)
treec8cababc6314e309d92784d3aba359b38f916b52
parent6767e73f35f675ba8a88a113376048ebe1f990b4 (diff)
downloadaur-07e552d21d4864572c0975c29cb35f58984a9be7.tar.gz
upgpkg: psalm 4.11.2-1
Updated to 4.11.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c74ae531425..d3f5357cf70d 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.9.3
+ pkgver = 4.11.2
pkgrel = 1
url = https://getpsalm.org
arch = any
license = MIT
depends = php
- source = psalm-4.9.3.phar::https://github.com/vimeo/psalm/releases/download/4.9.3/psalm.phar
- sha512sums = d86f587a576c919fdb5eab673386f2493744fe4d2cf3deb07cdeba103901c08760175514d76c16533e8a14e66612d44ab9726dbf742794bb30dcf67cdcf50cd4
+ source = psalm-4.11.2.phar::https://github.com/vimeo/psalm/releases/download/4.11.2/psalm.phar
+ sha512sums = dfb269a1987166b2d982677611fe5c46cddd058b868c6726b6bf6a4254a5c64aac4a374318e098d35fab3afc2e893320d3b90c546fbfea6f893fedcc2ee6bf9b
pkgname = psalm
diff --git a/PKGBUILD b/PKGBUILD
index 68f53613d095..7eb72c57f222 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Malachi Soord <me@malachisoord.com>
pkgname=psalm
-pkgver=4.9.3
+pkgver=4.11.2
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=('d86f587a576c919fdb5eab673386f2493744fe4d2cf3deb07cdeba103901c08760175514d76c16533e8a14e66612d44ab9726dbf742794bb30dcf67cdcf50cd4')
+sha512sums=('dfb269a1987166b2d982677611fe5c46cddd058b868c6726b6bf6a4254a5c64aac4a374318e098d35fab3afc2e893320d3b90c546fbfea6f893fedcc2ee6bf9b')
package() {
install -D -m 755 ${srcdir}/$pkgname-$pkgver.phar ${pkgdir}/usr/share/webapps/bin/${pkgname}.phar