homebrew-cask/Casks/loaf.rb

19 lines
558 B
Ruby

cask "loaf" do
version "1.1.7"
sha256 "f257b41d8cea48fd5674b8fdd165898dfe31f2dab69e6cc0bfb70afdd0dfd86d"
url "https://github.com/philipardeljan/getloaf/releases/download/v#{version}/loaf.dmg",
verified: "github.com/philipardeljan/getloaf/"
appcast "https://github.com/philipardeljan/getmotion/releases.atom"
name "Loaf"
desc "Animated icon library"
homepage "https://www.getmotion.io/"
app "Loaf.app"
zap trash: [
"~/Library/Application Support/Motion (beta)",
"~/Library/Preferences/com.motionicons.studio.plist",
]
end