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

dwarfs 0.10.2 #199771

Merged
merged 2 commits into from
Dec 2, 2024
Merged
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 @@ -782,6 +782,7 @@ duplicity
duply
dust
dvc
dwarfs
dwarfutils
dwm
dxpy
Expand Down
20 changes: 8 additions & 12 deletions Formula/d/dwarfs.rb
Original file line number Diff line number Diff line change
@@ -1,26 +1,22 @@
class Dwarfs < Formula
desc "Fast high compression read-only file system for Linux, Windows, and macOS"
homepage "https://github.com/mhx/dwarfs"
url "https://github.com/mhx/dwarfs/releases/download/v0.10.1/dwarfs-0.10.1.tar.xz"
sha256 "db785e0e0f257fa4363d90153db34127add4552791a72998b30ded787840d039"
url "https://github.com/mhx/dwarfs/releases/download/v0.10.2/dwarfs-0.10.2.tar.xz"
sha256 "36767290a39f92782e41daaa3eb45e39550ad1a4294a6d8365bc0f456f75f00c"
license "GPL-3.0-or-later"
revision 1

livecheck do
url :stable
regex(/^(?:release[._-])?v?(\d+(?:\.\d+)+)$/i)
end

bottle do
rebuild 1
sha256 cellar: :any, arm64_sequoia: "9dd27e093e3be256a48966cefa1508c915be989b2f3c2492737f3ba64f9987ae"
sha256 cellar: :any, arm64_sonoma: "d53d68f0327d5a9c71b8484b5682766a02e8cdf97eba5fe7437843fb2d194d95"
sha256 cellar: :any, arm64_ventura: "95d1670b7371b496c8260f46c8eaa98a54cee7a518b304bc426a87a67b0b5cbe"
sha256 cellar: :any, arm64_monterey: "b5fad708142683db1d5a39513b677bbf2e6cea8b90f02ba6cff392a80a7f1fc4"
sha256 cellar: :any, sonoma: "4fe409da2fd580c13be321889468e499dcbac6cf865e74c8a697b38fe55f4249"
sha256 cellar: :any, ventura: "69879b81f3cc8c873f32c9b28790c5b2c0cc25743ceed3ff03ad43cebec4b1b0"
sha256 cellar: :any, monterey: "aa6f98be3314f0f6ff565824ac9c9f3663fdc29c5f49d6996b7726c90021abe6"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d2f29359a64bc4f8746f712b6cd862427622dbb024f272379772835370886cbb"
sha256 cellar: :any, arm64_sequoia: "c9da1692ffab162576ddfd8d99291869be8658c53779a1603ae730ddb3ce1568"
sha256 cellar: :any, arm64_sonoma: "ce2fd4fa9749ad58aa1b8902dd673088b4f7172d0cc804515fa7e2fc30034d9b"
sha256 cellar: :any, arm64_ventura: "40a82a04d7942c79f4a3ecff411e8a5770818be3dc5cbef931fd9e26db69c8a5"
sha256 cellar: :any, sonoma: "de5eda763e440e9ed01b3d7ea4b743cc33710784aabd36c5f2e58b05b7476ee6"
sha256 cellar: :any, ventura: "c1038b62ff2ff229e38ed7be3847309758438a5b36666f0751e17026b1406a1c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "e9c18a7327293d2db9cdd92c0d5fe0dd0dd4344053df52559530334c9863c87d"
end

depends_on "cmake" => :build
Expand Down
Loading