homebrew-cask/Casks/fuse.rb

18 lines
629 B
Ruby

cask "fuse" do
version "1.9.0"
sha256 "31e737086d546176f436a2792baca604487f529008a21c424610baec25146a20"
url "https://github.com/fuse-open/fuse-studio/releases/download/#{version}/fuse_osx_#{version.dots_to_underscores}.pkg",
verified: "github.com/fuse-open/fuse-studio/"
appcast "https://github.com/fuse-open/fuse-studio/releases.atom"
name "Fuse Studio"
name "Fuse Open"
name "Fuse Fusetools"
desc "Visual desktop tool suite for working with the Fuse framework"
homepage "https://fuse-open.github.io/"
pkg "fuse_osx_#{version.dots_to_underscores}.pkg"
uninstall pkgutil: "com.fusetools.fuse"
end