Compare commits

...
21 Commits
Author SHA1 Message Date
Taiki Endo f47d6aa2eb shellcheck 2026-09-06 16:56:22 +00:00
Taiki Endo 84f5ac3124 Release 2.87.7 2026-09-06 16:56:21 +00:00
Taiki Endo 9387b0a701 Update wasm-bindgen@latest to 0.2.128 2026-09-07 01:52:41 +09:00
Taiki Endo e78e42317f Update uv@latest to 0.12.10 2026-09-07 01:52:41 +09:00
Taiki Endo 2a651e44c9 Update tombi@latest to 1.5.2 2026-09-07 01:52:41 +09:00
Taiki Endo 0b467d84e6 Update shfmt manifest 2026-09-07 01:52:41 +09:00
Taiki Endo 7d5acd9c24 Update release-plz manifest 2026-09-07 01:52:41 +09:00
Taiki Endo 2405a4d813 Update rclone@latest to 1.75.1 2026-09-07 01:52:41 +09:00
Taiki Endo f4416e2ad3 Update protoc-gen-connect-openapi manifest 2026-09-07 01:52:41 +09:00
Taiki Endo b323c5fe78 Update dprint manifest 2026-09-07 01:52:41 +09:00
Taiki Endo 0f9e7db50d Update cargo-llvm-cov manifest 2026-09-07 01:52:41 +09:00
Taiki Endo 02f058aff2 Update cargo-crap manifest 2026-09-07 01:52:41 +09:00
Taiki Endo 7b8d4719ee Release 2.87.6 2026-09-05 12:27:05 +00:00
Taiki Endo a67fcd1891 Update wasm-bindgen manifest 2026-09-05 21:26:04 +09:00
Taiki Endo efe69d3271 Update uv manifest 2026-09-05 21:26:04 +09:00
Taiki Endo ce51454fc8 Update tombi manifest 2026-09-05 21:26:04 +09:00
Taiki Endo e3284bdb65 Update rafn@latest to 0.1.6 2026-09-05 21:26:04 +09:00
Taiki Endo 50bb7c8acf Update editorconfig-checker@latest to 3.11.3 2026-09-05 21:26:04 +09:00
Taiki Endo 2e1a951416 Update dprint@latest to 0.57.1 2026-09-05 21:26:04 +09:00
Taiki Endo 2d664e31d2 Update convco@latest to 0.7.2 2026-09-05 21:26:04 +09:00
Taiki Endo 5f8ff1a44e ci: Disable debian 11
```
    Err:1 http://deb.debian.org/debian-security bullseye-security/main amd64 libperl5.32 amd64 5.32.1-4+deb11u5
      404  Not Found [IP: 146.75.38.132 80]
    E: Failed to fetch http://deb.debian.org/debian-security/pool/updates/main/p/perl/libperl5.32_5.32.1-4%2bdeb11u5_amd64.deb  404  Not Found [IP: 146.75.38.132 80]
    E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
```

