homebrew-cask/Casks/spek.rb

13 lines
331 B
Ruby
Raw Normal View History

2014-11-14 01:27:01 +08:00
cask :v1 => 'spek' do
version '0.8.3'
sha256 '648ffe37a4605d76b8d63ca677503ba63338b84c5df73961d9a5335ff144cc54'
2015-01-19 09:56:31 +08:00
# googlecode.com is the official download host per the vendor homepage
2014-09-26 20:09:12 +08:00
url "https://spek.googlecode.com/files/spek-#{version}.dmg"
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