homebrew-cask/Casks/autumn.rb

15 lines
425 B
Ruby

cask "autumn" do
version "1.0.7"
sha256 "2f6bff1c6203eddc8c3d48887d176d5dec0bc57dc66c3dfa1740c5a0dcd6fe93"
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/"
depends_on macos: ">= :high_sierra"
app "Autumn.app"
end