homebrew-cask/Casks/autumn.rb

15 lines
468 B
Ruby
Raw Normal View History

2019-07-23 23:14:54 +08:00
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/'
2019-07-26 04:32:08 +08:00
depends_on macos: '>= :high_sierra'
2019-07-23 23:14:54 +08:00
app 'Autumn.app'
end