Skip to content

Commit

Permalink
unxip 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
timsutton authored and carlocab committed Oct 28, 2024
1 parent b036c0c commit 7dc311b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2901,6 +2901,7 @@ unicorn
unison
unisonlang
universal-ctags
unxip
urdfdom
urdfdom_headers
uriparser
Expand Down
6 changes: 3 additions & 3 deletions Formula/u/unxip.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
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"

Expand All @@ -18,7 +18,7 @@ class Unxip < Formula

depends_on macos: :monterey

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

# Uses Compression framework on macOS
on_linux do
Expand Down

0 comments on commit 7dc311b

Please sign in to comment.