Skip to content

Commit 8b90098

Browse files
Update 1.11 to 1.11.0
1 parent 6206861 commit 8b90098

File tree

7 files changed

+335
-1
lines changed

7 files changed

+335
-1
lines changed

1.11/bookworm/Dockerfile

Lines changed: 87 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

1.11/bookworm/docker-entrypoint.sh

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

1.11/bullseye/Dockerfile

Lines changed: 87 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

1.11/bullseye/docker-entrypoint.sh

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

1.11/windows/windowsservercore-1809/Dockerfile

Lines changed: 46 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

1.11/windows/windowsservercore-ltsc2022/Dockerfile

Lines changed: 46 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

versions.json

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,53 @@
4646
],
4747
"version": "1.10.5"
4848
},
49-
"1.11": null,
49+
"1.11": {
50+
"arches": {
51+
"amd64": {
52+
"sha256": "bcf815553fda2ed7910524c8caa189c8e8191a40a799dd8b5fbed0d9dd6b882c",
53+
"url": "https://julialang-s3.julialang.org/bin/linux/x64/1.11/julia-1.11.0-linux-x86_64.tar.gz"
54+
},
55+
"arm64v8": {
56+
"sha256": "66b9195b4c6b85403834dca9ef4fcae75f15be906bb3bb2c48eccb780ab810a1",
57+
"url": "https://julialang-s3.julialang.org/bin/linux/aarch64/1.11/julia-1.11.0-linux-aarch64.tar.gz"
58+
},
59+
"darwin-amd64": {
60+
"sha256": "e001d80b53cb9637402633f6cf50cbf2d83d4de03c4093783b8878265996e33d",
61+
"url": "https://julialang-s3.julialang.org/bin/mac/x64/1.11/julia-1.11.0-mac64.tar.gz"
62+
},
63+
"darwin-arm64v8": {
64+
"sha256": "c25ae0c87a418555e40167e07524824659656cb60bac9d1e4a5d50d887abe560",
65+
"url": "https://julialang-s3.julialang.org/bin/mac/aarch64/1.11/julia-1.11.0-macaarch64.tar.gz"
66+
},
67+
"freebsd-amd64": {
68+
"sha256": "eb432cc963ec7671750297fb89bb9b6e42bd2e446ce7130f23f1f75f9ae1cfd8",
69+
"url": "https://julialang-s3.julialang.org/bin/freebsd/x64/1.11/julia-1.11.0-freebsd-x86_64.tar.gz"
70+
},
71+
"i386": {
72+
"sha256": "b4088274ca31ed3c58fa6f4d0f3887b0610ea38e1aa87000993cb24900c773aa",
73+
"url": "https://julialang-s3.julialang.org/bin/linux/x86/1.11/julia-1.11.0-linux-i686.tar.gz"
74+
},
75+
"ppc64le": {
76+
"sha256": "6fc3981aded87517b9b6515e0ce9d56d2889c0ffef1e1646bb44808e57cb3276",
77+
"url": "https://julialang-s3.julialang.org/bin/linux/ppc64le/1.11/julia-1.11.0-linux-ppc64le.tar.gz"
78+
},
79+
"windows-amd64": {
80+
"sha256": "7de521dfc4b874150d4d2b3001fc1fdae4083a7a1b07c5d7704d00052b6c118e",
81+
"url": "https://julialang-s3.julialang.org/bin/winnt/x64/1.11/julia-1.11.0-win64.exe"
82+
},
83+
"windows-i386": {
84+
"sha256": "47a8917505d001cd67c3fca0cdbf415d94f42d560004712b35159560af12a4dd",
85+
"url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.11/julia-1.11.0-win32.exe"
86+
}
87+
},
88+
"variants": [
89+
"bookworm",
90+
"bullseye",
91+
"windows/windowsservercore-ltsc2022",
92+
"windows/windowsservercore-1809"
93+
],
94+
"version": "1.11.0"
95+
},
5096
"1.11-rc": {
5197
"arches": {
5298
"amd64": {

0 commit comments

Comments
 (0)