Skip to content

Commit 9d94116

Browse files
committed
Reactant_jll build 0.0.11+0
1 parent cf8d3fe commit 9d94116

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 = "47b8813e3c68de7ce9d788da5de4a1c8abd6f709"
4+
git-tree-sha1 = "749acafb10230e9954656be51a7159a453e8691e"
55
lazy = true
66
libc = "glibc"
77
os = "linux"
88

99
[[Reactant.download]]
10-
sha256 = "e5b64f043b719125a48100d655f404a8fe194e6bb0be6d7524101f0e25cdd519"
11-
url = "https://github.com/JuliaBinaryWrappers/Reactant_jll.jl/releases/download/Reactant-v0.0.10+1/Reactant.v0.0.10.x86_64-linux-gnu-cxx03.tar.gz"
10+
sha256 = "bb6d7b6326d55fd11b208a8ad1fa783611c200ef29cfeb38ea35a5216b8220f4"
11+
url = "https://github.com/JuliaBinaryWrappers/Reactant_jll.jl/releases/download/Reactant-v0.0.11+0/Reactant.v0.0.11.x86_64-linux-gnu-cxx03.tar.gz"
1212
[[Reactant]]
1313
arch = "x86_64"
1414
cxxstring_abi = "cxx11"
15-
git-tree-sha1 = "e46ff7996883785cbe2d13c8ec536c0533cbe6ae"
15+
git-tree-sha1 = "de8bd89c6a65d3ca8cd7e835f3dfbf89acee8c60"
1616
lazy = true
1717
libc = "glibc"
1818
os = "linux"
1919

2020
[[Reactant.download]]
21-
sha256 = "985da599e37b0132d0074b565cc8b8ce2d2c7c96207b00bd8b2982917e640b14"
22-
url = "https://github.com/JuliaBinaryWrappers/Reactant_jll.jl/releases/download/Reactant-v0.0.10+1/Reactant.v0.0.10.x86_64-linux-gnu-cxx11.tar.gz"
21+
sha256 = "af09e0babae18025cf77aeca3fda358536867b217e3adacf7422c1bc6b71e5c5"
22+
url = "https://github.com/JuliaBinaryWrappers/Reactant_jll.jl/releases/download/Reactant-v0.0.11+0/Reactant.v0.0.11.x86_64-linux-gnu-cxx11.tar.gz"
2323
[[Reactant]]
2424
arch = "x86_64"
2525
git-tree-sha1 = "e900a13bc7ae021f6a54830ff9819426dbeec91e"
@@ -28,7 +28,7 @@ os = "macos"
2828

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

3838
[[Reactant.download]]
3939
sha256 = "a0ce85f6a9e09cc2977f4a54ec9695785c1be5e9b17e1dacf1ef559157222d73"
40-
url = "https://github.com/JuliaBinaryWrappers/Reactant_jll.jl/releases/download/Reactant-v0.0.10+1/Reactant.v0.0.10.aarch64-apple-darwin.tar.gz"
40+
url = "https://github.com/JuliaBinaryWrappers/Reactant_jll.jl/releases/download/Reactant-v0.0.11+0/Reactant.v0.0.11.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.10+1"
3+
version = "0.0.11+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.10+1)
1+
# `Reactant_jll.jl` (v0.0.11+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/9ee4d21de2721c266182ddf4fea5c70fda725cb3/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/8b5a6654ba03c2c53e3d209fdb24420f9ebca4a4/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)