-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathlatest_update.xml
More file actions
23 lines (23 loc) · 796 Bytes
/
latest_update.xml
File metadata and controls
23 lines (23 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<leccore>
<update>
<title>Collab Update</title>
<description>First alpha release.</description>
<version>1.0.0 alpha 1</version>
<date>21 Mar 2022</date>
<x86>
<download_url>https://github.com/alecmus/collab/releases/download/v1.0.0-alpha.1/update.32.zip</download_url>
<size>3344140</size>
<hash>
<sha256>363b5ec7f8b8b909a61cd32a967428912c9174d5e74d87681b537f07e01fd218</sha256>
</hash>
</x86>
<x64>
<download_url>https://github.com/alecmus/collab/releases/download/v1.0.0-alpha.1/update.64.zip</download_url>
<size>4058655</size>
<hash>
<sha256>2758a60368173618ee5861b26e04d6d10962cd343197adca583114bc02c4e45a</sha256>
</hash>
</x64>
</update>
</leccore>