Skip to content

Commit

Permalink
OpenPolicyAgent_jll build 0.65.0+0
Browse files Browse the repository at this point in the history
  • Loading branch information
lamdor committed Jun 25, 2024
1 parent dc41f8c commit 7d42849
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 35 deletions.
18 changes: 9 additions & 9 deletions Artifacts.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,6 @@ os = "macos"
url = "https://github.com/JuliaBinaryWrappers/OpenPolicyAgent_jll.jl/releases/download/OpenPolicyAgent-v0.61.0+0/OpenPolicyAgent.v0.61.0.x86_64-apple-darwin.tar.gz"
[[OpenPolicyAgent]]
arch = "x86_64"
git-tree-sha1 = "db57826889a543804ce43eab5bd415c00b2d0cb9"
libc = "glibc"
os = "linux"

[[OpenPolicyAgent.download]]
sha256 = "b17a54980561c438634ed4abfe7ff63da3be5c358508b082d84da3c5fa7fb9cf"
url = "https://github.com/JuliaBinaryWrappers/OpenPolicyAgent_jll.jl/releases/download/OpenPolicyAgent-v0.61.0+0/OpenPolicyAgent.v0.61.0.x86_64-linux-gnu.tar.gz"
[[OpenPolicyAgent]]
arch = "x86_64"
git-tree-sha1 = "aee58f8ed0916e87a8487e72a24c6c1be2361d8d"
libc = "musl"
os = "linux"
Expand All @@ -141,3 +132,12 @@ os = "windows"
[[OpenPolicyAgent.download]]
sha256 = "b4f927462919716d6e51ec9532b56ff02e140072dbc1d519972b9d1397c350dd"
url = "https://github.com/JuliaBinaryWrappers/OpenPolicyAgent_jll.jl/releases/download/OpenPolicyAgent-v0.61.0+0/OpenPolicyAgent.v0.61.0.x86_64-w64-mingw32.tar.gz"
[[OpenPolicyAgent]]
arch = "x86_64"
git-tree-sha1 = "153098e70708e2d139cc9e450d8a8c00004b3a60"
libc = "glibc"
os = "linux"

[[OpenPolicyAgent.download]]
sha256 = "f699e7ecdf23b8c072416c7548128cd6f831027cf85a0b8d52bea46f1e924f16"
url = "https://github.com/JuliaComputing/OpenPolicyAgent_jll.jl/releases/download/OpenPolicyAgent-v0.65.0+0/OpenPolicyAgent.v0.65.0.x86_64-linux-gnu.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 = "OpenPolicyAgent_jll"
uuid = "6ea5c882-2ec3-5826-84d1-aff636352c13"
version = "0.61.0+0"
version = "0.65.0+0"

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

[![deps](https://juliahub.com/docs/OpenPolicyAgent_jll/deps.svg)](https://juliahub.com/ui/Packages/OpenPolicyAgent_jll/JS95m?page=2)
# `OpenPolicyAgent_jll.jl` (v0.65.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/edbd506e8668669a9902a32e705950b147054cab/O/OpenPolicyAgent/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,28 +10,13 @@ For more details about JLL packages and how to use them, see `BinaryBuilder.jl`

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

* git repository: https://github.com/open-policy-agent/opa.git (revision: `ea7a3e13c8fdceadeb199904facb4990fcb010f8`)
* git repository: https://github.com/open-policy-agent/opa.git (revision: `f05497530d337dfd30dbd31851209d3a25c1cf95`)

## Platforms

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

* `macOS aarch64` (`aarch64-apple-darwin`)
* `Linux aarch64 {libc=glibc}` (`aarch64-linux-gnu`)
* `Linux aarch64 {libc=musl}` (`aarch64-linux-musl`)
* `Linux armv6l {call_abi=eabihf, libc=glibc}` (`armv6l-linux-gnueabihf`)
* `Linux armv6l {call_abi=eabihf, libc=musl}` (`armv6l-linux-musleabihf`)
* `Linux armv7l {call_abi=eabihf, libc=glibc}` (`armv7l-linux-gnueabihf`)
* `Linux armv7l {call_abi=eabihf, libc=musl}` (`armv7l-linux-musleabihf`)
* `Linux i686 {libc=glibc}` (`i686-linux-gnu`)
* `Linux i686 {libc=musl}` (`i686-linux-musl`)
* `Windows i686` (`i686-w64-mingw32`)
* `Linux powerpc64le {libc=glibc}` (`powerpc64le-linux-gnu`)
* `macOS x86_64` (`x86_64-apple-darwin`)
* `Linux x86_64 {libc=glibc}` (`x86_64-linux-gnu`)
* `Linux x86_64 {libc=musl}` (`x86_64-linux-musl`)
* `FreeBSD x86_64` (`x86_64-unknown-freebsd`)
* `Windows x86_64` (`x86_64-w64-mingw32`)

## Products

Expand Down

0 comments on commit 7d42849

Please sign in to comment.