code-marketplace: auto updated to 1.102.1-1
It has been built because: * nvchecker detects the following updates: aur(0): 1.101.0-1 -> 1.102.1-1
This commit is contained in:
parent
9fbcd9a57b
commit
c314d61279
|
@ -1,6 +1,6 @@
|
||||||
# Maintainer: Sainnhe Park <sainnhe@gmail.com>
|
# Maintainer: Sainnhe Park <sainnhe@gmail.com>
|
||||||
pkgname=code-marketplace
|
pkgname=code-marketplace
|
||||||
pkgver=1.101.0
|
pkgver=1.102.1
|
||||||
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'
|
||||||
'9ed6f3972479ab6d3d053e7c47ead55a'
|
'9ed6f3972479ab6d3d053e7c47ead55a'
|
||||||
'd8fe1f701d9bf66c28b80311090c6f87')
|
'10c1c73ea3977afb9b8954e5e8407d6e')
|
||||||
|
|
||||||
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
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
"resourceUrlTemplate": "https://{publisher}.vscode-unpkg.net/{publisher}/{name}/{version}/{path}",
|
"resourceUrlTemplate": "https://{publisher}.vscode-unpkg.net/{publisher}/{name}/{version}/{path}",
|
||||||
"extensionUrlTemplate": "https://www.vscode-unpkg.net/_gallery/{publisher}/{name}/latest",
|
"extensionUrlTemplate": "https://www.vscode-unpkg.net/_gallery/{publisher}/{name}/latest",
|
||||||
"controlUrl": "https://main.vscode-cdn.net/extensions/marketplace.json",
|
"controlUrl": "https://main.vscode-cdn.net/extensions/marketplace.json",
|
||||||
|
"mcpUrl": "https://main.vscode-cdn.net/mcp/servers.json",
|
||||||
"accessSKUs": [
|
"accessSKUs": [
|
||||||
"copilot_enterprise_seat",
|
"copilot_enterprise_seat",
|
||||||
"copilot_enterprise_seat_quota",
|
"copilot_enterprise_seat_quota",
|
||||||
|
|
Loading…
Reference in a new issue