Skip to content

Commit 5238e07

Browse files
committed
Update host-spawn to v1.6.1
Also, added integration with the external data checker, so that @flathubbot can automate future updates.
1 parent 5e7bdc3 commit 5238e07

1 file changed

Lines changed: 17 additions & 4 deletions

File tree

com.visualstudio.code.yaml

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,12 +161,25 @@ modules:
161161
- install -Dm755 host-spawn /app/bin/host-spawn
162162
sources:
163163
- type: file
164-
url: https://github.com/1player/host-spawn/releases/download/1.5.0/host-spawn-x86_64
165-
sha256: dbf67e7e111c4fe1edb0c642cbb4193064ca5b384aeb1054fc2befba6ed88b83
164+
url: https://github.com/1player/host-spawn/releases/download/v1.6.1/host-spawn-x86_64
165+
sha256: 733746ab498e07d065cbecf80bacd447eb21846d1462e8fe23fdd9d9dc977b50
166166
dest-filename: host-spawn
167167
only-arches: [x86_64]
168+
x-checker-data:
169+
type: json
170+
url: https://api.github.com/repos/1player/host-spawn/releases/latest
171+
version-query: .tag_name
172+
timestamp-query: .published_at
173+
url-query: '"https://github.com/1player/host-spawn/releases/download/" + $version + "/host-spawn-x86_64"'
174+
168175
- type: file
169-
url: https://github.com/1player/host-spawn/releases/download/1.5.0/host-spawn-aarch64
170-
sha256: c42c12be6cdd83e374b847bec836659fb45231215797777c9ee1c9c0ae9e3783
176+
url: https://github.com/1player/host-spawn/releases/download/v1.6.1/host-spawn-aarch64
177+
sha256: 71b7744a4d0b29279523cc0f0ed1a7af5e9555510bd9e6d4685391b59faefaac
171178
dest-filename: host-spawn
172179
only-arches: [aarch64]
180+
x-checker-data:
181+
type: json
182+
url: https://api.github.com/repos/1player/host-spawn/releases/latest
183+
version-query: .tag_name
184+
timestamp-query: .published_at
185+
url-query: '"https://github.com/1player/host-spawn/releases/download/" + $version + "/host-spawn-aarch64"'

0 commit comments

Comments
 (0)