Skip to content

Commit

Permalink
Revert upgrade of cargo-binstall
Browse files Browse the repository at this point in the history
  • Loading branch information
ianks committed Aug 2, 2024
1 parent c217157 commit 0ed03e2
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions cargo-binstall/cargo-binstall
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,13 @@ require "rbconfig"
require "net/http"
require "digest/sha2"
require "fileutils"

CARGO_BINSTALL_VERSION = "1.8.0"
CARGO_BINSTALL_VERSION = "1.4.3"

CHECKSUMS = {
"x86_64-apple-darwin" => "60c23f0698896a0f431fa29e3b2cd0f87ecf1191e66ab5fa191fff38b409c1d1",
"x86_64-unknown-linux-musl" => "8c771946367345f875634f72f10687f9fd737ac5e83cbbc2a132c1db0b3c508b",
"x86_64-pc-windows-msvc" => "adcabaeef7427f5bcbec91aeee0fbdcf1ca0b07b778740b6e6dd82f732eb880e",
"aarch64-apple-darwin" => "9417a505da3c4174cef954477d74f164baa702842d7cc4be64d6048d48def39a",
"aarch64-unknown-linux-musl" => "5f3c3d9cfe17fc225d2733b4ec82d002161c509cf7eb2415d2b01770bc68d0c3"
}

"x86_64-apple-darwin" => "71506ac1b15ed20a5f0b326d27883bed9d05d085c3b76a7828c9383636225dfe",
"x86_64-unknown-linux-musl" => "d9f9876d9cc053827edb760775b9bacd091df70117c4d7f74b24f8f8749aa2b2",
"x86_64-pc-windows-msvc" => "96f8325693ed00ccb96c7ae0d1da83e9c1c644d33d87175d4d4594f71246f283",
"aarch64-apple-darwin" => "1cbc0ab3c12c3699379fb7f4640d194f71d4db2534d27b5c6849781920279721"
def infer_vendor
case RbConfig::CONFIG["host_os"]
when /linux/i
Expand Down

0 comments on commit 0ed03e2

Please sign in to comment.