homebrew-cask/Casks/autumn.rb

21 lines
588 B
Ruby
Raw Normal View History

cask "autumn" do
version "1.0.7"
sha256 "2f6bff1c6203eddc8c3d48887d176d5dec0bc57dc66c3dfa1740c5a0dcd6fe93"
2019-07-23 23:14:54 +08:00
2020-12-12 12:21:00 +08:00
url "https://github.com/apandhi/Autumn/releases/download/#{version}/Build.zip",
verified: "github.com/apandhi/Autumn/"
appcast "https://github.com/apandhi/Autumn/releases.atom"
name "Autumn"
homepage "https://apandhi.github.io/Autumn/"
2019-07-23 23:14:54 +08:00
depends_on macos: ">= :high_sierra"
2019-07-26 04:32:08 +08:00
app "Autumn.app"
2021-01-18 01:10:52 +08:00
zap trash: [
"~/Library/Caches/com.sephware.autumn",
"~/Library/Preferences/com.sephware.autumn.plist",
"~/Library/WebKit/com.sephware.autumn",
]
2019-07-23 23:14:54 +08:00
end