diff --git a/Artifacts.toml b/Artifacts.toml index 0afde44..8adbbf5 100644 --- a/Artifacts.toml +++ b/Artifacts.toml @@ -1,6 +1,6 @@ [Wayland_protocols] -git-tree-sha1 = "ecf833b19a0819695e6307474b4ded343297e9e6" +git-tree-sha1 = "3797fea509cb45b7acfa86b1c5e11281e29b21d0" [[Wayland_protocols.download]] - sha256 = "13a94e156522acf6d02e556795e46531306760be347a8f6d0b77afaacebe7c17" - url = "https://github.com/JuliaBinaryWrappers/Wayland_protocols_jll.jl/releases/download/Wayland_protocols-v1.18.0+3/Wayland_protocols.v1.18.0.any.tar.gz" + sha256 = "a6173296f49e5b7307dfaf3342fd95608f5aa487fd1c57cf8b3a90c7d0aa2199" + url = "https://github.com/JuliaBinaryWrappers/Wayland_protocols_jll.jl/releases/download/Wayland_protocols-v1.23.0+0/Wayland_protocols.v1.23.0.any.tar.gz" diff --git a/Project.toml b/Project.toml index f595496..67fd3e3 100644 --- a/Project.toml +++ b/Project.toml @@ -1,14 +1,13 @@ name = "Wayland_protocols_jll" uuid = "2381bf8a-dfd0-557d-9999-79630e7b1b91" -version = "1.18.0+4" +version = "1.23.0+0" [deps] JLLWrappers = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210" Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" -Wayland_jll = "a2964d1f-97da-50d4-b82a-358c7fce9d89" Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb" Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33" [compat] -JLLWrappers = "1.1.0" +JLLWrappers = "1.2.0" julia = "1.0" diff --git a/README.md b/README.md index 9daf348..0c26e7c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# `Wayland_protocols_jll.jl` (v1.18.0+4) +# `Wayland_protocols_jll.jl` (v1.23.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/dfcd196d00d1abb1ec7fdaee139ccdd4ce41cefd/W/Wayland_protocols/build_tarballs.jl) script can be found on [`Yggdrasil`](https://github.com/JuliaPackaging/Yggdrasil/), the community build tree. If you have any issue, please report it to the Yggdrasil [bug tracker](https://github.com/JuliaPackaging/Yggdrasil/issues). +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/544776ae3285058dc34398d133a7078f150dba44/W/Wayland_protocols/build_tarballs.jl) script can be found on [`Yggdrasil`](https://github.com/JuliaPackaging/Yggdrasil/), the community build tree. If you have any issue, please report it to the Yggdrasil [bug tracker](https://github.com/JuliaPackaging/Yggdrasil/issues). For more details about JLL packages and how to use them, see `BinaryBuilder.jl` [documentation](https://juliapackaging.github.io/BinaryBuilder.jl/dev/jll/). @@ -8,16 +8,10 @@ For more details about JLL packages and how to use them, see `BinaryBuilder.jl` The tarballs for `Wayland_protocols_jll.jl` have been built from these sources: -* compressed archive: https://wayland.freedesktop.org/releases/wayland-protocols-1.18.tar.xz (SHA256 checksum: `3d73b7e7661763dc09d7d9107678400101ecff2b5b1e531674abfa81e04874b3`) +* compressed archive: https://wayland.freedesktop.org/releases/wayland-protocols-1.23.tar.xz (SHA256 checksum: `6c0af1915f96f615927a6270d025bd973ff1c58e521e4ca1fc9abfc914633f76`) ## Platforms `Wayland_protocols_jll.jl` is available for the following platforms: * `AnyPlatform` (`any`) - -## Dependencies - -The following JLL packages are required by `Wayland_protocols_jll.jl`: - -* [`Wayland_jll`](https://github.com/JuliaBinaryWrappers/Wayland_jll.jl) diff --git a/src/wrappers/any.jl b/src/wrappers/any.jl index 22290f9..5632bbe 100644 --- a/src/wrappers/any.jl +++ b/src/wrappers/any.jl @@ -1,7 +1,6 @@ # Autogenerated wrapper script for Wayland_protocols_jll for any -using Wayland_jll JLLWrappers.@generate_wrapper_header("Wayland_protocols") function __init__() - JLLWrappers.@generate_init_header(Wayland_jll) + JLLWrappers.@generate_init_header() JLLWrappers.@generate_init_footer() end # __init__()