```
    E: The repository 'http://archive.debian.org/debian-security bullseye-security Release' does not have a Release file.
```
2026-09-05 20:52:08 +09:00
16 changed files with 347 additions and 25 deletions
+3 -3
View File
@@ -92,7 +92,7 @@ jobs:
- container: debian:testing # glibc
- container: debian:13-slim # glibc 2.41
- container: debian:12-slim # glibc 2.36
- container: debian:11-slim # glibc 2.31, EoL
# - container: debian:11-slim # glibc 2.31, EoL, end of LTS
- container: debian:10-slim # glibc 2.28, EoL, end of LTS
- container: debian:9-slim # glibc 2.24, EoL, end of LTS
- container: debian/eol:jessie-slim # 8, glibc 2.19, EoL, end of LTS
@@ -154,12 +154,12 @@ jobs:
steps:
- name: Install requirements (old Debian)
run: |
# In Debian, the old repositories is removed from the main mirrors some time after EoL.
# In Debian, the old repositories is removed from the main mirrors some time after end of LTS.
codename=$(grep -E '^VERSION_CODENAME=' /etc/os-release | cut -d= -f2)
sed -i /etc/apt/sources.list -e 's/deb.debian.org/archive.debian.org/g' \
-e 's|security.debian.org|archive.debian.org/|g' \
-e "/${codename}-updates/d"
if: startsWith(matrix.container, 'debian:9') || startsWith(matrix.container, 'debian:10')
if: startsWith(matrix.container, 'debian:9') || startsWith(matrix.container, 'debian:10') || startsWith(matrix.container, 'debian:11')
- name: Install requirements (CentOS)
run: |
retry() {
+23 -1
View File
@@ -10,6 +10,26 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
## [2.87.7] - 2026-09-06
- Update `wasm-bindgen@latest` to 0.2.128.
- Update `uv@latest` to 0.12.10.
- Update `tombi@latest` to 1.5.2.
- Update `rclone@latest` to 1.75.1.
## [2.87.6] - 2026-09-05
- Update `rafn@latest` to 0.1.6.
- Update `editorconfig-checker@latest` to 3.11.3.
- Update `dprint@latest` to 0.57.1.
- Update `convco@latest` to 0.7.2.
## [2.87.5] - 2026-09-04
- Update `vacuum@latest` to 0.30.3.
@@ -7462,7 +7482,9 @@ Note: This release is considered a breaking change because installing on version
Initial release
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.87.5...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.87.7...HEAD
[2.87.7]: https://github.com/taiki-e/install-action/compare/v2.87.6...v2.87.7
[2.87.6]: https://github.com/taiki-e/install-action/compare/v2.87.5...v2.87.6
[2.87.5]: https://github.com/taiki-e/install-action/compare/v2.87.4...v2.87.5
[2.87.4]: https://github.com/taiki-e/install-action/compare/v2.87.3...v2.87.4
[2.87.3]: https://github.com/taiki-e/install-action/compare/v2.87.2...v2.87.3
+2 -2
View File
@@ -4,8 +4,8 @@ description: GitHub Action for installing development tools
inputs:
tool:
description: Tools to install (whitespace or comma separated list)
required: true
# default: #publish:tool
required: false
default: shellcheck
checksum:
description: Whether to enable checksums (strongly discouraged to disable)
required: false
+22
View File
@@ -25,6 +25,28 @@
"latest": {
"version": "0.4.3"
},
"0.5.0": {
"x86_64_linux_gnu": {
"etag": "0x8DF0B8E652CFB5D",
"hash": "0e883786931a8f52edef7cec02e283e5732452571fd6496e4d5ce5d9d4e0d240"
},
"x86_64_macos": {
"etag": "0x8DF0B8E652E0B97",
"hash": "73858a47961e422889c10630f8dbe865c1eb291f17fbd37d3361824d6ff2a9d6"
},
"x86_64_windows": {
"etag": "0x8DF0B8E6530A0C3",
"hash": "9cae48685b1096f8d9b70f247dc6bcf4f102ea1c927fac0f8fc64f7bbfc5718f"
},
"aarch64_linux_gnu": {
"etag": "0x8DF0B8E653C2CD7",
"hash": "09cab178fda646998192edeb2c14243f13e7600e55ca8e4d715a79ac0a102b72"
},
"aarch64_macos": {
"etag": "0x8DF0B8E652ECE0C",
"hash": "e74c5ba280a484efef63d60e842d725240bd4aa683d9eebb70200911d800e7a6"
}
},
"0.4": {
"version": "0.4.3"
},
+38
View File
@@ -35,6 +35,44 @@
"0.9": {
"version": "0.9.0"
},
"0.9.1": {
"x86_64_linux_musl": {
"etag": "0x8DF0C3301E18345",
"hash": "3fca950394a3c49457657c158b1619cec8dfd2647ae5b48746734c0ab969a522"
},
"x86_64_macos": {
"etag": "0x8DF0C3300461515",
"hash": "ddf949b82a63017441ea76aa068bdd7e2dde8055f47cd3ef736fdbbd633bc33e"
},
"x86_64_windows": {
"etag": "0x8DF0C332CF823A0",
"hash": "15eefd5b90fcdd4006b727c6e710d70a61aff509fcd7bb37f9c2a35c4f024948"
},
"aarch64_linux_musl": {
"etag": "0x8DF0C330869E424",
"hash": "49c0085628392a8d727c4464d91ec417c613c5015f5197cd16d5c05aa3fb5ad1"
},
"aarch64_macos": {
"etag": "0x8DF0C330BD9CE84",
"hash": "7e821a6c90c0884f79f759f5d9be50799ade67bb82515186d922f26032ef43b8"
},
"aarch64_windows": {
"etag": "0x8DF0C33266DD47C",
"hash": "a827e57b93feab3d81ceb24c0602a1b778d6be72231ca83adaec909c1af0f7ef"
},
"powerpc64le_linux_musl": {
"etag": "0x8DF0C33068B143C",
"hash": "3c337dd495e2b3040f49dc320a10ebf59bae76c7a583646d75934a841709204d"
},
"riscv64_linux_musl": {
"etag": "0x8DF0C3307978D7B",
"hash": "ddbe3f0012053b20f1922d4b2ac3c81536585a4031f67477e5fa65eb7af493e2"
},
"s390x_linux_gnu": {
"etag": "0x8DF0C330F5A5C74",
"hash": "fb9ae81ea57fa452dedeb37e565fd30493719ce204466b7bdd25c258b5212d47"
}
},
"0.9.0": {
"x86_64_linux_musl": {
"etag": "0x8DEFBD376FBF96B",
+2 -2
View File
@@ -2,10 +2,10 @@
"rust_crate": "convco",
"template": null,
"latest": {
"version": "0.7.1"
"version": "0.7.2"
},
"0.7": {
"version": "0.7.1"
"version": "0.7.2"
},
"0.7.2": {
"x86_64_linux_musl": {
+80 -2
View File
@@ -27,10 +27,88 @@
}
},
"latest": {
"version": "0.57.0"
"version": "0.57.1"
},
"0.57": {
"version": "0.57.0"
"version": "0.57.1"
},
"0.57.4": {
"x86_64_linux_musl": {
"etag": "0x8DF0B97B2171992",
"hash": "03f3e8002f9d952bf53325fc8853686d2e8808b9e5b652b215600ba147e73a5c"
},
"x86_64_macos": {
"etag": "0x8DF0B97B2156DC5",
"hash": "8978bd5d9a564ec19472545fb853da9ec468e024e75d39c3a9df9fd5750ecdfd"
},
"x86_64_windows": {
"etag": "0x8DF0B97B20E49D2",
"hash": "1038af32fade7a79f9c3a690d9546bb17be13dd7b4568a3684692fdcb0a52a1d"
},
"aarch64_linux_musl": {
"etag": "0x8DF0B97B21DC8D4",
"hash": "e1b713806f7f7b94072ba2b069aa19ac28f475dbb1fbc5b672d3030a2ab001ee"
},
"aarch64_macos": {
"etag": "0x8DF0B97B20F80F4",
"hash": "f9e752812791f258e89ff88a7affd05c793b0db3d929718651eae7df5f19eb2e"
},
"riscv64_linux_gnu": {
"etag": "0x8DF0B97B21EFFF2",
"hash": "04a90c94c0b22d165088ff680644225910125b99731348a82fd7bf2926b9edee"
}
},
"0.57.3": {
"x86_64_linux_musl": {
"etag": "0x8DF0B87B9FE3593",
"hash": "e361513ede569f5da8164d036146578b0c50e232452ebe0c2c00f38ffc6ba4f1"
},
"x86_64_macos": {
"etag": "0x8DF0B87B9F14BCB",
"hash": "a17ac9a99c8d27800599e7362887a75e36a46204eb874bf1819c74aad473427c"
},
"x86_64_windows": {
"etag": "0x8DF0B87B9EF9FFA",
"hash": "29b8e320968776917f5ffbd4bbbc8c48b266b0b74d868672ef30d51d773000c0"
},
"aarch64_linux_musl": {
"etag": "0x8DF0B87BA00084E",
"hash": "f077da91d84cf0c307431fb95ed4eeeeaa38cde039a0251097991920c1f55d63"
},
"aarch64_macos": {
"etag": "0x8DF0B87B9F282EC",
"hash": "72bf6537685d3d27fc572bbb77ce07e43f481de7c1422b5fcc2fe9484894dd53"
},
"riscv64_linux_gnu": {
"etag": "0x8DF0B87B9EDF428",
"hash": "29fd87af3a0a1ea696152f0f988ed7877d2c90799f26b1de79fe60387673e1d8"
}
},
"0.57.2": {
"x86_64_linux_musl": {
"etag": "0x8DF0B70F1CCD6F2",
"hash": "dd0fc5214329c95e552d7bfbb86d4a608e64f9482c6ec33dd182f4c839ee11cd"
},
"x86_64_macos": {
"etag": "0x8DF0B70F1B06E1E",
"hash": "e6ecff3eb8246b62f35123905bbab077f16ec8f73516ab92aa91727ab6812a17"
},
"x86_64_windows": {
"etag": "0x8DF0B70F1A92362",
"hash": "6aa57ba5f21a6247f2a3144c2e16ee7dd9aa1f805850d65f8a554cb38b575584"
},
"aarch64_linux_musl": {
"etag": "0x8DF0B70F1B85492",
"hash": "24b6f3cf8cc7a116681907843b777a1dc56cd75ffa98727e66a94b2d2f05ad89"
},
"aarch64_macos": {
"etag": "0x8DF0B70F1A1B1B1",
"hash": "e0df7c5024a65ba865b89d357263d1ffea9cf380120986e301655e5037673a6f"
},
"riscv64_linux_gnu": {
"etag": "0x8DF0B70F1BBD305",
"hash": "291d4ad18ee0d5bb98f7fdd1fecbe0b6f0f5e3609cd1dd0be3dc52518b2a7d50"
}
},
"0.57.1": {
"x86_64_linux_musl": {
+3 -3
View File
@@ -2,13 +2,13 @@
"rust_crate": null,
"template": null,
"latest": {
"version": "3.11.2"
"version": "3.11.3"
},
"3": {
"version": "3.11.2"
"version": "3.11.3"
},
"3.11": {
"version": "3.11.2"
"version": "3.11.3"
},
"3.11.3": {
"x86_64_linux_musl": {
+22
View File
@@ -20,6 +20,28 @@
"latest": {
"version": "0.25.8"
},
"0.26.0": {
"x86_64_linux_musl": {
"etag": "0x8DF0C0534AA0B04",
"hash": "9e77746bd37099eb50e777bb161cbaaae89191865a55cf5750fcf72bc2c5f03f"
},
"x86_64_macos": {
"etag": "0x8DF0C053564902A",
"hash": "2d8b86a9eff646408a8e60f15aab4a1fc2500e0bf9c389162041ead7f8279338"
},
"x86_64_windows": {
"etag": "0x8DF0C0534AE72D0",
"hash": "36961ac81b3b9960645a63dffafb92ad08502f7a68a2d9220717ee0f2cc46b38"
},
"aarch64_linux_musl": {
"etag": "0x8DF0C0534ABDDAA",
"hash": "0fe03cf8fbd4e85f3974a3b2c2d7cf7cbf4f0b079e9fadcb7f881198ffc955f6"
},
"aarch64_windows": {
"etag": "0x8DF0C0534B2B3CC",
"hash": "2a8d2476deca6e3915d444505375f9d6d95839335bbabf740bce486294471a11"
}
},
"0.25": {
"version": "0.25.8"
},
+2 -2
View File
@@ -18,10 +18,10 @@
}
},
"latest": {
"version": "0.1.5"
"version": "0.1.6"
},
"0.1": {
"version": "0.1.5"
"version": "0.1.6"
},
"0.1.6": {
"x86_64_linux_gnu": {
+3 -3
View File
@@ -27,13 +27,13 @@
}
},
"latest": {
"version": "1.75.0"
"version": "1.75.1"
},
"1": {
"version": "1.75.0"
"version": "1.75.1"
},
"1.75": {
"version": "1.75.0"
"version": "1.75.1"
},
"1.75.1": {
"x86_64_linux_musl": {
+22
View File
@@ -26,6 +26,28 @@
"0.3": {
"version": "0.3.161"
},
"0.3.162": {
"x86_64_linux_musl": {
"etag": "0x8DF0B8C2DFC6925",
"hash": "4b76abf494d13c93b1612da8de34917a6469e8dc398018a119a8e4febbe7cb29"
},
"x86_64_windows": {
"etag": "0x8DF0B8CEA019D5C",
"hash": "cf3018110406b6d0da18399ce68a3edaa7647201852a1f2088d4625d2ae2c64b"
},
"aarch64_linux_musl": {
"etag": "0x8DF0B8BF0490C9B",
"hash": "801d5875fe127579574ec7aacbfa7928d3ce71d44ce3c0584f485bb012e61c62"
},
"aarch64_macos": {
"etag": "0x8DF0B8C299E201C",
"hash": "78f836c78bc3675b3bae6c726a737d0d5847cb66990e7ef873540aafdd06531c"
},
"aarch64_windows": {
"etag": "0x8DF0B8C29CA7C7B",
"hash": "d9c28c0fb2f284fc5c52173b9284ac93e7f879595a626431b89892f6994d565b"
}
},
"0.3.161": {
"x86_64_linux_musl": {
"etag": "0x8DF09A77C8ADDD2",
+22
View File
@@ -26,6 +26,28 @@
"3.14": {
"version": "3.14.0"
},
"3.14.1": {
"x86_64_linux_musl": {
"etag": "0x8DF0C27D6D70E50",
"hash": "76e77641faa025814b77f153b29796b8e6fa2fca03e0c76a691608b86c7ea7bf"
},
"x86_64_macos": {
"etag": "0x8DF0C27D7E2961A",
"hash": "d33eee0da0f92835b3562e9767a05cee7e4eaeef47daa03bfd09da17b4b590a6"
},
"x86_64_windows": {
"etag": "0x8DF0C27D5454C83",
"hash": "13629ce28442ca80b6b5a819f7574ab39e1c28c6e26734ca816c9714e04851df"
},
"aarch64_linux_musl": {
"etag": "0x8DF0C27D60F2BD5",
"hash": "5f2db09dae91fca848f7adbdd014632e921a383863a2ad7e0450ad3aba0c6489"
},
"aarch64_macos": {
"etag": "0x8DF0C27D78BB02B",
"hash": "b7c872db63553ccffc7253aba3ed7d4885a27d83f1ba567b1138c6315a5847e5"
}
},
"3.14.0": {
"x86_64_linux_musl": {
"etag": "0x8DF052943E8C5BA",
+39 -3
View File
@@ -2,13 +2,49 @@
"rust_crate": null,
"template": null,
"latest": {
"version": "1.5.1"
"version": "1.5.2"
},
"1": {
"version": "1.5.1"
"version": "1.5.2"
},
"1.5": {
"version": "1.5.1"
"version": "1.5.2"
},
"1.5.2": {
"x86_64_linux_musl": {
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.5.2/tombi-cli-1.5.2-x86_64-unknown-linux-musl.tar.gz",
"etag": "0x8DF0B3691612B36",
"hash": "871aa9cd9e9f54da46f8b4e7318c5b9777ad18f46745071f1c693d352c487c9d",
"bin": "tombi-cli-1.5.2-x86_64-unknown-linux-musl/tombi"
},
"x86_64_macos": {
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.5.2/tombi-cli-1.5.2-x86_64-apple-darwin.tar.gz",
"etag": "0x8DF0B3690C2AF22",
"hash": "a54500ba300d283a2431da46aa39a7b9b0dde1396a9694d2e5149fb6017d3966",
"bin": "tombi-cli-1.5.2-x86_64-apple-darwin/tombi"
},
"x86_64_windows": {
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.5.2/tombi-cli-1.5.2-x86_64-pc-windows-msvc.zip",
"etag": "0x8DF0B36915C9C6F",
"hash": "9607cabb2cbbc81c92af06e2005dedcd625dfb0e50e511d2eee8d90495c6ae5d"
},
"aarch64_linux_musl": {
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.5.2/tombi-cli-1.5.2-aarch64-unknown-linux-musl.tar.gz",
"etag": "0x8DF0B3690C2AF22",
"hash": "ee653d9b5a8421d68a3abd8abc9c1a633e6a21adcc13dfa59992c8e4baa56353",
"bin": "tombi-cli-1.5.2-aarch64-unknown-linux-musl/tombi"
},
"aarch64_macos": {
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.5.2/tombi-cli-1.5.2-aarch64-apple-darwin.tar.gz",
"etag": "0x8DF0B3690CBA5AB",
"hash": "ad84d0b2185fbab7a8f3629e826b04958e86f3cfe65a1348753b02b3b1bcd3af",
"bin": "tombi-cli-1.5.2-aarch64-apple-darwin/tombi"
},
"aarch64_windows": {
"url": "https://github.com/tombi-toml/tombi/releases/download/v1.5.2/tombi-cli-1.5.2-aarch64-pc-windows-msvc.zip",
"etag": "0x8DF0B3690C84E17",
"hash": "6908fcc3167483b85f2e321a59afaa2dd1ccda876859ebd242756328597061e2"
}
},
"1.5.1": {
"x86_64_linux_musl": {
+40 -2
View File
@@ -68,10 +68,48 @@
}
},
"latest": {
"version": "0.12.9"
"version": "0.12.10"
},
"0.12": {
"version": "0.12.9"
"version": "0.12.10"
},
"0.12.10": {
"x86_64_linux_musl": {
"etag": "0x8DF0ADA57208A2F",
"hash": "848d0e261119e5b8f35db10164635e46a48bec29ceb1f8ec14a6fc76004973ee"
},
"x86_64_macos": {
"etag": "0x8DF0ADA5609B09A",
"hash": "5296d5aa2b9143360405eea866f8ef4d5dc8986b164eb0dc35e8f876a9304d30"
},
"x86_64_windows": {
"etag": "0x8DF0ADA56930AD2",
"hash": "f65744f94072152b1f86ba2aace4d01f1124d9a8ecb235805039e3718c36cac2"
},
"aarch64_linux_musl": {
"etag": "0x8DF0ADA52FFCA55",
"hash": "3983cb642fae84eab33756109bb266f126eb61763d8d220dd662af589c5b3da5"
},
"aarch64_macos": {
"etag": "0x8DF0ADA5249B65D",
"hash": "51c6170e8e3a01cef9f33b94f582b7b81ac65046f55d40afb35f9cff5a68c179"
},
"aarch64_windows": {
"etag": "0x8DF0ADA526F3C89",
"hash": "ee985c51c0c9c1f82267a5d80f959b34a7ff888c109182bd3b2b35c4661bbcde"
},
"powerpc64le_linux_gnu": {
"etag": "0x8DF0ADA5504F14A",
"hash": "2e6beb653888d2d2721b46d3d8aa328a2339a6cc20d4df98bbf206e728a92174"
},
"riscv64_linux_gnu": {
"etag": "0x8DF0ADA550F6CC7",
"hash": "38071e8f894acb0629a6f72017489e23642c1acee82953e3060635dd251cba8e"
},
"s390x_linux_gnu": {
"etag": "0x8DF0ADA55D39B4D",
"hash": "2192d8fb1d72860e8c0a85ccb074dcd4de0369c9fbd52a9041e16d5ba3f4467f"
}
},
"0.12.9": {
"x86_64_linux_musl": {
+24 -2
View File
@@ -43,10 +43,32 @@
}
},
"latest": {
"version": "0.2.127"
"version": "0.2.128"
},
"0.2": {
"version": "0.2.127"
"version": "0.2.128"
},
"0.2.128": {
"x86_64_linux_musl": {
"etag": "0x8DF0ADA8BFFFA9A",
"hash": "b51f0208fdff83515a787bd8ab9ac5865ed84dabb66d0c709957bb59793c645f"
},
"x86_64_macos": {
"etag": "0x8DF0ADA8BF18BE1",
"hash": "59d9af11d0a61b8019898d555de31153c3a50e7f1797e9849fb38589d16add43"
},
"x86_64_windows": {
"etag": "0x8DF0ADA8BE14A7A",
"hash": "8fd8e2165da16b21ee3f5efd19e7f97d8d27cb7832f54edaef4b18e830283ec0"
},
"aarch64_linux_gnu": {
"etag": "0x8DF0ADA8BFD656E",
"hash": "2f61267bbef279c2d6357b199649468b073223febde4ae108d30ac3d6b5540af"
},
"aarch64_macos": {
"etag": "0x8DF0ADA8BF6DD12",
"hash": "67ba17f260977725c0b541b516dbb5153538140f079a900329fb6077661b47ab"
}
},
"0.2.127": {
"x86_64_linux_musl": {