Skip to content

Commit

Permalink
avfs-mac: update 1.1.5 bottle.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Ho committed Apr 13, 2023
1 parent 79fc5df commit bac9075
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions Formula/avfs-mac.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
class AvfsMac < Formula
desc "Virtual file system that facilitates looking inside archives"
homepage "https://avf.sourceforge.io/"
url "https://downloads.sourceforge.net/project/avf/avfs/1.1.4/avfs-1.1.4.tar.bz2"
sha256 "3a7981af8557f864ae10d4b204c29969588fdb526e117456e8efd54bf8faa12b"
url "https://downloads.sourceforge.net/project/avf/avfs/1.1.5/avfs-1.1.5.tar.bz2"
sha256 "ad9f3b64104d6009a058c70f67088f799309bf8519b14b154afad226a45272cf"
license all_of: [
"GPL-2.0-only",
"LGPL-2.0-only", # for shared library
Expand All @@ -18,12 +18,8 @@ class AvfsMac < Formula
end

bottle do
root_url "https://github.com/gromgit/homebrew-fuse/releases/download/avfs-mac-1.1.4"
sha256 arm64_monterey: "77b8561c90e28063cfe2bfb9731f21a16a6d85104d6406c050c38e4fd2aa0be3"
sha256 monterey: "73ab1cbd3df13518d52387613e24f0550e5a39c4d49f7ab58b20e4006ca5058f"
sha256 big_sur: "536a8ff3129d4ca73bafa08d059ecaa057dec2a24b0c4509762e8f62ad1117ca"
sha256 catalina: "edfe514eaacc649484b26a67f37a2c8aa38d4bf7cff97ff06477417df4396701"
sha256 mojave: "eb4171d8c40b058d72fb0cbf480c21c0a89b201498fcc37d2dfd4c050219aacd"
root_url "https://github.com/gromgit/homebrew-fuse/releases/download/avfs-mac-1.1.5"
sha256 big_sur: "5500a012293e374d1ed9476fe45c740c3739c15b416d503cde99fad1f9b3079d"
end

depends_on "pkg-config" => :build
Expand Down

0 comments on commit bac9075

Please sign in to comment.