Skip to content

Commit

Permalink
Dex_jll build 2.40.0+0
Browse files Browse the repository at this point in the history
  • Loading branch information
lamdor committed Jun 25, 2024
1 parent 84f4a52 commit 5b6e713
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 23 deletions.
16 changes: 8 additions & 8 deletions Artifacts.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[[Dex]]
arch = "x86_64"
git-tree-sha1 = "3f9fa2eb8376584566bbf0e1bae6db17deeab801"
libc = "glibc"
git-tree-sha1 = "ac0a560c2de8ceb107cf9cacc5de0438f879d3fe"
libc = "musl"
os = "linux"

[[Dex.download]]
sha256 = "25fe33973db236afd3a203a950e9126e7fa96c94ac542220146cc764bb351a59"
url = "https://github.com/JuliaBinaryWrappers/Dex_jll.jl/releases/download/Dex-v2.30.2+2/Dex.v2.30.2.x86_64-linux-gnu.tar.gz"
sha256 = "8f0e2acd36704c7c4e35342e5074167a897745cdeca3352234fcb2dac67af0b2"
url = "https://github.com/JuliaBinaryWrappers/Dex_jll.jl/releases/download/Dex-v2.30.2+2/Dex.v2.30.2.x86_64-linux-musl.tar.gz"
[[Dex]]
arch = "x86_64"
git-tree-sha1 = "ac0a560c2de8ceb107cf9cacc5de0438f879d3fe"
libc = "musl"
git-tree-sha1 = "e141c3a48e89e2b9ca14ccc69baf435ed898f3fc"
libc = "glibc"
os = "linux"

[[Dex.download]]
sha256 = "8f0e2acd36704c7c4e35342e5074167a897745cdeca3352234fcb2dac67af0b2"
url = "https://github.com/JuliaBinaryWrappers/Dex_jll.jl/releases/download/Dex-v2.30.2+2/Dex.v2.30.2.x86_64-linux-musl.tar.gz"
sha256 = "d52f58e088cddb5b16a325ad1271d08844c817e66b6657f589fbf02c9e51f02b"
url = "https://github.com/JuliaComputing/Dex_jll.jl/releases/download/Dex-v2.40.0+0/Dex.v2.40.0.x86_64-linux-gnu.tar.gz"
7 changes: 4 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name = "Dex_jll"
uuid = "f1ef5e10-671a-599f-ac25-3c68827556ba"
version = "2.30.2+2"
version = "2.40.0+0"

[deps]
JLLWrappers = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"

[compat]
JLLWrappers = "1.2.0"
julia = "1.0"
julia = "1.6"
Libdl = "1"
Artifacts = "1"
15 changes: 3 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
# `Dex_jll.jl` (v2.30.2+2)

[![deps](https://juliahub.com/docs/Dex_jll/deps.svg)](https://juliahub.com/ui/Packages/Dex_jll/Q0gqg?page=2)
# `Dex_jll.jl` (v2.40.0+0)

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

The originating [`build_tarballs.jl`](https://github.com/JuliaPackaging/Yggdrasil/blob/82723866669a67b885b188345b676acca2129d0a/D/Dex/build_tarballs.jl) script can be found on [`Yggdrasil`](https://github.com/JuliaPackaging/Yggdrasil/), the community build tree.

## Bug Reports

If you have any issue, please report it to the Yggdrasil [bug tracker](https://github.com/JuliaPackaging/Yggdrasil/issues).

## Documentation

For more details about JLL packages and how to use them, see `BinaryBuilder.jl` [documentation](https://docs.binarybuilder.org/stable/jll/).
Expand All @@ -18,15 +10,14 @@ For more details about JLL packages and how to use them, see `BinaryBuilder.jl`

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

* git repository: https://github.com/dexidp/dex.git (revision: `6e30b362b7238d5de80b8277bb47ece3994fec95`)
* files in directory, relative to originating `build_tarballs.jl`: [`bundled`](https://github.com/JuliaPackaging/Yggdrasil/tree/82723866669a67b885b188345b676acca2129d0a/D/Dex/bundled)
* git repository: https://github.com/dexidp/dex.git (revision: `23efe9200ccd9e0a69242bf61cd221462370d1f4`)
* files in directory, relative to originating `build_tarballs.jl`: `bundled`

## Platforms

`Dex_jll.jl` is available for the following platforms:

* `Linux x86_64 {libc=glibc}` (`x86_64-linux-gnu`)
* `Linux x86_64 {libc=musl}` (`x86_64-linux-musl`)

## Products

Expand Down

0 comments on commit 5b6e713

Please sign in to comment.