Files
homebrew-cask/Casks/f/fman.rb
T
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

16 lines
317 B
Ruby

cask "fman" do
version "1.7.3"
sha256 "27e9aa2ffae66f448a45c025a1fb1b9e06903aab5d2f117b951612deeee09531"
url "https://fman.io/updates/mac/#{version}.zip"
name "fman"
homepage "https://fman.io/"
livecheck do
url "https://fman.io/updates/Appcast.xml"
strategy :sparkle
end
app "fman.app"
end