Skip to content

Commit 23a5027

Browse files
committed
hc v0.9.8
1 parent 34604db commit 23a5027

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

Artifacts.toml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
11
[[heta_app]]
22
arch = "x86_64"
3-
git-tree-sha1 = "614c7adc9f971c8e09d928930830be68f08fe3e7"
3+
git-tree-sha1 = "68d5937a561697b75a437e5ba5b85211dcdb7de0"
44
libc = "glibc"
55
os = "linux"
66

77
[[heta_app.download]]
8-
sha256 = "753b4c45699474aaec6a29aaa733c26e8f9d37f33f305b2f4ea729a9fde16bf8"
9-
url = "https://github.com/hetalang/heta-compiler/releases/download/v0.9.7/heta-compiler-linux-x64.tar.gz"
8+
sha256 = "d65b333521f3b6a1ff45d7e85be31920db305ccf5476cf43facb5c280547b3f6"
9+
url = "https://github.com/hetalang/heta-compiler/releases/download/v0.9.8/heta-compiler-linux-x64.tar.gz"
1010
[[heta_app]]
1111
arch = "aarch64"
12-
git-tree-sha1 = "051a831eba2f761be4057ebd220b603e5b55ae8a"
12+
git-tree-sha1 = "36a68eb4b97c6a1359eb020b3ecbcae9edf5b8d4"
1313
libc = "glibc"
1414
os = "linux"
1515

1616
[[heta_app.download]]
17-
sha256 = "f03b47f8be7fce12fe028e0e92f5128c806394e33f7b78031066a1cc55ea662d"
18-
url = "https://github.com/hetalang/heta-compiler/releases/download/v0.9.7/heta-compiler-linux-arm64.tar.gz"
17+
sha256 = "570d448f3ac400121c62e52a457c5c3913ac8cd7db245993f069a38a5e828ec6"
18+
url = "https://github.com/hetalang/heta-compiler/releases/download/v0.9.8/heta-compiler-linux-arm64.tar.gz"
1919
[[heta_app]]
2020
arch = "x86_64"
21-
git-tree-sha1 = "45935fa8e9445c8fa9505dfb8a65bc9714c6ff34"
21+
git-tree-sha1 = "da83049a6967fbf9d03203eed2e39c34d2abc958"
2222
os = "windows"
2323

2424
[[heta_app.download]]
25-
sha256 = "600496950f676eaa527de018ac24c923ffdd9c630421747fb532796d0b45488a"
26-
url = "https://github.com/hetalang/heta-compiler/releases/download/v0.9.7/heta-compiler-windows-x64.tar.gz"
25+
sha256 = "24a58a6d4b19beb396a102caa0f552e975b4a12152857550e4e8523caa644629"
26+
url = "https://github.com/hetalang/heta-compiler/releases/download/v0.9.8/heta-compiler-windows-x64.tar.gz"
2727
[[heta_app]]
2828
arch = "x86_64"
29-
git-tree-sha1 = "1a58ed03070a8acc336504aed08be1b0677a957c"
29+
git-tree-sha1 = "b9d4a095b4b49c117a6c2e8d04401db8cba4276a"
3030
os = "macos"
3131

3232
[[heta_app.download]]
33-
sha256 = "249612ce52856706b7b048cc6af9f6874703377bb971ac51af1ab78ae99078f5"
34-
url = "https://github.com/hetalang/heta-compiler/releases/download/v0.9.7/heta-compiler-macos-x64.tar.gz"
33+
sha256 = "8d36ecccaa822e758a3e075eee4068d8733c46d89b24ce98ac10eb62f8b8d4e2"
34+
url = "https://github.com/hetalang/heta-compiler/releases/download/v0.9.8/heta-compiler-macos-x64.tar.gz"
3535
[[heta_app]]
3636
arch = "aarch64"
37-
git-tree-sha1 = "64ae4fecbaa36c8fb5d7fb17f26156921292fd2d"
37+
git-tree-sha1 = "7f648c13f14fb469e9383f6a4c7b06f4ac2f9501"
3838
os = "macos"
3939

4040
[[heta_app.download]]
41-
sha256 = "f25866ade95b3aee8f0ca483ff9deef480535cf298ee8617279be978d1f25567"
42-
url = "https://github.com/hetalang/heta-compiler/releases/download/v0.9.7/heta-compiler-macos-arm64.tar.gz"
41+
sha256 = "a2fe5313ffcdde63d5e990bb2094b20cb4528aafcf99b7ea932380abbdab9df3"
42+
url = "https://github.com/hetalang/heta-compiler/releases/download/v0.9.8/heta-compiler-macos-arm64.tar.gz"

artifacts_scripts/build_artifacts.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using ArtifactUtils
22
using Pkg.Artifacts
33

4-
const HETA_COMPILER_RELEASE = "v0.9.7"
4+
const HETA_COMPILER_RELEASE = "v0.9.8"
55

66
const artifacts_toml = joinpath(@__DIR__, "..", "Artifacts.toml")
77

src/HetaSimulator.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module HetaSimulator
77
import Base: SHA1
88

99
# heta-compiler supported version
10-
const HETA_COMPILER_VERSION = "0.9.7"
10+
const HETA_COMPILER_VERSION = "0.9.8"
1111
#const SUPPORTED_VERSIONS = ["0.8.4", "0.8.5", "0.8.6"]
1212

1313
function heta_compiler_load()

0 commit comments

Comments
 (0)