vscode: update to 1.63.2.
This commit is contained in:
parent
b810b854cc
commit
62d7904837
@ -1,6 +1,6 @@
|
|||||||
# Template file for 'vscode'
|
# Template file for 'vscode'
|
||||||
pkgname=vscode
|
pkgname=vscode
|
||||||
version=1.63.0
|
version=1.63.2
|
||||||
revision=1
|
revision=1
|
||||||
_electronver=13.6.1
|
_electronver=13.6.1
|
||||||
hostmakedepends="pkg-config python nodejs yarn tar git ripgrep"
|
hostmakedepends="pkg-config python nodejs yarn tar git ripgrep"
|
||||||
@ -11,7 +11,7 @@ maintainer="shizonic <realtiaz@gmail.com>"
|
|||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://code.visualstudio.com/"
|
homepage="https://code.visualstudio.com/"
|
||||||
distfiles="https://github.com/Microsoft/vscode/archive/${version}.tar.gz"
|
distfiles="https://github.com/Microsoft/vscode/archive/${version}.tar.gz"
|
||||||
checksum=e71637baa6e3ccba876e6d465bda517f40aef2548f8941f69f38891bd0f983f3
|
checksum=21fc9bc17ba4cf480b1e006f298363d86215c339c480f8d781cabcfedad2d624
|
||||||
nocross=yes # x64 build does not cut it, it contains native code
|
nocross=yes # x64 build does not cut it, it contains native code
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
|
if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
|
||||||
@ -33,7 +33,7 @@ do_configure() {
|
|||||||
grep -rl --exclude-dir=.git -E $_TELEMETRY_URLS | xargs sed -i -E $_REPLACEMENT
|
grep -rl --exclude-dir=.git -E $_TELEMETRY_URLS | xargs sed -i -E $_REPLACEMENT
|
||||||
|
|
||||||
# set used electron version
|
# set used electron version
|
||||||
sed -i "s/^target .*/target \"${_electronver}\"/" .yarnrc
|
vsed -e "s/^target .*/target \"${_electronver}\"/" -i .yarnrc
|
||||||
}
|
}
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user