Skip to content

Commit 9d57b2d

Browse files
committed
Reactant_jll build 0.0.9+0
1 parent d22fe6e commit 9d57b2d

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Artifacts.toml

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
[[Reactant]]
22
arch = "x86_64"
33
cxxstring_abi = "cxx03"
4-
git-tree-sha1 = "ec313a1d7ee79766a1d9bd55d9bd981db58f6040"
4+
git-tree-sha1 = "ab94ff1185bbc9039311cf62554d1db314dfd028"
55
lazy = true
66
libc = "glibc"
77
os = "linux"
88

99
[[Reactant.download]]
10-
sha256 = "a03ac903ff783dae8e5f50ce6d4ba9c9b01a92a4a00a0bcd892f286d252752a7"
11-
url = "https://github.com/JuliaBinaryWrappers/Reactant_jll.jl/releases/download/Reactant-v0.0.8+1/Reactant.v0.0.8.x86_64-linux-gnu-cxx03.tar.gz"
10+
sha256 = "98c3d560d40eff4c5fffb3a2994f86a5c0a9a2bed09d7cdddb83a6118824f23f"
11+
url = "https://github.com/JuliaBinaryWrappers/Reactant_jll.jl/releases/download/Reactant-v0.0.9+0/Reactant.v0.0.9.x86_64-linux-gnu-cxx03.tar.gz"
1212
[[Reactant]]
1313
arch = "x86_64"
1414
cxxstring_abi = "cxx11"
15-
git-tree-sha1 = "62ab2d4dab343ba2948de7f8c8a2de80cd5d972a"
15+
git-tree-sha1 = "6af29b3116653a32986a15ff2187c991f5e80b8c"
1616
lazy = true
1717
libc = "glibc"
1818
os = "linux"
1919

2020
[[Reactant.download]]
21-
sha256 = "027f47c31f91b571d1c49474d759ac81c5232bf679cbd29e3480e571be132028"
22-
url = "https://github.com/JuliaBinaryWrappers/Reactant_jll.jl/releases/download/Reactant-v0.0.8+1/Reactant.v0.0.8.x86_64-linux-gnu-cxx11.tar.gz"
21+
sha256 = "e9a8f8f2a7463490510b3830278e9ac91392c9a288ace3649f9830e34d3edae9"
22+
url = "https://github.com/JuliaBinaryWrappers/Reactant_jll.jl/releases/download/Reactant-v0.0.9+0/Reactant.v0.0.9.x86_64-linux-gnu-cxx11.tar.gz"
2323
[[Reactant]]
2424
arch = "x86_64"
2525
git-tree-sha1 = "cc0d7b8aea7a23a445aa42aa3d811a0e2d15c540"
@@ -28,7 +28,7 @@ os = "macos"
2828

2929
[[Reactant.download]]
3030
sha256 = "6322de40a0274d2546432087c67b14a1bb39f9918320cd2dcd1e61b39a51a818"
31-
url = "https://github.com/JuliaBinaryWrappers/Reactant_jll.jl/releases/download/Reactant-v0.0.8+1/Reactant.v0.0.8.x86_64-apple-darwin.tar.gz"
31+
url = "https://github.com/JuliaBinaryWrappers/Reactant_jll.jl/releases/download/Reactant-v0.0.9+0/Reactant.v0.0.9.x86_64-apple-darwin.tar.gz"
3232
[[Reactant]]
3333
arch = "aarch64"
3434
git-tree-sha1 = "85389c5853943ea405880d14c3da8cb8078d41f4"
@@ -37,4 +37,4 @@ os = "macos"
3737

3838
[[Reactant.download]]
3939
sha256 = "71c61f851c1b0416bb04fd2c840e6925839815b85814189712f5cec2bb5a7bc9"
40-
url = "https://github.com/JuliaBinaryWrappers/Reactant_jll.jl/releases/download/Reactant-v0.0.8+1/Reactant.v0.0.8.aarch64-apple-darwin.tar.gz"
40+
url = "https://github.com/JuliaBinaryWrappers/Reactant_jll.jl/releases/download/Reactant-v0.0.9+0/Reactant.v0.0.9.aarch64-apple-darwin.tar.gz"

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "Reactant_jll"
22
uuid = "0192cb87-2b54-54ad-80e0-3be72ad8a3c0"
3-
version = "0.0.8+1"
3+
version = "0.0.9+0"
44

55
[deps]
66
JLLWrappers = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# `Reactant_jll.jl` (v0.0.8+1)
1+
# `Reactant_jll.jl` (v0.0.9+0)
22

33
[![deps](https://juliahub.com/docs/Reactant_jll/deps.svg)](https://juliahub.com/ui/Packages/General/Reactant_jll/)
44

55
This is an autogenerated package constructed using [`BinaryBuilder.jl`](https://github.com/JuliaPackaging/BinaryBuilder.jl).
66

7-
The originating [`build_tarballs.jl`](https://github.com/JuliaPackaging/Yggdrasil/blob/1bd3338925afd7f6f595deeb8ee75551e1035277/R/Reactant/build_tarballs.jl) script can be found on [`Yggdrasil`](https://github.com/JuliaPackaging/Yggdrasil/), the community build tree.
7+
The originating [`build_tarballs.jl`](https://github.com/JuliaPackaging/Yggdrasil/blob/c0266460fb0b8cc553ceca9ee130bfa25b34d6ec/R/Reactant/build_tarballs.jl) script can be found on [`Yggdrasil`](https://github.com/JuliaPackaging/Yggdrasil/), the community build tree.
88

99
## Bug Reports
1010

0 commit comments

Comments
 (0)