mirror of
https://github.com/gromgit/homebrew-fuse.git
synced 2025-12-08 17:13:58 +00:00
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>
This commit is contained in:
parent
e2089a7bdd
commit
d070b53c79
1 changed files with 3 additions and 3 deletions
|
|
@ -3,13 +3,13 @@ require_relative "../require/macfuse"
|
||||||
class DwarfsFuseMac < Formula
|
class DwarfsFuseMac < Formula
|
||||||
desc "Fast high compression read-only file system (macFUSE driver)"
|
desc "Fast high compression read-only file system (macFUSE driver)"
|
||||||
homepage "https://github.com/mhx/dwarfs"
|
homepage "https://github.com/mhx/dwarfs"
|
||||||
url "https://github.com/mhx/dwarfs/releases/download/v0.10.2/dwarfs-0.10.2.tar.xz"
|
url "https://github.com/mhx/dwarfs/releases/download/v0.11.2/dwarfs-0.11.2.tar.xz"
|
||||||
sha256 "36767290a39f92782e41daaa3eb45e39550ad1a4294a6d8365bc0f456f75f00c"
|
sha256 "1b38faf399a6d01cd0e5f919b176e1cab76e4a8507088d060a91b92c174d912b"
|
||||||
license "GPL-3.0-or-later"
|
license "GPL-3.0-or-later"
|
||||||
|
|
||||||
livecheck do
|
livecheck do
|
||||||
url :stable
|
url :stable
|
||||||
regex(/^(?:release[._-])?v?(\d+(?:\.\d+)+)$/i)
|
strategy :github_latest
|
||||||
end
|
end
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue