Skip to content

Commit

Permalink
Update bottle
Browse files Browse the repository at this point in the history
  • Loading branch information
FiloSottile committed Dec 10, 2023
1 parent cda0bd5 commit c82897f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion musl-cross.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class MuslCross < Formula

bottle do
root_url "https://f001.backblazeb2.com/file/filippo-public"
sha256 cellar: :any_skip_relocation, catalina: "d668fe23ce3a8812204656ddad44ffda599f1515b937879d2ed33f46ec877185"
sha256 cellar: :any_skip_relocation, ventura: "aed152f8444f745051a793140766144607c4d39d0627c8481ef78ea0602cb967"
end

option "with-arm-hf", "Build cross-compilers targeting arm-linux-musleabihf"
Expand Down

2 comments on commit c82897f

@vszakats
Copy link

@vszakats vszakats commented on c82897f Dec 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this update!

The bottled binaries seem to run just fine on Monterey (Intel).

Here's a freshly built curl with it:

./curl -V
curl 8.5.1-DEV (aarch64-linux-musl) libcurl/8.5.1-DEV
Release-Date: [unreleased]
Protocols: http
Features: AsynchDNS HSTS IPv6 Largefile threadsafe

@FiloSottile
Copy link
Owner Author

@FiloSottile FiloSottile commented on c82897f Dec 10, 2023 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.