code-marketplace: auto updated to 1.87.0-1

This commit is contained in:
Lilac 2024-03-01 16:01:29 +00:00
parent d009ef33c6
commit 7f04bfd361
2 changed files with 2 additions and 3 deletions

View file

@ -1,6 +1,6 @@
# Maintainer: Sainnhe Park <sainnhe@gmail.com>
pkgname=code-marketplace
pkgver=1.85.0
pkgver=1.87.0
pkgrel=1
pkgdesc='Enable vscode marketplace in Code OSS'
arch=('any')
@ -14,7 +14,7 @@ source=('code-marketplace.hook'
'patch.json')
md5sums=('ce502275aa945985182b51420fc6037c'
'f11f7ccd925de0398ef2e28b127bb063'
'1428ef7a5e429b45e8d11ceb80b44a07')
'9c508868efde1d84dccd98dc679c95f9')
package() {
install -Dm 644 "${srcdir}"/code-marketplace.hook "${pkgdir}"/usr/share/libalpm/hooks/code-marketplace.hook

View file

@ -2,7 +2,6 @@
"extensionsGallery": {
"nlsBaseUrl": "https://www.vscode-unpkg.net/_lp/",
"serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
"cacheUrl": "https://vscode.blob.core.windows.net/gallery/index",
"itemUrl": "https://marketplace.visualstudio.com/items",
"publisherUrl": "https://marketplace.visualstudio.com/publishers",
"resourceUrlTemplate": "https://{publisher}.vscode-unpkg.net/{publisher}/{name}/{version}/{path}",