Skip to content

Commit

Permalink
pandoc_jll build 2.19.2+0
Browse files Browse the repository at this point in the history
  • Loading branch information
jlbuild committed Aug 25, 2022
1 parent 392c9ea commit d29a2d0
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 22 deletions.
24 changes: 12 additions & 12 deletions Artifacts.toml
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
[[pandoc]]
arch = "aarch64"
git-tree-sha1 = "572f2ba4a70a4591306186b03d73d2c79365b580"
git-tree-sha1 = "fbe976809bdeebe53603d2ae9339fa4277689367"
libc = "glibc"
os = "linux"

[[pandoc.download]]
sha256 = "3a92f43059fd0c47e81aacdf8e83c1a36dfcec9edab5add9009b600ab06bc73f"
url = "https://github.com/JuliaBinaryWrappers/pandoc_jll.jl/releases/download/pandoc-v2.14.0+0/pandoc.v2.14.0.aarch64-linux-gnu.tar.gz"
sha256 = "9e5ba316a995fed8f613c72d21d1b3946eb83906fb1927c3101f1f72f1939626"
url = "https://github.com/JuliaBinaryWrappers/pandoc_jll.jl/releases/download/pandoc-v2.19.2+0/pandoc.v2.19.2.aarch64-linux-gnu.tar.gz"
[[pandoc]]
arch = "x86_64"
git-tree-sha1 = "c139fc60e2995c787d6c53e6113f46a745b2a626"
git-tree-sha1 = "5ed35de7eea073e83886fbd4cc29c17fa5adbbe5"
os = "macos"

[[pandoc.download]]
sha256 = "50db927b65175cbbd7fb8d1d03ff0fc2f28455820f781f46aa87255f1df2392c"
url = "https://github.com/JuliaBinaryWrappers/pandoc_jll.jl/releases/download/pandoc-v2.14.0+0/pandoc.v2.14.0.x86_64-apple-darwin.tar.gz"
sha256 = "d93c21730521dea2f2ff3a0e4e28711cf857adac5bbd3607cef8f636d495b3d2"
url = "https://github.com/JuliaBinaryWrappers/pandoc_jll.jl/releases/download/pandoc-v2.19.2+0/pandoc.v2.19.2.x86_64-apple-darwin.tar.gz"
[[pandoc]]
arch = "x86_64"
git-tree-sha1 = "4315774b120ac2cf172a58bc392626b12521b09b"
git-tree-sha1 = "5307f213c687ae2c8722412045bd953b591890fb"
libc = "glibc"
os = "linux"

[[pandoc.download]]
sha256 = "a2e0b47563e318a849b6656996e7b63c961531beeb66147d281a645ebf59facc"
url = "https://github.com/JuliaBinaryWrappers/pandoc_jll.jl/releases/download/pandoc-v2.14.0+0/pandoc.v2.14.0.x86_64-linux-gnu.tar.gz"
sha256 = "6810fd687ebef74db83f33e8f8ef6d3df624cdcc8cf0185a8fcec67bd3cf84fb"
url = "https://github.com/JuliaBinaryWrappers/pandoc_jll.jl/releases/download/pandoc-v2.19.2+0/pandoc.v2.19.2.x86_64-linux-gnu.tar.gz"
[[pandoc]]
arch = "x86_64"
git-tree-sha1 = "35cb82ecb1c17fced909f12b96a6c5f40aa56756"
git-tree-sha1 = "8bb185723f2dd6225f4810b950ef2211f5178426"
os = "windows"

[[pandoc.download]]
sha256 = "1fe66e647a337053df47ae261e9243fa3218b6bb99e2a65d551840444fd1ad68"
url = "https://github.com/JuliaBinaryWrappers/pandoc_jll.jl/releases/download/pandoc-v2.14.0+0/pandoc.v2.14.0.x86_64-w64-mingw32.tar.gz"
sha256 = "ff0d5b7c41301e8deeee78359bdd4c77f56d4c45f41e64bd63a29dcf5fd8441a"
url = "https://github.com/JuliaBinaryWrappers/pandoc_jll.jl/releases/download/pandoc-v2.19.2+0/pandoc.v2.19.2.x86_64-w64-mingw32.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 = "pandoc_jll"
uuid = "c5432543-76ad-5c9d-82bf-db097047a5e2"
version = "2.14.0+0"
version = "2.19.2+0"

