Skip to content

Commit 0f98512

Browse files
Merge pull request #601 from flathub/update-master-e686b0b
vscode: Update code.deb to 1.102.1
2 parents 019bdea + 0c466f6 commit 0f98512

2 files changed

Lines changed: 14 additions & 9 deletions

File tree

com.visualstudio.code.metainfo.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,12 @@
2424
<content_attribute id="social-info">moderate</content_attribute>
2525
</content_rating>
2626
<releases>
27-
<release version="1.101.2" date="2025-06-25">
27+
<release version="1.102.1" date="2025-07-16">
2828
<description></description>
2929
</release>
30+
<release version="1.101.2" date="2025-06-25">
31+
<description/>
32+
</release>
3033
<release version="1.101.0" date="2025-06-12">
3134
<description/>
3235
</release>

com.visualstudio.code.yaml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ modules:
120120
- type: extra-data
121121
filename: code.deb
122122
only-arches: [x86_64]
123-
url: https://update.code.visualstudio.com/1.101.2/linux-deb-x64/stable
124-
sha256: b8a90a787778ce79ff616fcac689339479e7eab1dc541ece208a97caa51a153b
125-
size: 108597498
123+
url: https://update.code.visualstudio.com/1.102.1/linux-deb-x64/stable
124+
sha256: da0c3893d5c3a8eb85ecfc72751f969632f1afad2a8037acee5673fa2674001d
125+
size: 108719178
126126
x-checker-data:
127127
type: json
128128
url: https://api.github.com/repos/microsoft/vscode/releases/latest
@@ -134,9 +134,9 @@ modules:
134134
- type: extra-data
135135
filename: code.deb
136136
only-arches: [aarch64]
137-
url: https://update.code.visualstudio.com/1.101.2/linux-deb-arm64/stable
138-
sha256: b3518d070bb87867f14ee72c12803b7b03fbd3bd051314338e53d472160ec204
139-
size: 100446558
137+
url: https://update.code.visualstudio.com/1.102.1/linux-deb-arm64/stable
138+
sha256: b89a3ad40f89eea0b354a73f93b1a5d77eacdcc04adfeebd2c8fc4365ef1b6a3
139+
size: 100499574
140140
x-checker-data:
141141
type: json
142142
url: https://api.github.com/repos/microsoft/vscode/releases/latest
@@ -170,7 +170,8 @@ modules:
170170
url: https://api.github.com/repos/1player/host-spawn/releases/latest
171171
version-query: .tag_name
172172
timestamp-query: .published_at
173-
url-query: '"https://github.com/1player/host-spawn/releases/download/" + $version + "/host-spawn-x86_64"'
173+
url-query: '"https://github.com/1player/host-spawn/releases/download/" +
174+
$version + "/host-spawn-x86_64"'
174175

175176
- type: file
176177
url: https://github.com/1player/host-spawn/releases/download/v1.6.1/host-spawn-aarch64
@@ -182,4 +183,5 @@ modules:
182183
url: https://api.github.com/repos/1player/host-spawn/releases/latest
183184
version-query: .tag_name
184185
timestamp-query: .published_at
185-
url-query: '"https://github.com/1player/host-spawn/releases/download/" + $version + "/host-spawn-aarch64"'
186+
url-query: '"https://github.com/1player/host-spawn/releases/download/" +
187+
$version + "/host-spawn-aarch64"'

0 commit comments

Comments
 (0)