Skip to content

Commit a7e6ba9

Browse files
authored
Merge pull request #169 from VUP-Linux/auto-update/vscode
vscode: update to 1.119.0
2 parents 732aa83 + 207746e commit a7e6ba9

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.118.1
3+
version=1.119.0
44
revision=1
55
archs="x86_64 aarch64 armv7l"
66
depends="
@@ -57,17 +57,17 @@ skip_extraction="code.desktop.in code-url-handler.desktop.in code-workspace.xml.
5757
case "$XBPS_TARGET_MACHINE" in
5858
x86_64)
5959
distfiles+=" https://update.code.visualstudio.com/${version}/linux-x64/stable>code_x64_${version}.tar.gz"
60-
checksum+=" 605d33bb46aa66918619a7f9b8da9a55a2f5b0c42e11523367531cceec277eae"
60+
checksum+=" 1dc648446074cbc53986ec5737d8cdae1303d098e69fe40d514eb410719db97a"
6161
_app_dir="VSCode-linux-x64"
6262
;;
6363
aarch64)
6464
distfiles+=" https://update.code.visualstudio.com/${version}/linux-arm64/stable>code_arm64_${version}.tar.gz"
65-
checksum+=" 3329bd8a389e17b8d5032649ff7b0ed16a79249e1cfbff29b028f1ae5107fe89"
65+
checksum+=" a34255d5573abad4e62641fdb934b2941b183379807e20c88308372d438159bd"
6666
_app_dir="VSCode-linux-arm64"
6767
;;
6868
armv7l)
6969
distfiles+=" https://update.code.visualstudio.com/${version}/linux-armhf/stable>code_armhf_${version}.tar.gz"
70-
checksum+=" 25dc90fbae6024253c61ed9d6ab455e078b4fffd229a45f9e9bbdce7630d2dc3"
70+
checksum+=" 2b1ad239509d7dae0bf519671f26f018b45c88c1700bf08eb1cb57fb99ea47f7"
7171
_app_dir="VSCode-linux-armhf"
7272
;;
7373
esac

0 commit comments

Comments
 (0)