Skip to content

Commit

Permalink
libcxxwrap_julia_jll build 0.12.19+0
Browse files Browse the repository at this point in the history
  • Loading branch information
barche committed Jun 7, 2024
1 parent d32968c commit 83cc802
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Artifacts.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[[libcxxwrap_julia]]
arch = "aarch64"
git-tree-sha1 = "f9b84bad88a1a188c50a1c68fc6cd8e18a0270e6"
git-tree-sha1 = "6c8fc129c9718765517a3582d22c5bc85aa93722"
julia_version = "1.10.0"
os = "macos"

[[libcxxwrap_julia.download]]
sha256 = "2451f6ec879d94a86d27125fc7768c7963019a76e3949b117fee98610333c907"
url = "https://github.com/barche/libcxxwrap_julia_jll.jl/releases/download/libcxxwrap_julia-v0.12.18+0/libcxxwrap_julia.v0.12.18.aarch64-apple-darwin-julia_version+1.10.0.tar.gz"
sha256 = "1057ade4cbb7f77322bf5dd235972d649ebbc701a70d2afcc20e80588c1717dd"
url = "https://github.com/barche/libcxxwrap_julia_jll.jl/releases/download/libcxxwrap_julia-v0.12.19+0/libcxxwrap_julia.v0.12.19.aarch64-apple-darwin-julia_version+1.10.0.tar.gz"
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "libcxxwrap_julia_jll"
uuid = "3eaa8342-bff7-56a5-9981-c04077f7cee7"
version = "0.12.18+0"
version = "0.12.19+0"

[deps]
JLLWrappers = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# `libcxxwrap_julia_jll.jl` (v0.12.18+0)
# `libcxxwrap_julia_jll.jl` (v0.12.19+0)

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

Expand All @@ -10,7 +10,7 @@ For more details about JLL packages and how to use them, see `BinaryBuilder.jl`

The tarballs for `libcxxwrap_julia_jll.jl` have been built from these sources:

* git repository: https://github.com/JuliaInterop/libcxxwrap-julia.git (revision: `baf53e1e35a6a479db6d239bc48ae658fef08778`)
* git repository: https://github.com/JuliaInterop/libcxxwrap-julia.git (revision: `b65ec834dddc0e94edd729748dd7ead3f7f3d929`)

## Platforms

Expand Down
2 changes: 1 addition & 1 deletion src/wrappers/aarch64-apple-darwin-julia_version+1.10.0.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function __init__()
JLLWrappers.@generate_init_header()
JLLWrappers.@init_library_product(
libcxxwrap_julia,
"lib/libcxxwrap_julia.0.12.5.dylib",
"lib/libcxxwrap_julia.0.13.0.dylib",
RTLD_GLOBAL,
)

Expand Down

0 comments on commit 83cc802

Please sign in to comment.