homebrew-cask/Casks/autumn.rb

15 lines
469 B
Ruby

cask "autumn" do
version "1.0.7"
sha256 "2f6bff1c6203eddc8c3d48887d176d5dec0bc57dc66c3dfa1740c5a0dcd6fe93"
# github.com/apandhi/Autumn/ was verified as official when first introduced to the cask
url "https://github.com/apandhi/Autumn/releases/download/#{version}/Build.zip"
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