Update manifest schema

This commit is contained in:
Taiki Endo
2025-09-10 22:21:32 +09:00
parent d287b8e661
commit 3b440f35f7
4 changed files with 267 additions and 1 deletions

View File

@@ -28,7 +28,36 @@
},
"license_markdown": "[MIT](https://github.com/uutils/coreutils/blob/main/LICENSE)",
"latest": {
"version": "0.1.0"
"version": "0.2.2"
},
"0.2": {
"version": "0.2.2"
},
"0.2.2": {
"x86_64_linux_musl": {
"etag": "0x8DDEFDAE198B69D",
"checksum": "71551a36b13ae5c7078b7e97d4c264a77446246c638379531efdeec813473921"
},
"x86_64_macos": {
"etag": "0x8DDEFDCDBF40B8F",
"checksum": "d60533c66d5f9d8b4c5aaec3837a25ef8b82227c1ace780c2d97f94da1c8b229"
},
"x86_64_windows": {
"etag": "0x8DDEFDB12CFA83D",
"checksum": "45922f4f43a7b4cc1191d52548201b244343cfb3c27e7761f34ce654e4cfb1b1"
},
"aarch64_linux_musl": {
"etag": "0x8DDEFDA5E470728",
"checksum": "fa60e7777d99e00cafe86a38e859b3d21a295b06c48ac6470f87b51964a3ead3"
},
"aarch64_macos": {
"etag": "0x8DDEFDB559449D8",
"checksum": "7a48b23626bce2e114a2be674fae8af857438d96633bf6f6e9b80b0d4c18d69b"
},
"aarch64_windows": {
"etag": "0x8DDEFDA6C9C82B9",
"checksum": "c248ac5c0f0dca0971dfda1042c3db6b9e0d498d0666192922c51f358ccbff4a"
}
},
"0.2.0": {
"x86_64_linux_musl": {

65
mise.json Normal file
View File

@@ -0,0 +1,65 @@
{
"rust_crate": "mise",
"template": {
"x86_64_linux_musl": {
"url": "https://github.com/jdx/mise/releases/download/v${version}/mise-v${version}-linux-x64-musl.tar.gz",
"bin": "mise/bin/mise"
},
"x86_64_macos": {
"url": "https://github.com/jdx/mise/releases/download/v${version}/mise-v${version}-macos-x64.tar.gz",
"bin": "mise/bin/mise"
},
"x86_64_windows": {
"url": "https://github.com/jdx/mise/releases/download/v${version}/mise-v${version}-windows-x64.zip",
"bin": "mise/bin/mise.exe"
},
"aarch64_linux_musl": {
"url": "https://github.com/jdx/mise/releases/download/v${version}/mise-v${version}-linux-arm64-musl.tar.gz",
"bin": "mise/bin/mise"
},
"aarch64_macos": {
"url": "https://github.com/jdx/mise/releases/download/v${version}/mise-v${version}-macos-arm64.tar.gz",
"bin": "mise/bin/mise"
},
"aarch64_windows": {
"url": "https://github.com/jdx/mise/releases/download/v${version}/mise-v${version}-windows-arm64.zip",
"bin": "mise/bin/mise.exe"
}
},
"license_markdown": "[MIT](https://github.com/jdx/mise/blob/main/LICENSE)",
"latest": {
"version": "2025.9.7"
},
"2025": {
"version": "2025.9.7"
},
"2025.9": {
"version": "2025.9.7"
},
"2025.9.7": {
"x86_64_linux_musl": {
"etag": "0x8DDEFDF602B48F6",
"checksum": "9852b691c0df34952f1d91c8d18f5280b32061443539847a09f476f5bfc06cd8"
},
"x86_64_macos": {
"etag": "0x8DDEFDF6297BAA5",
"checksum": "1dc807169555216111d2e442cb4e16110a3b7b49254d6aec19228390dd28df3e"
},
"x86_64_windows": {
"etag": "0x8DDEFDF6340358F",
"checksum": "2aac56960cabb1efffdf713714961ab87ba1b240877e8638aef6e10a8f466b93"
},
"aarch64_linux_musl": {
"etag": "0x8DDEFDF5CF31D77",
"checksum": "c3466591b103ea105640f129fc053ab96478e43154e4b67fd98c3892f021e299"
},
"aarch64_macos": {
"etag": "0x8DDEFDF61CD85CD",
"checksum": "206c397c602bc1d1856a2c4acdd50b643de83e9b8152a4b4444877136e95a472"
},
"aarch64_windows": {
"etag": "0x8DDEFDF62BF884E",
"checksum": "eb87a69447acd5e3878a38e05312921b4f44abf57687ce827f0571fe5447b2ab"
}
}
}

86
ubi.json Normal file
View File

@@ -0,0 +1,86 @@
{
"rust_crate": "ubi",
"template": {
"x86_64_linux_musl": {
"url": "https://github.com/houseabsolute/ubi/releases/download/v${version}/ubi-Linux-musl-x86_64.tar.gz",
"bin": "ubi"
},
"x86_64_macos": {
"url": "https://github.com/houseabsolute/ubi/releases/download/v${version}/ubi-macOS-x86_64.tar.gz",
"bin": "ubi"
},
"x86_64_windows": {
"url": "https://github.com/houseabsolute/ubi/releases/download/v${version}/ubi-Windows-msvc-x86_64.zip",
"bin": "ubi.exe"
},
"aarch64_linux_musl": {
"url": "https://github.com/houseabsolute/ubi/releases/download/v${version}/ubi-Linux-musl-arm64.tar.gz",
"bin": "ubi"
},
"aarch64_macos": {
"url": "https://github.com/houseabsolute/ubi/releases/download/v${version}/ubi-macOS-arm64.tar.gz",
"bin": "ubi"
},
"aarch64_windows": {
"url": "https://github.com/houseabsolute/ubi/releases/download/v${version}/ubi-Windows-msvc-arm64.zip",
"bin": "ubi.exe"
},
"powerpc64le_linux_gnu": {
"url": "https://github.com/houseabsolute/ubi/releases/download/v${version}/ubi-Linux-gnu-powerpc64le.tar.gz",
"bin": "ubi"
},
"riscv64_linux_gnu": {
"url": "https://github.com/houseabsolute/ubi/releases/download/v${version}/ubi-Linux-gnu-riscv64gc.tar.gz",
"bin": "ubi"
},
"s390x_linux_gnu": {
"url": "https://github.com/houseabsolute/ubi/releases/download/v${version}/ubi-Linux-gnu-s390x.tar.gz",
"bin": "ubi"
}
},
"license_markdown": "[MIT](https://github.com/houseabsolute/ubi/blob/master/LICENSE-MIT) OR [Apache-2.0](https://github.com/houseabsolute/ubi/blob/master/LICENSE-APACHE)",
"latest": {
"version": "0.7.4"
},
"0.7": {
"version": "0.7.4"
},
"0.7.4": {
"x86_64_linux_musl": {
"etag": "0x8DDE33E8277D23B",
"checksum": "913cba6ef010db5cca73863118bf215ae9e78f02b5e38a8fc3195385cea68c1b"
},
"x86_64_macos": {
"etag": "0x8DDE33EB1FD3132",
"checksum": "83d378f0181d4e5b601386d0f658b43da345d4c29308d5e8d2c43f18368c06d1"
},
"x86_64_windows": {
"etag": "0x8DDE33EE0521D86",
"checksum": "450836aebc9ec3f16b03c6883b0c195a24abf419596fec3067fa495306640f7c"
},
"aarch64_linux_musl": {
"etag": "0x8DDE33EDD2FADE5",
"checksum": "f91b62bc9dbe358ae29b7485e0d74f31b3cc87b651b6b3658dc60f1534775f8b"
},
"aarch64_macos": {
"etag": "0x8DDE33E88A30502",
"checksum": "fbed4e8cff1ed4eae94a39ae4e6ad2ca862e876415cdea3cee036bc9d674d066"
},
"aarch64_windows": {
"etag": "0x8DDE33E916C552C",
"checksum": "2df26cd0021aa699309534462dcb62dd2c666edf952b0f63be70495a4aee24ac"
},
"powerpc64le_linux_gnu": {
"etag": "0x8DDE33E6E5D6969",
"checksum": "a010a386fd61c21704c0c9d07d0ca589b2b28cf85a7c563b908cc42f63b316d9"
},
"riscv64_linux_gnu": {
"etag": "0x8DDE33E77AB32DB",
"checksum": "45c50498b0f3a5946befe0c1bd6fcd50d8dcef4279c688e8a9fd87a55c730d07"
},
"s390x_linux_gnu": {
"etag": "0x8DDE33EC518872E",
"checksum": "32fb0b89493298058ea93ea43887a9d8fb57153aa453ac14b513873e46e9d1cc"
}
}
}

86
uv.json Normal file
View File

@@ -0,0 +1,86 @@
{
"rust_crate": null,
"template": {
"x86_64_linux_musl": {
"url": "https://github.com/astral-sh/uv/releases/download/${version}/uv-x86_64-unknown-linux-musl.tar.gz",
"bin": "uv-x86_64-unknown-linux-musl/uv"
},
"x86_64_macos": {
"url": "https://github.com/astral-sh/uv/releases/download/${version}/uv-x86_64-apple-darwin.tar.gz",
"bin": "uv-x86_64-apple-darwin/uv"
},
"x86_64_windows": {
"url": "https://github.com/astral-sh/uv/releases/download/${version}/uv-x86_64-pc-windows-msvc.zip",
"bin": "uv.exe"
},
"aarch64_linux_musl": {
"url": "https://github.com/astral-sh/uv/releases/download/${version}/uv-aarch64-unknown-linux-musl.tar.gz",
"bin": "uv-aarch64-unknown-linux-musl/uv"
},
"aarch64_macos": {
"url": "https://github.com/astral-sh/uv/releases/download/${version}/uv-aarch64-apple-darwin.tar.gz",
"bin": "uv-aarch64-apple-darwin/uv"
},
"aarch64_windows": {
"url": "https://github.com/astral-sh/uv/releases/download/${version}/uv-aarch64-pc-windows-msvc.zip",
"bin": "uv.exe"
},
"powerpc64le_linux_gnu": {
"url": "https://github.com/astral-sh/uv/releases/download/${version}/uv-powerpc64le-unknown-linux-gnu.tar.gz",
"bin": "uv-powerpc64le-unknown-linux-gnu/uv"
},
"riscv64_linux_gnu": {
"url": "https://github.com/astral-sh/uv/releases/download/${version}/uv-riscv64gc-unknown-linux-gnu.tar.gz",
"bin": "uv-riscv64gc-unknown-linux-gnu/uv"
},
"s390x_linux_gnu": {
"url": "https://github.com/astral-sh/uv/releases/download/${version}/uv-s390x-unknown-linux-gnu.tar.gz",
"bin": "uv-s390x-unknown-linux-gnu/uv"
}
},
"license_markdown": "[Apache-2.0](https://github.com/astral-sh/uv/blob/main/LICENSE-APACHE) OR [MIT](https://github.com/astral-sh/uv/blob/main/LICENSE-MIT)",
"latest": {
"version": "0.8.16"
},
"0.8": {
"version": "0.8.16"
},
"0.8.16": {
"x86_64_linux_musl": {
"etag": "0x8DDF01386647510",
"checksum": "ee220f112b91b23f641d169ba7a3652c6ab7104e7c666d26104ebd6a2f76be43"
},
"x86_64_macos": {
"etag": "0x8DDF013833787EB",
"checksum": "07491a998fd741090501df9bbfe538f85568901a3a66c9e0368636509158727a"
},
"x86_64_windows": {
"etag": "0x8DDF0138569C9D5",
"checksum": "97fb93678eca3b4f731ea3879ae2e78787976e03f38c9c6fb744ab28bc3aec1b"
},
"aarch64_linux_musl": {
"etag": "0x8DDF0136684A8D0",
"checksum": "6bd6a11c384f07353c3c7eec9bde094f89b92a12dc09caea9df40c424afebea5"
},
"aarch64_macos": {
"etag": "0x8DDF0137096BFC6",
"checksum": "87e4b51b735e8445f6c445c7b4c0398273e40d34cd192bad8158736653600cd6"
},
"aarch64_windows": {
"etag": "0x8DDF013631054A2",
"checksum": "392acca957d8d7cccafbb68ce6c4ba29b2ff00c8b0d4744a2136918d3a7bf765"
},
"powerpc64le_linux_gnu": {
"etag": "0x8DDF0137CA026B2",
"checksum": "91645092447a14c23b47d0f434a787a9555b29e061607d9e60d2d556b831f5aa"
},
"riscv64_linux_gnu": {
"etag": "0x8DDF0137D66B606",
"checksum": "dbaeff3f0baad73c264c35abd937a231fb6b9d1201b6763d82e39e7516358115"
},
"s390x_linux_gnu": {
"etag": "0x8DDF0137F8A6251",
"checksum": "e29c330a8956c13acb0f2af7aa650dd5d9ebba6aefdceaea77f689953d140780"
}
}
}