homebrew-cask/Casks/spek.rb

15 lines
496 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'spek' do
version '0.8.3'
sha256 '648ffe37a4605d76b8d63ca677503ba63338b84c5df73961d9a5335ff144cc54'
2016-01-19 19:43:12 +08:00
# github.com is the official download host per the vendor homepage
url "https://github.com/alexkay/spek/releases/download/v#{version}/spek-#{version}.dmg"
appcast 'https://github.com/alexkay/spek/releases.atom',
checkpoint: '2ed5efa777cb07040d9d44e658bec267111b978d4701bbd8d6f6d3e1c1264f49'
2015-01-10 05:15:36 +08:00
name 'Spek'
homepage 'http://spek.cc'
2015-07-10 06:35:32 +08:00
license :gpl
2014-09-16 00:06:23 +08:00
app 'Spek.app'
end