Skip to content

Commit 6d4b647

Browse files
vup-updater[bot]VUP Update Bot
andauthored
vscode: update to 1.127.0 (#285)
Co-authored-by: VUP Update Bot <vup-bot@users.noreply.github.com>
1 parent d913507 commit 6d4b647

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • vup/srcpkgs/editors/visual-studio-code

vup/srcpkgs/editors/visual-studio-code/template

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Template file for 'visual-studio-code'
22
pkgname=visual-studio-code
3-
version=1.126.0
3+
version=1.127.0
44
revision=1
55
archs="x86_64 aarch64 armv7l"
66
depends="
@@ -80,17 +80,17 @@ skip_extraction="code.desktop.in code-url-handler.desktop.in code-workspace.xml.
8080
case "$XBPS_TARGET_MACHINE" in
8181
x86_64)
8282
distfiles+=" https://update.code.visualstudio.com/${version}/linux-x64/stable>code_x64_${version}.tar.gz"
83-
checksum+=" 7e3d8cc530728851e5dabe6b5cdfc9d66a86ebdb91348bc3643ba3046e5c231c"
83+
checksum+=" e06fb36791c9baf7495d4b7dc0f5aaa8254e7d1a60a5ee43e6c7debc05c962b5"
8484
_app_dir="VSCode-linux-x64"
8585
;;
8686
aarch64)
8787
distfiles+=" https://update.code.visualstudio.com/${version}/linux-arm64/stable>code_arm64_${version}.tar.gz"
88-
checksum+=" fd08fdb0c6ebbd3c411919d6803484e8523a335fe6c0fd63010ae959f95a0d89"
88+
checksum+=" 5049291a54d5fca67c41cc3f3813823434076e50fb8071e5a12ccceb616f0e7c"
8989
_app_dir="VSCode-linux-arm64"
9090
;;
9191
armv7l)
9292
distfiles+=" https://update.code.visualstudio.com/${version}/linux-armhf/stable>code_armhf_${version}.tar.gz"
93-
checksum+=" 46e46be85784aa02540c61c228d83d9d0eafce5a7b7ef642ec013df66f54078d"
93+
checksum+=" 45fa761fa2fb6d75e17717f6ca9856f585c3196d7e11ad2729dc93152f18fed5"
9494
_app_dir="VSCode-linux-armhf"
9595
;;
9696
esac

0 commit comments

Comments
 (0)