-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathArtifacts.toml
33 lines (29 loc) · 1.25 KB
/
Artifacts.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[[heta_app]]
arch = "x86_64"
git-tree-sha1 = "b8608276657a206064db5297dbecf0a365daa1bd"
libc = "glibc"
os = "linux"
[[heta_app.download]]
sha256 = "029501b114480ebd086797e9df52f4d29117171f83dcb4129ac778e0d38e94e0"
url = "https://github.com/hetalang/heta-compiler/releases/download/v0.9.3/heta-compiler-linux.tar.gz"
[[heta_app]]
arch = "x86_64"
git-tree-sha1 = "bf635c670acc443189f23242fdbe1aabafb031ab"
os = "windows"
[[heta_app.download]]
sha256 = "4122ea674a77e28b59592f55fa97f8fae1768b850f2c290c42df49fbd66d27cf"
url = "https://github.com/hetalang/heta-compiler/releases/download/v0.9.3/heta-compiler-windows.tar.gz"
[[heta_app]]
arch = "x86_64"
git-tree-sha1 = "7c42793cc98d76b2acdb4cf5681d87f9bb91ee2d"
os = "macos"
[[heta_app.download]]
sha256 = "cab778158e708d3c0e551226cb6b3ab9b9978ff3e3e4a24f859a2bdd164d1b27"
url = "https://github.com/hetalang/heta-compiler/releases/download/v0.9.3/heta-compiler-macos.tar.gz"
[[heta_app]]
arch = "aarch64"
git-tree-sha1 = "7c42793cc98d76b2acdb4cf5681d87f9bb91ee2d"
os = "macos"
[[heta_app.download]]
sha256 = "cab778158e708d3c0e551226cb6b3ab9b9978ff3e3e4a24f859a2bdd164d1b27"
url = "https://github.com/hetalang/heta-compiler/releases/download/v0.9.3/heta-compiler-macos.tar.gz"