summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdam Goldsmith2019-12-02 23:25:43 -0500
committerAdam Goldsmith2019-12-02 23:25:43 -0500
commitf8b17e22f7847b67e26b68d6ab957bd6ac240203 (patch)
tree0632bf9d1fafe9d940535191d1360fd6979a686a /PKGBUILD
parent627a4e3e87fb6c94d4eb0a6f3f52b330887484d6 (diff)
downloadaur-f8b17e22f7847b67e26b68d6ab957bd6ac240203.tar.gz
Bump version to 1.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a2b5337b2593..a5232d89de7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_npmname=intelephense
pkgname=nodejs-$_npmname
-pkgver=1.2.3
+pkgver=1.3.0
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=('7c621bd9ce7c217d45ad558b34d741034d890431fc8001400960fea8d58418d1')
+sha256sums=('6753db13e209253b3531ce9eef0ec7e8e855bfab7d1631be0c43a456fbac9873')
noextract=($_npmname-$pkgver.tgz)
package() {