summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ad7721bf993..6896f03b4947 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = vsce
pkgdesc = Visual Studio Code extension manager
- pkgver = 1.62.0
+ pkgver = 1.65.0
pkgrel = 1
url = https://github.com/Microsoft/vscode-vsce
arch = any
license = MIT
makedepends = npm
depends = nodejs
- source = https://registry.npmjs.org/vsce/-/vsce-1.62.0.tgz
- sha256sums = 7f3ea2add26a6c4092c0fbce0c73cbb33b029e11e83876b60aa2e0e816ab55f7
+ source = https://registry.npmjs.org/vsce/-/vsce-1.65.0.tgz
+ sha256sums = 143ba6f71891f4ba479677bfdbc5c73c72aefb315ca37a737b77e43b8f120b9e
pkgname = vsce
diff --git a/PKGBUILD b/PKGBUILD
index a58f2a497977..7a80f982cbad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer of this PKGBUILD file: Martino Pilia <martino.pilia@gmail.com>
pkgname=vsce
-pkgver=1.62.0
+pkgver=1.65.0
pkgrel=1
pkgdesc="Visual Studio Code extension manager"
arch=('any')
@@ -8,8 +8,8 @@ url="https://github.com/Microsoft/vscode-vsce"
license=('MIT')
depends=('nodejs')
makedepends=('npm')
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-sha256sums=('7f3ea2add26a6c4092c0fbce0c73cbb33b029e11e83876b60aa2e0e816ab55f7')
+source=("https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz")
+sha256sums=('143ba6f71891f4ba479677bfdbc5c73c72aefb315ca37a737b77e43b8f120b9e')
package() {
npm install -g \