summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalachi Soord2020-04-13 16:59:01 +0200
committerMalachi Soord2020-04-13 16:59:01 +0200
commitfb1cb11d0cf8976795104218afc05d12b6a430c5 (patch)
tree97198c146c65cfde5a2d6304e124c0aae8561396
parentf468501c437da2f8b153d54c854780bff621e7e2 (diff)
downloadaur-fb1cb11d0cf8976795104218afc05d12b6a430c5.tar.gz
upgpkg: psalm 3.11.1-1
Update to 3.11.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a7341999695..1382431d3f52 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.11.0
+ pkgver = 3.11.1
pkgrel = 1
url = https://getpsalm.org
arch = any
license = MIT
depends = php
- source = https://github.com/vimeo/psalm/releases/download/3.11.0/psalm.phar
- sha512sums = 0f1fefd96249d22cf5c69581b762f5352c2177433e4fa09aa29bb9afa64e11a34505b17d09686569c722e197a961afce70f3bbb34486c433ee2d0e0bff5c7491
+ source = https://github.com/vimeo/psalm/releases/download/3.11.1/psalm.phar
+ sha512sums = 60a17cf242f5245b362ea930b3ae3eb70926a0c2a7d671cbb91a89c08b3c6495e12c092d4f14c073ebbb3b76b09f1b2a390bacd33b1242348a75c3da38f96f53
pkgname = psalm
diff --git a/PKGBUILD b/PKGBUILD
index 4b7c83fdfcfc..0adfa3e4cda6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Malachi Soord <me@malachisoord.com>
pkgname=psalm
-pkgver=3.11.0
+pkgver=3.11.1
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=('0f1fefd96249d22cf5c69581b762f5352c2177433e4fa09aa29bb9afa64e11a34505b17d09686569c722e197a961afce70f3bbb34486c433ee2d0e0bff5c7491')
+sha512sums=('60a17cf242f5245b362ea930b3ae3eb70926a0c2a7d671cbb91a89c08b3c6495e12c092d4f14c073ebbb3b76b09f1b2a390bacd33b1242348a75c3da38f96f53')
package() {
install -D -m 755 ${srcdir}/psalm.phar ${pkgdir}/usr/share/webapps/bin/${pkgname}.phar