Skip to content

Commit 2444ce8

Browse files
committed
gmmlib_jll build 22.3.18+0
1 parent 86bff96 commit 2444ce8

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

Artifacts.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
[[gmmlib]]
22
arch = "i686"
3-
git-tree-sha1 = "4cf27ba6b0a4b6b6ef9406c0f9061ab3d4eb7099"
3+
git-tree-sha1 = "d929d01c5122ae0d2ad09d1767a9235fbd4bfa83"
44
libc = "glibc"
55
os = "linux"
66

77
[[gmmlib.download]]
8-
sha256 = "8122ed8b681b336aea58a51df15b40cbea1b320a2ba7ae1eeef1fc667edd9279"
9-
url = "https://github.com/JuliaBinaryWrappers/gmmlib_jll.jl/releases/download/gmmlib-v22.3.17+0/gmmlib.v22.3.17.i686-linux-gnu.tar.gz"
8+
sha256 = "35af0a1956c4b73682d2e9f9606a21c704a86c930bcb865e83bb74cac0ec1544"
9+
url = "https://github.com/JuliaBinaryWrappers/gmmlib_jll.jl/releases/download/gmmlib-v22.3.18+0/gmmlib.v22.3.18.i686-linux-gnu.tar.gz"
1010
[[gmmlib]]
1111
arch = "i686"
12-
git-tree-sha1 = "e7e1c17820f7faea2bb684f2438873d5116f0a76"
12+
git-tree-sha1 = "fd6d2e650fd016426d00308569ec7f2a1f04de64"
1313
libc = "musl"
1414
os = "linux"
1515

1616
[[gmmlib.download]]
17-
sha256 = "674cc359db14fc75cb5e9922173574084fb6476c48292c6322afecb4d7e78a6e"
18-
url = "https://github.com/JuliaBinaryWrappers/gmmlib_jll.jl/releases/download/gmmlib-v22.3.17+0/gmmlib.v22.3.17.i686-linux-musl.tar.gz"
17+
sha256 = "6c6c3f35ef14fb42b433b1998f3d523dbe2989327e4471d9f94feb09876cfac3"
18+
url = "https://github.com/JuliaBinaryWrappers/gmmlib_jll.jl/releases/download/gmmlib-v22.3.18+0/gmmlib.v22.3.18.i686-linux-musl.tar.gz"
1919
[[gmmlib]]
2020
arch = "x86_64"
21-
git-tree-sha1 = "be9d1cd776269d571d16522f35ed5c6af4309a4b"
21+
git-tree-sha1 = "ff5a86f8a41113676d6c33276b9758c629c3172a"
2222
libc = "glibc"
2323
os = "linux"
2424

2525
[[gmmlib.download]]
26-
sha256 = "339fc44e8fe1a04b60a33d8087357e3a67387e6b716de70988e92538310895e9"
27-
url = "https://github.com/JuliaBinaryWrappers/gmmlib_jll.jl/releases/download/gmmlib-v22.3.17+0/gmmlib.v22.3.17.x86_64-linux-gnu.tar.gz"
26+
sha256 = "65e2d902e5874463e9384d8f6a8354c73b6e9cfdc4cf39030c5d350c17e15486"
27+
url = "https://github.com/JuliaBinaryWrappers/gmmlib_jll.jl/releases/download/gmmlib-v22.3.18+0/gmmlib.v22.3.18.x86_64-linux-gnu.tar.gz"
2828
[[gmmlib]]
2929
arch = "x86_64"
30-
git-tree-sha1 = "c0101e715233784278368add090bcff07e6d1e04"
30+
git-tree-sha1 = "13668eae4e8b7ccc3dc611175610a4850c42de47"
3131
libc = "musl"
3232
os = "linux"
3333

3434
[[gmmlib.download]]
35-
sha256 = "e8d9bcad4f52ba7aa66344783ce22354d8725cb6939ae9856817d317138bfc8e"
36-
url = "https://github.com/JuliaBinaryWrappers/gmmlib_jll.jl/releases/download/gmmlib-v22.3.17+0/gmmlib.v22.3.17.x86_64-linux-musl.tar.gz"
35+
sha256 = "5c2bc3feed39c8d8902c0f2b933a4388582101ca597046510bdec3df25d467f3"
36+
url = "https://github.com/JuliaBinaryWrappers/gmmlib_jll.jl/releases/download/gmmlib-v22.3.18+0/gmmlib.v22.3.18.x86_64-linux-musl.tar.gz"

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "gmmlib_jll"
22
uuid = "09858cae-167c-5acb-9302-fddc6874d481"
3-
version = "22.3.17+0"
3+
version = "22.3.18+0"
44

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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# `gmmlib_jll.jl` (v22.3.17+0)
1+
# `gmmlib_jll.jl` (v22.3.18+0)
22

33
[![deps](https://juliahub.com/docs/gmmlib_jll/deps.svg)](https://juliahub.com/ui/Packages/gmmlib_jll/DHx4n?page=2)
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/907a3f2e5ffa0517e6819215370a3e320fa9bc09/G/gmmlib/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/aaf43a37a7607792f49835a7d847dbc7a36c751c/G/gmmlib/build_tarballs.jl) script can be found on [`Yggdrasil`](https://github.com/JuliaPackaging/Yggdrasil/), the community build tree.
88

99
## Bug Reports
1010

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

1919
The tarballs for `gmmlib_jll.jl` have been built from these sources:
2020

21-
* git repository: https://github.com/intel/gmmlib.git (revision: `f5943626a108245a31290811f41338e7151ac22d`)
21+
* git repository: https://github.com/intel/gmmlib.git (revision: `ac964bdffdda7730e8234511f61016071e63783b`)
2222

2323
## Platforms
2424

0 commit comments

Comments
 (0)