|
| 1 | +{ |
| 2 | + "projects": { |
| 3 | + "mukti": { |
| 4 | + "latest": "0.5", |
| 5 | + "ranges": { |
| 6 | + "0.6": { |
| 7 | + "latest": "0.6.0-alpha.1", |
| 8 | + "is_prerelease": true, |
| 9 | + "versions": { |
| 10 | + "0.6.0-alpha.1": { |
| 11 | + "release_url": "https://my-release-url/version-0.6.0-alpha.1", |
| 12 | + "status": "active", |
| 13 | + "locations": [ |
| 14 | + { |
| 15 | + "target": "x86_64-unknown-linux-gnu", |
| 16 | + "format": "tar.gz", |
| 17 | + "url": "https://github.com/nextest-rs/mukti/releases/mukti-bin-0.6.0-alpha.1/mukti-bin-0.5.3-x86_64-unknown-linux-gnu.tar.gz" |
| 18 | + }, |
| 19 | + { |
| 20 | + "target": "x86_64-pc-windows-msvc", |
| 21 | + "format": "tar.gz", |
| 22 | + "url": "https://github.com/nextest-rs/mukti/releases/mukti-bin-0.6.0-alpha.1/" |
| 23 | + }, |
| 24 | + { |
| 25 | + "target": "x86_64-pc-windows-msvc", |
| 26 | + "format": "zip", |
| 27 | + "url": "https://github.com/nextest-rs/mukti/releases/mukti-bin-0.6.0-alpha.1/mukti-bin-0.5.3-x86_64-pc-windows-msvc.zip" |
| 28 | + } |
| 29 | + ] |
| 30 | + } |
| 31 | + } |
| 32 | + }, |
| 33 | + "0.5": { |
| 34 | + "latest": "0.5.3", |
| 35 | + "is_prerelease": false, |
| 36 | + "versions": { |
| 37 | + "0.5.3": { |
| 38 | + "release_url": "https://my-release-url/version-0.5.3", |
| 39 | + "status": "active", |
| 40 | + "locations": [ |
| 41 | + { |
| 42 | + "target": "x86_64-unknown-linux-gnu", |
| 43 | + "format": "tar.gz", |
| 44 | + "url": "https://github.com/nextest-rs/mukti/releases/download/mukti-bin-0.5.3/mukti-bin-0.5.3-x86_64-unknown-linux-gnu.tar.gz" |
| 45 | + }, |
| 46 | + { |
| 47 | + "target": "x86_64-pc-windows-msvc", |
| 48 | + "format": "tar.gz", |
| 49 | + "url": "https://github.com/nextest-rs/mukti/releases/download/mukti-bin-0.5.3/" |
| 50 | + }, |
| 51 | + { |
| 52 | + "target": "x86_64-pc-windows-msvc", |
| 53 | + "format": "zip", |
| 54 | + "url": "https://github.com/nextest-rs/mukti/releases/download/mukti-bin-0.5.3/mukti-bin-0.5.3-x86_64-pc-windows-msvc.zip" |
| 55 | + } |
| 56 | + ] |
| 57 | + }, |
| 58 | + "0.5.2": { |
| 59 | + "release_url": "https://my-release-url/version-0.5.2", |
| 60 | + "status": "yanked", |
| 61 | + "locations": [ |
| 62 | + { |
| 63 | + "target": "x86_64-unknown-linux-gnu", |
| 64 | + "format": "tar.gz", |
| 65 | + "url": "https://github.com/nextest-rs/mukti/releases/download/mukti-bin-0.5.2/mukti-bin-0.5.2-x86_64-unknown-linux-gnu.tar.gz" |
| 66 | + }, |
| 67 | + { |
| 68 | + "target": "x86_64-pc-windows-msvc", |
| 69 | + "format": "tar.gz", |
| 70 | + "url": "https://github.com/nextest-rs/mukti/releases/download/mukti-bin-0.5.2/" |
| 71 | + }, |
| 72 | + { |
| 73 | + "target": "x86_64-pc-windows-msvc", |
| 74 | + "format": "zip", |
| 75 | + "url": "https://github.com/nextest-rs/mukti/releases/download/mukti-bin-0.5.2/mukti-bin-0.5.2-x86_64-pc-windows-msvc.zip" |
| 76 | + } |
| 77 | + ] |
| 78 | + }, |
| 79 | + "0.5.1": { |
| 80 | + "release_url": "https://github.com/nextest-rs/mukti/releases/mukti-bin-0.5.1", |
| 81 | + "status": "active", |
| 82 | + "locations": [ |
| 83 | + { |
| 84 | + "target": "x86_64-unknown-linux-gnu", |
| 85 | + "format": "tar.gz", |
| 86 | + "url": "https://github.com/nextest-rs/mukti/releases/download/mukti-bin-0.5.1/mukti-bin-0.5.1-x86_64-unknown-linux-gnu.tar.gz" |
| 87 | + }, |
| 88 | + { |
| 89 | + "target": "x86_64-pc-windows-msvc", |
| 90 | + "format": "tar.gz", |
| 91 | + "url": "https://github.com/nextest-rs/mukti/releases/download/mukti-bin-0.5.1/" |
| 92 | + }, |
| 93 | + { |
| 94 | + "target": "x86_64-pc-windows-msvc", |
| 95 | + "format": "zip", |
| 96 | + "url": "https://github.com/nextest-rs/mukti/releases/download/mukti-bin-0.5.1/mukti-bin-0.5.1-x86_64-pc-windows-msvc.zip" |
| 97 | + } |
| 98 | + ] |
| 99 | + } |
| 100 | + } |
| 101 | + } |
| 102 | + } |
| 103 | + } |
| 104 | + } |
| 105 | +} |
0 commit comments