From d070b53c79282cac2c18a6bcb0c65c4a749224db Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Mon, 17 Mar 2025 18:35:32 +0100 Subject: [PATCH] dwarfs-fuse-mac 0.11.2 Also update the livecheck strategy to `:github_latest` to keep this in sync with the homebrew-core formula. Closes #108. Signed-off-by: Adrian Ho <215702+gromgit@users.noreply.github.com> --- Formula/dwarfs-fuse-mac.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/dwarfs-fuse-mac.rb b/Formula/dwarfs-fuse-mac.rb index d54b894..49d9dc6 100644 --- a/Formula/dwarfs-fuse-mac.rb +++ b/Formula/dwarfs-fuse-mac.rb @@ -3,13 +3,13 @@ require_relative "../require/macfuse" class DwarfsFuseMac < Formula desc "Fast high compression read-only file system (macFUSE driver)" homepage "https://github.com/mhx/dwarfs" - url "https://github.com/mhx/dwarfs/releases/download/v0.10.2/dwarfs-0.10.2.tar.xz" - sha256 "36767290a39f92782e41daaa3eb45e39550ad1a4294a6d8365bc0f456f75f00c" + url "https://github.com/mhx/dwarfs/releases/download/v0.11.2/dwarfs-0.11.2.tar.xz" + sha256 "1b38faf399a6d01cd0e5f919b176e1cab76e4a8507088d060a91b92c174d912b" license "GPL-3.0-or-later" livecheck do url :stable - regex(/^(?:release[._-])?v?(\d+(?:\.\d+)+)$/i) + strategy :github_latest end bottle do