Files
homebrew-cask/Casks/f/futurerestore-gui.rb
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

19 lines
520 B
Ruby

cask "futurerestore-gui" do
version "1.98.3"
sha256 "44d37f7d74393018b71c641dd98e229e78eb95915b4733aa586723856235c04f"
url "https://github.com/CoocooFroggy/FutureRestore-GUI/releases/download/v#{version}/FutureRestore-GUI-Mac-#{version}.dmg"
name "FutureRestore GUI"
desc "Graphical interface for FutureRestore"
homepage "https://github.com/CoocooFroggy/FutureRestore-GUI/"
livecheck do
url :url
strategy :github_latest
end
app "FutureRestore GUI.app"
zap trash: "~/FutureRestoreGUI"
end