authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-02-14 20:08:04-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-02-14 20:08:04-07:00
logdc6553d93eb856a1593d43f0d1ea387c74fa7b44
tree5bdebf082b7909d3c8a56da979105318e870dd31
parent807edd2234b016cd5470c51ac2bac451554c614d

CI: update download page and langref for 0.9.1


2 files changed, 72 insertions(+), 1 deletions(-)

ci/srht/index.json+71
...@@ -40,6 +40,77 @@...@@ -40,6 +40,77 @@
40 "size": "{{AARCH64_LINUX_BYTESIZE}}"40 "size": "{{AARCH64_LINUX_BYTESIZE}}"
41 }41 }
42 },42 },
43 "0.9.1": {
44 "date": "2022-02-14",
45 "docs": "https://ziglang.org/documentation/0.9.1/",
46 "stdDocs": "https://ziglang.org/documentation/0.9.1/std/",
47 "notes": "https://ziglang.org/download/0.9.1/release-notes.html",
48 "src": {
49 "tarball": "https://ziglang.org/download/0.9.1/zig-0.9.1.tar.xz",
50 "shasum": "38cf4e84481f5facc766ba72783e7462e08d6d29a5d47e3b75c8ee3142485210",
51 "size": "13940828"
52 },
53 "bootstrap": {
54 "tarball": "https://ziglang.org/download/0.9.1/zig-bootstrap-0.9.1.tar.xz",
55 "shasum": "0a8e221c71860d8975c15662b3ed3bd863e81c4fe383455a596e5e0e490d6109",
56 "size": "42488812"
57 },
58 "x86_64-freebsd": {
59 "tarball": "https://ziglang.org/download/0.9.1/zig-freebsd-x86_64-0.9.1.tar.xz",
60 "shasum": "4e06009bd3ede34b72757eec1b5b291b30aa0d5046dadd16ecb6b34a02411254",
61 "size": "39028848"
62 },
63 "aarch64-linux": {
64 "tarball": "https://ziglang.org/download/0.9.1/zig-linux-aarch64-0.9.1.tar.xz",
65 "shasum": "5d99a39cded1870a3fa95d4de4ce68ac2610cca440336cfd252ffdddc2b90e66",
66 "size": "37034860"
67 },
68 "armv7a-linux": {
69 "tarball": "https://ziglang.org/download/0.9.1/zig-linux-armv7a-0.9.1.tar.xz",
70 "shasum": "6de64456cb4757a555816611ea697f86fba7681d8da3e1863fa726a417de49be",
71 "size": "37974652"
72 },
73 "i386-linux": {
74 "tarball": "https://ziglang.org/download/0.9.1/zig-linux-i386-0.9.1.tar.xz",
75 "shasum": "e776844fecd2e62fc40d94718891057a1dbca1816ff6013369e9a38c874374ca",
76 "size": "44969172"
77 },
78 "riscv64-linux": {
79 "tarball": "https://ziglang.org/download/0.9.1/zig-linux-riscv64-0.9.1.tar.xz",
80 "shasum": "208dea53662c2c52777bd9e3076115d2126a4f71aed7f2ff3b8fe224dc3881aa",
81 "size": "39390868"
82 },
83 "x86_64-linux": {
84 "tarball": "https://ziglang.org/download/0.9.1/zig-linux-x86_64-0.9.1.tar.xz",
85 "shasum": "be8da632c1d3273f766b69244d80669fe4f5e27798654681d77c992f17c237d7",
86 "size": "41011464"
87 },
88 "aarch64-macos": {
89 "tarball": "https://ziglang.org/download/0.9.1/zig-macos-aarch64-0.9.1.tar.xz",
90 "shasum": "8c473082b4f0f819f1da05de2dbd0c1e891dff7d85d2c12b6ee876887d438287",
91 "size": "38995640"
92 },
93 "x86_64-macos": {
94 "tarball": "https://ziglang.org/download/0.9.1/zig-macos-x86_64-0.9.1.tar.xz",
95 "shasum": "2d94984972d67292b55c1eb1c00de46580e9916575d083003546e9a01166754c",
96 "size": "43713044"
97 },
98 "i386-windows": {
99 "tarball": "https://ziglang.org/download/0.9.1/zig-windows-i386-0.9.1.zip",
100 "shasum": "74a640ed459914b96bcc572183a8db687bed0af08c30d2ea2f8eba03ae930f69",
101 "size": "67929868"
102 },
103 "x86_64-windows": {
104 "tarball": "https://ziglang.org/download/0.9.1/zig-windows-x86_64-0.9.1.zip",
105 "shasum": "443da53387d6ae8ba6bac4b3b90e9fef4ecbe545e1c5fa3a89485c36f5c0e3a2",
106 "size": "65047697"
107 },
108 "aarch64-windows": {
109 "tarball": "https://ziglang.org/download/0.9.1/zig-windows-aarch64-0.9.1.zip",
110 "shasum": "621bf95f54dc3ff71466c5faae67479419951d7489e40e87fd26d195825fb842",
111 "size": "61478151"
112 }
113 },
43 "0.9.0": {114 "0.9.0": {
44 "date": "2021-12-20",115 "date": "2021-12-20",
45 "docs": "https://ziglang.org/documentation/0.9.0/",116 "docs": "https://ziglang.org/documentation/0.9.0/",
doc/langref.html.in+1-1
...@@ -316,7 +316,7 @@...@@ -316,7 +316,7 @@
316 <a href="https://ziglang.org/documentation/0.6.0/">0.6.0</a> |316 <a href="https://ziglang.org/documentation/0.6.0/">0.6.0</a> |
317 <a href="https://ziglang.org/documentation/0.7.1/">0.7.1</a> |317 <a href="https://ziglang.org/documentation/0.7.1/">0.7.1</a> |
318 <a href="https://ziglang.org/documentation/0.8.1/">0.8.1</a> |318 <a href="https://ziglang.org/documentation/0.8.1/">0.8.1</a> |
319 <a href="https://ziglang.org/documentation/0.9.0/">0.9.0</a> |319 <a href="https://ziglang.org/documentation/0.9.1/">0.9.1</a> |
320 master320 master
321 </nav>321 </nav>
322 <nav aria-labelledby="table-of-contents">322 <nav aria-labelledby="table-of-contents">