Skip to content

Commit 30e953f

Browse files
Update 1.12 to 1.12.0
1 parent 9a4d406 commit 30e953f

File tree

7 files changed

+323
-1
lines changed

7 files changed

+323
-1
lines changed

1.12/bookworm/Dockerfile

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

1.12/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.12/trixie/Dockerfile

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

1.12/trixie/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.12/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.

1.12/windows/windowsservercore-ltsc2025/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: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,49 @@
9999
],
100100
"version": "1.11.7"
101101
},
102-
"1.12": null,
102+
"1.12": {
103+
"arches": {
104+
"amd64": {
105+
"sha256": "6f87b8fcf5ef6a7371e8c79d948aedfa0ba28ce44447c446d7d82e70f0158da8",
106+
"url": "https://julialang-s3.julialang.org/bin/linux/x64/1.12/julia-1.12.0-linux-x86_64.tar.gz"
107+
},
108+
"arm64v8": {
109+
"sha256": "0fb44de10c3a9da719b4962c2158fe4484d98377e521318b692e91a1bea5716b",
110+
"url": "https://julialang-s3.julialang.org/bin/linux/aarch64/1.12/julia-1.12.0-linux-aarch64.tar.gz"
111+
},
112+
"darwin-amd64": {
113+
"sha256": "373abf275872269f2ca97452e583a4aaf565e6f0572f7072b189aa3dc1b29429",
114+
"url": "https://julialang-s3.julialang.org/bin/mac/x64/1.12/julia-1.12.0-mac64.tar.gz"
115+
},
116+
"darwin-arm64v8": {
117+
"sha256": "d1aaa44a9507c7eaa500d41460f06694bffd0ca366dbc23b38c09bb3290f52c8",
118+
"url": "https://julialang-s3.julialang.org/bin/mac/aarch64/1.12/julia-1.12.0-macaarch64.tar.gz"
119+
},
120+
"freebsd-amd64": {
121+
"sha256": "2f320a8c3750c63f773473f22e5aef0ae38543b7fa4948b77eb81bed30bbb5c8",
122+
"url": "https://julialang-s3.julialang.org/bin/freebsd/x64/1.12/julia-1.12.0-freebsd-x86_64.tar.gz"
123+
},
124+
"i386": {
125+
"sha256": "bef313ad70b3b3131a879118a388a878cb6e0aceab018f8dbf01de247d31f705",
126+
"url": "https://julialang-s3.julialang.org/bin/linux/x86/1.12/julia-1.12.0-linux-i686.tar.gz"
127+
},
128+
"windows-amd64": {
129+
"sha256": "1dd9ea0e4b61dfe5bc4d81e37e4cf19acb4f65b09699e3a4c65ba6ac727d7a3f",
130+
"url": "https://julialang-s3.julialang.org/bin/winnt/x64/1.12/julia-1.12.0-win64.exe"
131+
},
132+
"windows-i386": {
133+
"sha256": "4c0371f054a67022a2235b2160b124b4ee620ca419617130e5ae3646501299e9",
134+
"url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.12/julia-1.12.0-win32.exe"
135+
}
136+
},
137+
"variants": [
138+
"trixie",
139+
"bookworm",
140+
"windows/windowsservercore-ltsc2025",
141+
"windows/windowsservercore-ltsc2022"
142+
],
143+
"version": "1.12.0"
144+
},
103145
"1.12-rc": {
104146
"arches": {
105147
"amd64": {

0 commit comments

Comments
 (0)