summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdam Goldsmith2021-01-05 23:13:37 -0500
committerAdam Goldsmith2021-01-05 23:13:37 -0500
commit1aab58939872f10c90270b9c5874c5c42baa114d (patch)
tree709521bdc78dedcf90bed5c40b9705ce679e5430 /PKGBUILD
parenta905964f80c3d7f492c6153dd12e4de5898926f2 (diff)
downloadaur-1aab58939872f10c90270b9c5874c5c42baa114d.tar.gz
Bump version to 1.6.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b90ad8c4e0a6..7805e0f315f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_npmname=intelephense
pkgname=nodejs-$_npmname
-pkgver=1.5.4
+pkgver=1.6.1
pkgrel=1
pkgdesc="Intelephense is a PHP language server adhering to the Language Server Protocol."
arch=('any')
@@ -11,7 +11,7 @@ license=('MIT')
depends=(nodejs)
makedepends=(npm)
source=(https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz)
-sha256sums=('747921fc36b206aa06e7ca3709bf8331fb5c6273984decd047b00a9a073dbf27')
+sha256sums=('cec5ea75611e15ec3699ac72df2ce20ab986ed181b34dd82d04ee090b74f440f')
noextract=($_npmname-$pkgver.tgz)
package() {