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

unxip 3.1 #192444

Merged
merged 2 commits into from
Nov 1, 2024
Merged

unxip 3.1 #192444

Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2921,6 +2921,7 @@ unicorn
unison
unisonlang
universal-ctags
unxip
urdfdom
urdfdom_headers
uriparser
Expand Down
21 changes: 11 additions & 10 deletions Formula/u/unxip.rb
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
class Unxip < Formula
desc "Fast Xcode unarchiver"
homepage "https://github.com/saagarjha/unxip"
url "https://github.com/saagarjha/unxip/archive/refs/tags/v3.0.tar.gz"
sha256 "3e2b841eb06462110a83f90584d7e0c4bcac90de23ccd45d2eba6a29066a7e2d"
url "https://github.com/saagarjha/unxip/archive/refs/tags/v3.1.tar.gz"
sha256 "d76cabf3c0c057d87fd910ab0de5d9a1108b037f7e7406802f40885d80d49295"
license "LGPL-3.0-only"
head "https://github.com/saagarjha/unxip.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e258056cbfae75aceca91e4cceb40bc97f5c82102b09263a8e6825dc2d8bc359"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5df678380dc576645ab13265af663404c88cef771a7edf7ca0c72e7d7d2bf22d"
sha256 cellar: :any_skip_relocation, arm64_ventura: "7946cf4496d6f0718efe70b88c95932679c00a0f4398f0d6979cbad5c4cecd91"
sha256 cellar: :any_skip_relocation, arm64_monterey: "79f5dbbcea07409b9ce470c9bff60c82d4399db176b77bc450f2900022346377"
sha256 cellar: :any_skip_relocation, sonoma: "0662fe63df14c1571631b8f4e57381045e93d7f4269dc7e0b1c6d95bcaabc4d4"
sha256 cellar: :any_skip_relocation, ventura: "0fdd0cc7f70a1ebc9181687ebbdff2401a7f7a8e3e11aa50e7d0c8f58748097d"
sha256 cellar: :any_skip_relocation, monterey: "039ceba020c663073c09912b6c25230a4735cff3bf775074e5d3e4bba5591c1d"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "abf884e88603357d56ed83f95f8d1bc6f366e3542578d823beb6414c97240d58"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6b25d509ece5113ddc99bb39e0ce031b578be3a6d146ecce3105e208da6f214c"
sha256 cellar: :any_skip_relocation, sonoma: "e7f685faaad5e16412bce583d9420617136a7b3b04d2b399b6c25492afcddd54"
sha256 x86_64_linux: "e8ce3607ab1d6aeb51833fc2862c38e28068d172d00b865a89cd2d305ebf69a3"
end

depends_on macos: :monterey

uses_from_macos "swift"
uses_from_macos "swift", since: :sonoma

on_sonoma :or_older do
depends_on xcode: ["16.0", :build]
end

# Uses Compression framework on macOS
on_linux do
Expand Down
Loading