homebrew-cask/Casks/spek.rb

15 lines
445 B
Ruby

cask 'spek' do
version '0.8.3'
sha256 '648ffe37a4605d76b8d63ca677503ba63338b84c5df73961d9a5335ff144cc54'
# github.com/alexkay/spek/ was verified as official when first introduced to the cask
url "https://github.com/alexkay/spek/releases/download/v#{version}/spek-#{version}.dmg"
appcast 'https://github.com/alexkay/spek/releases.atom'
name 'Spek'
homepage 'http://spek.cc/'
depends_on macos: '<= :sierra'
app 'Spek.app'
end