Skip to content

Commit fb67af5

Browse files
committed
Add 1.13.0-alpha2
1 parent a98413a commit fb67af5

File tree

7 files changed

+324
-0
lines changed

7 files changed

+324
-0
lines changed

1.13-rc/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.13-rc/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.13-rc/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.13-rc/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.13-rc/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.13-rc/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: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,5 +141,49 @@
141141
"windows/windowsservercore-ltsc2022"
142142
],
143143
"version": "1.12.2"
144+
},
145+
"1.13": null,
146+
"1.13-rc": {
147+
"arches": {
148+
"amd64": {
149+
"sha256": "987aa3aad11e0b5c078dfdee7f8d54eeabdc10bcddd245bda18e28ab4de6119d",
150+
"url": "https://julialang-s3.julialang.org/bin/linux/x64/1.13/julia-1.13.0-alpha2-linux-x86_64.tar.gz"
151+
},
152+
"arm64v8": {
153+
"sha256": "c558a08f69d1984096d0bac825148cba2dd6b2eea3c5a3d8a5def2cd718af196",
154+
"url": "https://julialang-s3.julialang.org/bin/linux/aarch64/1.13/julia-1.13.0-alpha2-linux-aarch64.tar.gz"
155+
},
156+
"darwin-amd64": {
157+
"sha256": "d14484d4335cf3259eb62ea48095f18f9e8cb1de9f37c6961adc03aea4942e95",
158+
"url": "https://julialang-s3.julialang.org/bin/mac/x64/1.13/julia-1.13.0-alpha2-mac64.tar.gz"
159+
},
160+
"darwin-arm64v8": {
161+
"sha256": "c9273c63c065139f802c7f52d81c985eba08aed41e428ae377ff0b6786c29346",
162+
"url": "https://julialang-s3.julialang.org/bin/mac/aarch64/1.13/julia-1.13.0-alpha2-macaarch64.tar.gz"
163+
},
164+
"freebsd-amd64": {
165+
"sha256": "8d530bb48af0ba99467b00236e1c0e10872302a729b40d719a241b2ec9885393",
166+
"url": "https://julialang-s3.julialang.org/bin/freebsd/x64/1.13/julia-1.13.0-alpha2-freebsd-x86_64.tar.gz"
167+
},
168+
"i386": {
169+
"sha256": "15b15af06b603efa0523e2f1b19cacaefcddda13595906c276ddec0b3194c0b2",
170+
"url": "https://julialang-s3.julialang.org/bin/linux/x86/1.13/julia-1.13.0-alpha2-linux-i686.tar.gz"
171+
},
172+
"windows-amd64": {
173+
"sha256": "ec84bd651c739436b2ab397f4a156ed269030f277d075031104eecbf6904079a",
174+
"url": "https://julialang-s3.julialang.org/bin/winnt/x64/1.13/julia-1.13.0-alpha2-win64.exe"
175+
},
176+
"windows-i386": {
177+
"sha256": "ef006e89ce706ef94e2fdba19aa7a153523f927e0e2ae4eea5dc00953d4261a5",
178+
"url": "https://julialang-s3.julialang.org/bin/winnt/x86/1.13/julia-1.13.0-alpha2-win32.exe"
179+
}
180+
},
181+
"variants": [
182+
"trixie",
183+
"bookworm",
184+
"windows/windowsservercore-ltsc2025",
185+
"windows/windowsservercore-ltsc2022"
186+
],
187+
"version": "1.13.0-alpha2"
144188
}
145189
}

0 commit comments

Comments
 (0)