vscode: update to 1.77.3
This commit is contained in:
parent
9616ef828b
commit
5bc2d241a9
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'vscode'
|
# Template file for 'vscode'
|
||||||
pkgname=vscode
|
pkgname=vscode
|
||||||
version=1.77.2
|
version=1.77.3
|
||||||
revision=1
|
revision=1
|
||||||
_electronver=19.0.8
|
_electronver=19.0.8
|
||||||
_npmver=8.6.0
|
_npmver=8.6.0
|
||||||
|
@ -12,7 +12,7 @@ maintainer="shizonic <realtiaz@gmail.com>, Alex Lohr <alex.lohr@logmein.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://code.visualstudio.com/"
|
homepage="https://code.visualstudio.com/"
|
||||||
distfiles="https://github.com/microsoft/vscode/archive/refs/tags/${version}.tar.gz"
|
distfiles="https://github.com/microsoft/vscode/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=52e11c917113492e456ef70d96d63af0e767649e5536c2eb9167143fb25e369e
|
checksum=3d1c487667fe543c860254c512b9ab4ade4149286c43819b6aa1cdb729a8d781
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue