Skip to content

Commit efd42a6

Browse files
committed
Deno_jll build 1.20.4+0
1 parent e98bd7f commit efd42a6

File tree

3 files changed

+31
-21
lines changed

3 files changed

+31
-21
lines changed

Artifacts.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
[[Deno]]
22
arch = "aarch64"
3-
git-tree-sha1 = "d101dd2a64a9eca5c4052b525c07d8161f6ece97"
3+
git-tree-sha1 = "6dd64d1c7bbaee0760bcd2b7b6651087263c57a0"
44
os = "macos"
55

66
[[Deno.download]]
7-
sha256 = "ec8cb670572a80b04f7b4e3eab937f1e2901365c8aa85bfbdb36e086ffb74d12"
8-
url = "https://github.com/JuliaBinaryWrappers/Deno_jll.jl/releases/download/Deno-v1.16.3+0/Deno.v1.16.3.aarch64-apple-darwin.tar.gz"
7+
sha256 = "474491a74dd23b8f0846506e0b5b17e1cbc93ea3ce74c2befa1b6db2b88080f4"
8+
url = "https://github.com/JuliaBinaryWrappers/Deno_jll.jl/releases/download/Deno-v1.20.4+0/Deno.v1.20.4.aarch64-apple-darwin.tar.gz"
99
[[Deno]]
1010
arch = "x86_64"
11-
git-tree-sha1 = "5212b22c4e67aca51547d6e90b34f8ae878da923"
11+
git-tree-sha1 = "550f7615bb19c2916d3bf57e6e670f0a062dd64f"
1212
os = "macos"
1313

1414
[[Deno.download]]
15-
sha256 = "439f5332c5bd01362bd905a575fb9536cdd63b0b09c296d610ba579d237af12e"
16-
url = "https://github.com/JuliaBinaryWrappers/Deno_jll.jl/releases/download/Deno-v1.16.3+0/Deno.v1.16.3.x86_64-apple-darwin.tar.gz"
15+
sha256 = "ae9fb94aed1efcf007b8a3fdd31b2d5e7ada5f115fdd71fb37b3b98fcaf57274"
16+
url = "https://github.com/JuliaBinaryWrappers/Deno_jll.jl/releases/download/Deno-v1.20.4+0/Deno.v1.20.4.x86_64-apple-darwin.tar.gz"
1717
[[Deno]]
1818
arch = "x86_64"
19-
git-tree-sha1 = "afa8fb8236aaac171358cdbc117b91967372dfd9"
19+
git-tree-sha1 = "6e34030a1bd987ec959b4645912c9452a0ba7bfe"
2020
libc = "glibc"
2121
os = "linux"
2222

2323
[[Deno.download]]
24-
sha256 = "55ad4e50696f59399e765abed6e0090d3fbaf7d4d630f296b6f30bff6a252bcf"
25-
url = "https://github.com/JuliaBinaryWrappers/Deno_jll.jl/releases/download/Deno-v1.16.3+0/Deno.v1.16.3.x86_64-linux-gnu.tar.gz"
24+
sha256 = "8a8ecb9a6fd7fcbc74de7955146c22e42c6637fbe7eb1fb51b27e052ba61b508"
25+
url = "https://github.com/JuliaBinaryWrappers/Deno_jll.jl/releases/download/Deno-v1.20.4+0/Deno.v1.20.4.x86_64-linux-gnu.tar.gz"
2626
[[Deno]]
2727
arch = "x86_64"
28-
git-tree-sha1 = "6a5ba43db671f50e68dda40e4b2c6791b6d6cb33"
28+
git-tree-sha1 = "1a711134d54f1059da3858bd925a64fc515072e3"
2929
os = "windows"
3030

3131
[[Deno.download]]
32-
sha256 = "a29bdbbea724dcd4b834b012df93c9e748a08a1e16e31d5d697562c7a21c8d8b"
33-
url = "https://github.com/JuliaBinaryWrappers/Deno_jll.jl/releases/download/Deno-v1.16.3+0/Deno.v1.16.3.x86_64-w64-mingw32.tar.gz"
32+
sha256 = "3964e07daaffa67079746038f683bc66737ecdf7c6edbf6f7f91aec9a50ad127"
33+
url = "https://github.com/JuliaBinaryWrappers/Deno_jll.jl/releases/download/Deno-v1.20.4+0/Deno.v1.20.4.x86_64-w64-mingw32.tar.gz"

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "Deno_jll"
22
uuid = "04572ae6-984a-583e-9378-9577a1c2574d"
3-
version = "1.16.3+0"
3+
version = "1.20.4+0"
44

55
[deps]
66
JLLWrappers = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"

README.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,28 @@
1-
# `Deno_jll.jl` (v1.16.3+0)
1+
# `Deno_jll.jl` (v1.20.4+0)
22

3-
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/dad321fb00321ba6f95a30a0b38cd47bda1fbf1d/D/Deno/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).
3+
[![deps](https://juliahub.com/docs/Deno_jll/deps.svg)](https://juliahub.com/ui/Packages/Deno_jll/sQoYf?page=2)
44

5-
For more details about JLL packages and how to use them, see `BinaryBuilder.jl` [documentation](https://juliapackaging.github.io/BinaryBuilder.jl/dev/jll/).
5+
This is an autogenerated package constructed using [`BinaryBuilder.jl`](https://github.com/JuliaPackaging/BinaryBuilder.jl).
6+
7+
The originating [`build_tarballs.jl`](https://github.com/JuliaPackaging/Yggdrasil/blob/0708ee9793a1d7288f535f099194483076ddfefd/D/Deno/build_tarballs.jl) script can be found on [`Yggdrasil`](https://github.com/JuliaPackaging/Yggdrasil/), the community build tree.")
8+
9+
## Bug Reports
10+
11+
If you have any issue, please report it to the Yggdrasil [bug tracker](https://github.com/JuliaPackaging/Yggdrasil/issues).
12+
13+
## Documentation
14+
15+
For more details about JLL packages and how to use them, see `BinaryBuilder.jl` [documentation](https://docs.binarybuilder.org/stable/jll/).
616

717
## Sources
818

919
The tarballs for `Deno_jll.jl` have been built from these sources:
1020

11-
* compressed archive: https://github.com/denoland/deno/releases/download/v1.16.3/deno-x86_64-unknown-linux-gnu.zip (SHA256 checksum: `cf37225189bcc2ac32f80999a59a9325cafe19e9a8de85b6a9c1ec5be2dbc16d`)
12-
* compressed archive: https://github.com/denoland/deno/releases/download/v1.16.3/deno-x86_64-apple-darwin.zip (SHA256 checksum: `fa5ff854e5dadee3aadc1007408565b85fd80ab42c6e30d959e51bfee8ee79e5`)
13-
* compressed archive: https://github.com/denoland/deno/releases/download/v1.16.3/deno-aarch64-apple-darwin.zip (SHA256 checksum: `bfa9bdaa41f20ace6a8ad862068874583c0dd8c70ebf4064033372bb17981058`)
14-
* compressed archive: https://github.com/denoland/deno/releases/download/v1.16.3/deno-x86_64-pc-windows-msvc.zip (SHA256 checksum: `f1de6fda3cd30da44a35cbb3548f85ed9f93b0c8d1973b107810d56e6a6f5318`)
15-
* compressed archive: https://github.com/denoland/deno/releases/download/v1.16.3/deno_src.tar.gz (SHA256 checksum: `dd3f8a2f072530aba3d67bc9cc14eb3ee48418ae263ac9dbe37612c16300bd4b`)
21+
* compressed archive: https://github.com/denoland/deno/releases/download/v1.20.4/deno-x86_64-unknown-linux-gnu.zip (SHA256 checksum: `c77f735729611deaf6300a8aca4c2049debc29f612e78acdd91c2adce648079e`)
22+
* compressed archive: https://github.com/denoland/deno/releases/download/v1.20.4/deno-x86_64-apple-darwin.zip (SHA256 checksum: `6f7490795e9ef28b65b1a3dbdaacd9e625b4f158ca0bd5f37ea97baf8ec31c13`)
23+
* compressed archive: https://github.com/denoland/deno/releases/download/v1.20.4/deno-aarch64-apple-darwin.zip (SHA256 checksum: `4fce74da80649fe4eac866f14b6ae202bce3a22118b8df3157023800c209b64b`)
24+
* compressed archive: https://github.com/denoland/deno/releases/download/v1.20.4/deno-x86_64-pc-windows-msvc.zip (SHA256 checksum: `bcc5acd083f8991977535c70290ba572bb38474551fc0798016c0c43039e880d`)
25+
* compressed archive: https://github.com/denoland/deno/releases/download/v1.20.4/deno_src.tar.gz (SHA256 checksum: `921aff769d9e54e30a33fb80dfe6db5b9bfc464cfc041083d9f17a78662bd1ac`)
1626

1727
## Platforms
1828

0 commit comments

Comments
 (0)