File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22name = " cargox-cli"
33version = " 0.1.0"
44edition = " 2024"
5- repository = " https://github.com/mxcl /cargox"
5+ repository = " https://github.com/pkgxdev /cargox"
66description = " Run Cargo binaries on demand, installing them via cargo-binstall when missing."
77license = " Apache-2.0"
88
@@ -11,15 +11,15 @@ name = "cargox"
1111path = " src/main.rs"
1212
1313[package .metadata .binstall ]
14- pkg-url = " { repo }/releases/download/v{ version }/{ name } -{ version }-{ target }.tar.gz"
14+ pkg-url = " { repo }/releases/download/v{ version }/cargox -{ version }-{ target }.tar.gz"
1515pkg-fmt = " tgz"
1616bin-dir = " { bin }{ binary-ext }"
1717
1818[package .metadata .dist ]
1919release_name = " cargox"
2020
2121[package .metadata .binstall .overrides .x86_64-pc-windows-msvc ]
22- pkg-url = " { repo }/releases/download/v{ version }/{ name } -{ version }-{ target }.zip"
22+ pkg-url = " { repo }/releases/download/v{ version }/cargox -{ version }-{ target }.zip"
2323pkg-fmt = " zip"
2424
2525[dependencies ]
You can’t perform that action at this time.
0 commit comments