code-marketplace: auto updated to 1.87.0-1
This commit is contained in:
parent
d009ef33c6
commit
7f04bfd361
|
@ -1,6 +1,6 @@
|
||||||
# Maintainer: Sainnhe Park <sainnhe@gmail.com>
|
# Maintainer: Sainnhe Park <sainnhe@gmail.com>
|
||||||
pkgname=code-marketplace
|
pkgname=code-marketplace
|
||||||
pkgver=1.85.0
|
pkgver=1.87.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Enable vscode marketplace in Code OSS'
|
pkgdesc='Enable vscode marketplace in Code OSS'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -14,7 +14,7 @@ source=('code-marketplace.hook'
|
||||||
'patch.json')
|
'patch.json')
|
||||||
md5sums=('ce502275aa945985182b51420fc6037c'
|
md5sums=('ce502275aa945985182b51420fc6037c'
|
||||||
'f11f7ccd925de0398ef2e28b127bb063'
|
'f11f7ccd925de0398ef2e28b127bb063'
|
||||||
'1428ef7a5e429b45e8d11ceb80b44a07')
|
'9c508868efde1d84dccd98dc679c95f9')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
install -Dm 644 "${srcdir}"/code-marketplace.hook "${pkgdir}"/usr/share/libalpm/hooks/code-marketplace.hook
|
install -Dm 644 "${srcdir}"/code-marketplace.hook "${pkgdir}"/usr/share/libalpm/hooks/code-marketplace.hook
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
"extensionsGallery": {
|
"extensionsGallery": {
|
||||||
"nlsBaseUrl": "https://www.vscode-unpkg.net/_lp/",
|
"nlsBaseUrl": "https://www.vscode-unpkg.net/_lp/",
|
||||||
"serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
|
"serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
|
||||||
"cacheUrl": "https://vscode.blob.core.windows.net/gallery/index",
|
|
||||||
"itemUrl": "https://marketplace.visualstudio.com/items",
|
"itemUrl": "https://marketplace.visualstudio.com/items",
|
||||||
"publisherUrl": "https://marketplace.visualstudio.com/publishers",
|
"publisherUrl": "https://marketplace.visualstudio.com/publishers",
|
||||||
"resourceUrlTemplate": "https://{publisher}.vscode-unpkg.net/{publisher}/{name}/{version}/{path}",
|
"resourceUrlTemplate": "https://{publisher}.vscode-unpkg.net/{publisher}/{name}/{version}/{path}",
|
||||||
|
|
Loading…
Reference in a new issue