[deps]
JLLWrappers = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"
Expand Down
28 changes: 19 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,29 @@
# `pandoc_jll.jl` (v2.14.0+0)
# `pandoc_jll.jl` (v2.19.2+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/583f81d18477239de5865ca383234f32f84f886a/P/pandoc/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).
[![deps](https://juliahub.com/docs/pandoc_jll/deps.svg)](https://juliahub.com/ui/Packages/pandoc_jll/V6k4O?page=2)

For more details about JLL packages and how to use them, see `BinaryBuilder.jl` [documentation](https://juliapackaging.github.io/BinaryBuilder.jl/dev/jll/).
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/601a13adc14e0bd4a08c53edc4106cc58452ea26/P/pandoc/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/).

## Sources

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

* compressed archive: https://github.com/jgm/pandoc/releases/download/2.14/pandoc-2.14-linux-amd64.tar.gz (SHA256 checksum: `e24cca7d241d907d690428a296861cbcbdaf4686ef887ac65581a930b2e6038c`)
* compressed archive: https://github.com/jgm/pandoc/releases/download/2.14/pandoc-2.14-macOS.zip (SHA256 checksum: `630564487c30602ee299b463efc4fb48b418a6f254c123a11f3748426b2007b3`)
* compressed archive: https://github.com/jgm/pandoc/releases/download/2.14/pandoc-2.14-windows-x86_64.zip (SHA256 checksum: `341935e8de2bc58153b6aabcced8bf73d753bc6b97efdf0128f52da82841b0c5`)
* compressed archive: https://github.com/jgm/pandoc/releases/download/2.14/pandoc-2.14-linux-arm64.tar.gz (SHA256 checksum: `fd334f48c12b17ec264b2c49a554c584cdb29828c29fbbde7c1f57232a30975d`)
* file: https://raw.githubusercontent.com/jgm/pandoc/2.14/COPYRIGHT (SHA256 checksum: `adcfa50add0dd23fda4937830ee6401a45638cffa15b9b33b1932f833f4fab75`)
* file: https://raw.githubusercontent.com/jgm/pandoc/2.14/COPYING.md (SHA256 checksum: `e7ea3adeab955103a837b692ca0017cb3abbed0d3dccbfa499d6b2b825d698c3`)
* compressed archive: https://github.com/jgm/pandoc/releases/download/2.19.2/pandoc-2.19.2-linux-amd64.tar.gz (SHA256 checksum: `9d55c7afb6a244e8a615451ed9cb02e6a6f187ad4d169c6d5a123fa74adb4830`)
* compressed archive: https://github.com/jgm/pandoc/releases/download/2.19.2/pandoc-2.19.2-macOS.zip (SHA256 checksum: `af0cda69e31e42f01ba6adc0aa779d3e5853e6c092beeb420a4fc22712d2110b`)
* compressed archive: https://github.com/jgm/pandoc/releases/download/2.19.2/pandoc-2.19.2-windows-x86_64.zip (SHA256 checksum: `e7a0c92b4af6cad31d9899a8b92a3992e18634320349bbf56b729bbbcf71bb99`)
* compressed archive: https://github.com/jgm/pandoc/releases/download/2.19.2/pandoc-2.19.2-linux-arm64.tar.gz (SHA256 checksum: `43f364915b9da64905fc3f6009f5542f224e54fb24f71043ef5154540f1a3983`)
* file: https://raw.githubusercontent.com/jgm/pandoc/2.19.2/COPYRIGHT (SHA256 checksum: `adcfa50add0dd23fda4937830ee6401a45638cffa15b9b33b1932f833f4fab75`)
* file: https://raw.githubusercontent.com/jgm/pandoc/2.19.2/COPYING.md (SHA256 checksum: `e7ea3adeab955103a837b692ca0017cb3abbed0d3dccbfa499d6b2b825d698c3`)

## Platforms

Expand Down

0 comments on commit d29a2d0

Please sign in to comment.