summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalachi Soord2019-11-15 21:07:23 +0100
committerMalachi Soord2019-11-15 21:07:23 +0100
commit232094d321b5483a95a90ae7c3c61b653c06b867 (patch)
treeed546efba767f6161b60d31fd61c748cc568edc9
parent44e527baf288bae64f95130a8eb41696c6f60f02 (diff)
downloadaur-232094d321b5483a95a90ae7c3c61b653c06b867.tar.gz
Update to 3.6.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7bf3714dd175..18789c5a4062 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.6.4
+ pkgver = 3.6.6
pkgrel = 1
url = https://getpsalm.org
arch = any
license = MIT
depends = php
- source = https://github.com/vimeo/psalm/releases/download/3.6.4/psalm.phar
- sha512sums = 82f7f9bb5e86b3cdda9a7cc3806162d7175c9fc2550bff412fa23bc1e9d8707e47fb2274eba5bf7286b03966f551ce5a6496e5520517c56291a4313d3d9caa73
+ source = https://github.com/vimeo/psalm/releases/download/3.6.6/psalm.phar
+ sha512sums = c2741a50ee6a56d664588919a5b26adadb17a41fc81e85377005acfc6bbd40ba6edfb2167b9ed4bc04d9bd4334ae18f107d60bf96fe4b4241de72a09ea0cddff
pkgname = psalm
diff --git a/PKGBUILD b/PKGBUILD
index 309bc183681a..3bcddcb0ff4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Malachi Soord <me@malachisoord.com>
pkgname=psalm
-pkgver=3.6.4
+pkgver=3.6.6
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=('82f7f9bb5e86b3cdda9a7cc3806162d7175c9fc2550bff412fa23bc1e9d8707e47fb2274eba5bf7286b03966f551ce5a6496e5520517c56291a4313d3d9caa73')
+sha512sums=('c2741a50ee6a56d664588919a5b26adadb17a41fc81e85377005acfc6bbd40ba6edfb2167b9ed4bc04d9bd4334ae18f107d60bf96fe4b4241de72a09ea0cddff')
package() {
install -D -m 755 ${srcdir}/psalm.phar ${pkgdir}/usr/share/webapps/bin/${pkgname}.phar