Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

trurl 0.16 #191197

Merged
merged 2 commits into from
Sep 19, 2024
Merged

trurl 0.16 #191197

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 8 additions & 10 deletions Formula/t/trurl.rb
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
class Trurl < Formula
desc "Command-line tool for URL parsing and manipulation"
homepage "https://curl.se/trurl/"
url "https://github.com/curl/trurl/releases/download/trurl-0.15.1/trurl-0.15.1.tar.gz"
sha256 "680342d123b71a08e77275f6dd4ac40847cbd3289c6ec967d4c976ea28626f04"
url "https://github.com/curl/trurl/releases/download/trurl-0.16/trurl-0.16.tar.gz"
sha256 "2c26e3016f591f06234838bbe1dd4b165dce2c871c82ca6a32222d19696588d6"
license "curl"
head "https://github.com/curl/trurl.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "211e61bf316d115660df215948fdb77ec0d33ab7b677e300fb397e1c4e3f632c"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a4f5ce0bc52bc43d3f614a63d27c6ff3575dd24acf049d4acacd9e294e277cfc"
sha256 cellar: :any_skip_relocation, arm64_ventura: "085055517e0d7b833586b36d5d8f597930ab2d0ed8126b74514ffa5b23bf874f"
sha256 cellar: :any, arm64_monterey: "e74019c9ec190740a2942f7eec30cead616f7e8e2b7a1afff39bc1e15d197876"
sha256 cellar: :any_skip_relocation, sonoma: "71a5b6568deace0bca74de4712693673c384adb1fe3f5e0d3a772df7327226ee"
sha256 cellar: :any_skip_relocation, ventura: "4cdf4706a1adbbd720d14a2508f31844e0000267c7e1a26c85e247b4b4d3c240"
sha256 cellar: :any, monterey: "a3e5a15b89b94d211892a53eef5e94ca78f2b8bb8fe366df3b9bb3bb4b8725ee"
sha256 cellar: :any_skip_relocation, x86_64_linux: "05e8554af4ae6e60bbc2136a26b37ba97c6d0517ef2e3a14c927cd4f2e4f8ac1"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "df26d62384190d1a00053a96ba375a141c425bb2a0f0cada3fc31f85c4168486"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b58119bdf75c5a16c8fdecc4dfac11b5e0a2c52f98572c4504f3ace89ba0eebe"
sha256 cellar: :any_skip_relocation, arm64_ventura: "03f8e7f616a696ad50626c1ac19fca6c621a938949ddc015f9e5f30a7c3a940e"
sha256 cellar: :any_skip_relocation, sonoma: "f3ea260353a4fedd1c00eed276c199209113fdd4cb45e7765ae86c91072ebd8c"
sha256 cellar: :any_skip_relocation, ventura: "95e22717c9655e8c099e7c71bea14e012ee92374e4cdea6f91790801abe39e3d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "3dee373d99cf5010d37ca908c283018c8ea0265a809c368ccaf8bcd7aae12302"
end

uses_from_macos "curl", since: :ventura # uses CURLUE_NO_ZONEID, available since curl 7.81.0
Expand Down
Loading