Comment
The change is a routine version bump in .SRCINFO for the official Visual Studio Code binary package, updating the upstream HTTPS download URLs and corresponding SHA-256 checksums for x86_64, aarch64, and armv7h. There are no new sources, no build-script changes, no install-script changes, and no signs of privilege escalation, persistence, or integrity bypass. The package still fetches from the official Microsoft update endpoint and remains pinned by checksum, so this diff is low risk.
@@ -31,11 +31,11 @@ pkgbase = visual-studio-code-bin
options = !strip
source = visual-studio-code-bin.sh
sha256sums = bd0d9edf69283ebdf4e73e0a7b168d2fcf50acbd01f63674cad93ed4fe42fdad
- source_x86_64 = code_1.138.0_amd64.deb::https://update.code.visualstudio.com/1.138.0/linux-deb-x64/stable
- sha256sums_x86_64 = 73389cdcef7e66171a2039d1e49b9530e5ed02937e6159d3e6af93484e63cbad
- source_aarch64 = code_1.138.0_arm64.deb::https://update.code.visualstudio.com/1.138.0/linux-deb-arm64/stable
- sha256sums_aarch64 = 09760b73fb96ca19f8c6e483ec5b69123f34edd2c762cc9e0faf73fa3d400145
- source_armv7h = code_1.138.0_armhf.deb::https://update.code.visualstudio.com/1.138.0/linux-deb-armhf/stable
- sha256sums_armv7h = bb74a3023aced544c71d4274d5942ce69c59a2ec0ffaf9094fa7c0fddb506366
+ source_x86_64 = code_1.139.0_amd64.deb::https://update.code.visualstudio.com/1.139.0/linux-deb-x64/stable
+ sha256sums_x86_64 = 5031849ea13d2297ec7c8f1af70c0bc7d585250cae306b53d668cb6a7a900623
+ source_aarch64 = code_1.139.0_arm64.deb::https://update.code.visualstudio.com/1.139.0/linux-deb-arm64/stable
+ sha256sums_aarch64 = 0cfabe5641de0ec70b2d9cdb4a14bbee029f70ffa2c9b63119fe93957dae20ce
+ source_armv7h = code_1.139.0_armhf.deb::https://update.code.visualstudio.com/1.139.0/linux-deb-armhf/stable
+ sha256sums_armv7h = 6d5b24b8ac5dd41c68316d676559a5c5d9989f2365d6b62fc67febb864445f7d
pkgname = visual-studio-code-bin