Skip to content

Commit 02b5228

Browse files
committed
LicenseSpring_jll build 7.16.0+0
1 parent 5ade4e3 commit 02b5228

File tree

4 files changed

+39
-13
lines changed

4 files changed

+39
-13
lines changed

Artifacts.toml

+17-9
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,32 @@
11
[[LicenseSpring]]
2+
arch = "aarch64"
3+
git-tree-sha1 = "9982169fdf00c0caa31fa77cda8c3d847a2b0eb7"
4+
os = "macos"
5+
6+
[[LicenseSpring.download]]
7+
sha256 = "b5953014560d79d707a7854f1a8878f15f1ba9f3b2ed27115d4fe5ae465500c1"
8+
url = "https://github.com/PumasAI/LicenseSpring_jll.jl/releases/download/LicenseSpring-v7.16.0+0/LicenseSpring.v7.16.0.aarch64-apple-darwin.tar.gz"
9+
[[LicenseSpring]]
210
arch = "i686"
3-
git-tree-sha1 = "6275975d314fdfb85ebdd1ae07a965b7ec8e490f"
11+
git-tree-sha1 = "92b88f613024d6cde4482c7d420245202fa3c1a0"
412
os = "windows"
513

614
[[LicenseSpring.download]]
7-
sha256 = "64b7a5e3f91b194f9ecd1b8de398a0c8b5eb351a1f8ae4d9447ce63088df3433"
8-
url = "https://github.com/juliacomputing/LicenseSpring_jll.jl/releases/download/LicenseSpring-v7.4.0+0/LicenseSpring.v7.4.0.i686-w64-mingw32.tar.gz"
15+
sha256 = "a1d033e949c12bcf923b87d0f050d2f416ba4d77a0e253e24a44567552183f6b"
16+
url = "https://github.com/PumasAI/LicenseSpring_jll.jl/releases/download/LicenseSpring-v7.16.0+0/LicenseSpring.v7.16.0.i686-w64-mingw32.tar.gz"
917
[[LicenseSpring]]
1018
arch = "x86_64"
11-
git-tree-sha1 = "da0ed57f50386c2d6c56a034afc17a6aa5cb0f19"
19+
git-tree-sha1 = "b372b7ad4e96191801f4dad369218599895c6b94"
1220
os = "macos"
1321

1422
[[LicenseSpring.download]]
15-
sha256 = "e16623639c7fd75f49e7f98c3896c7ffe6533669b83181b94c4f0b49d799f8cf"
16-
url = "https://github.com/juliacomputing/LicenseSpring_jll.jl/releases/download/LicenseSpring-v7.4.0+0/LicenseSpring.v7.4.0.x86_64-apple-darwin.tar.gz"
23+
sha256 = "03b56f9b6cb5a3ff847a0e44c489df29bde5153bd5083d087a3ce472d93a61ff"
24+
url = "https://github.com/PumasAI/LicenseSpring_jll.jl/releases/download/LicenseSpring-v7.16.0+0/LicenseSpring.v7.16.0.x86_64-apple-darwin.tar.gz"
1725
[[LicenseSpring]]
1826
arch = "x86_64"
19-
git-tree-sha1 = "49381f99164f66e03bbae7004600629aa79dac72"
27+
git-tree-sha1 = "b72936ed23dd0bffe70548de4280b9218d8e632b"
2028
os = "windows"
2129

2230
[[LicenseSpring.download]]
23-
sha256 = "40ae417a6db8db6645c3a0480491de6eb66bfb2a04e6fb2d6679546deeb1a7f7"
24-
url = "https://github.com/juliacomputing/LicenseSpring_jll.jl/releases/download/LicenseSpring-v7.4.0+0/LicenseSpring.v7.4.0.x86_64-w64-mingw32.tar.gz"
31+
sha256 = "0cc44fb17a2a15826c29176fa12cad7909c6e21bf8a56fcb1ca9d5a9fe23f2a3"
32+
url = "https://github.com/PumasAI/LicenseSpring_jll.jl/releases/download/LicenseSpring-v7.16.0+0/LicenseSpring.v7.16.0.x86_64-w64-mingw32.tar.gz"

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "LicenseSpring_jll"
22
uuid = "ea2c2f5b-d23d-53da-ad7e-0e62c0a9a2e9"
3-
version = "7.4.0+0"
3+
version = "7.16.0+0"
44

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

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# `LicenseSpring_jll.jl` (v7.4.0+0)
1+
# `LicenseSpring_jll.jl` (v7.16.0+0)
22

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

@@ -14,6 +14,7 @@ The tarballs for `LicenseSpring_jll.jl` have been built from these sources:
1414

1515
`LicenseSpring_jll.jl` is available for the following platforms:
1616

17+
* `macOS aarch64` (`aarch64-apple-darwin`)
1718
* `Windows i686` (`i686-w64-mingw32`)
1819
* `macOS x86_64` (`x86_64-apple-darwin`)
1920
* `Windows x86_64` (`x86_64-w64-mingw32`)
@@ -22,8 +23,8 @@ The tarballs for `LicenseSpring_jll.jl` have been built from these sources:
2223

2324
The following JLL packages are required by `LicenseSpring_jll.jl`:
2425

25-
* `LibCURL_jll)`
26-
* `OpenSSL_jll)`
26+
* `LibCURL_jll`
27+
* `OpenSSL_jll`
2728

2829
## Products
2930

src/wrappers/aarch64-apple-darwin.jl

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Autogenerated wrapper script for LicenseSpring_jll for aarch64-apple-darwin
2+
export libLicenseSpring
3+
4+
using LibCURL_jll
5+
using OpenSSL_jll
6+
JLLWrappers.@generate_wrapper_header("LicenseSpring")
7+
JLLWrappers.@declare_library_product(libLicenseSpring, "@rpath/libLicenseSpring.dylib")
8+
function __init__()
9+
JLLWrappers.@generate_init_header(LibCURL_jll, OpenSSL_jll)
10+
JLLWrappers.@init_library_product(
11+
libLicenseSpring,
12+
"lib/libLicenseSpring.dylib",
13+
RTLD_LAZY | RTLD_DEEPBIND,
14+
)
15+
16+
JLLWrappers.@generate_init_footer()
17+
end # __init__()

0 commit comments

Comments
 (0)