Skip to content

Commit

Permalink
[Pandoc] Update to v3.1.12 (#8149)
Browse files Browse the repository at this point in the history
  • Loading branch information
iagobaapellaniz authored Feb 22, 2024
1 parent 9183b88 commit 5a7f6e9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions P/pandoc/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ using BinaryBuilder

# Collection of pre-build pandoc binaries
name = "pandoc"
pandoc_ver = "3.1.9"
pandoc_ver = "3.1.12"
version = VersionNumber(pandoc_ver)

url_prefix = "https://github.com/jgm/pandoc/releases/download/$(pandoc_ver)/pandoc-$(pandoc_ver)"
sources = [
ArchiveSource("$(url_prefix)-linux-amd64.tar.gz", "4d2ceae48a7fd49abb4e390988b0bb10999fbd47110f51af73755a35918d2c6c"; unpack_target = "x86_64-linux-gnu"),
ArchiveSource("$(url_prefix)-x86_64-macOS.zip", "820dd71c0ff59c37e17de22a19ff67a374a0d43fdeee695241556067ddf99bbc"; unpack_target = "x86_64-apple-darwin14"),
ArchiveSource("$(url_prefix)-arm64-macOS.zip", "d3f79fc9ba4da848b76e9edfb874cd6bcce9430cf4a105c3646828405310d562"; unpack_target = "aarch64-apple-darwin20"),
ArchiveSource("$(url_prefix)-windows-x86_64.zip", "11eb6dbe5286c9e5edb0cca4412e7d99ec6578ec04158b0b7fe11f7fd96688e5"; unpack_target = "x86_64-w64-mingw32"),
ArchiveSource("$(url_prefix)-linux-arm64.tar.gz", "3932f1b07993cdae3bcfa7523a8eb19654269d2c30e4ec16d93c4211980fe27a"; unpack_target = "aarch64-linux-gnu"),
ArchiveSource("$(url_prefix)-linux-amd64.tar.gz", "e30d20cc3f9aefa117bf2183fe74cfc7cb043237d56eb63272b82bf76b537991"; unpack_target = "x86_64-linux-gnu"),
ArchiveSource("$(url_prefix)-x86_64-macOS.zip", "2ca867f52987765fa1676ffd9d8b04ba0cf2dc3a3c6c16c48b5b057878225099"; unpack_target = "x86_64-apple-darwin14"),
ArchiveSource("$(url_prefix)-arm64-macOS.zip", "5267cec23889e55a56335616e59734ffb80391c5a1db7c341c83e20bd9cc745c"; unpack_target = "aarch64-apple-darwin20"),
ArchiveSource("$(url_prefix)-windows-x86_64.zip", "2940947dad82d340b79f65f18ecbe235fead674a541416e5caa001d984703d14"; unpack_target = "x86_64-w64-mingw32"),
ArchiveSource("$(url_prefix)-linux-arm64.tar.gz", "5e27952bee7ddc88e5629bf86252233b418abdf8f7f66c86c412805469afd560"; unpack_target = "aarch64-linux-gnu"),
FileSource("https://raw.githubusercontent.com/jgm/pandoc/$(pandoc_ver)/COPYRIGHT", "d08e01a4da8ec37b4645a1708483d8845731b5760b411d12736c648de8ccdc21"),
FileSource("https://raw.githubusercontent.com/jgm/pandoc/$(pandoc_ver)/COPYING.md", "e7ea3adeab955103a837b692ca0017cb3abbed0d3dccbfa499d6b2b825d698c3"),
]
Expand Down

0 comments on commit 5a7f6e9

Please sign in to comment.