mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 14:26:53 -06:00
12 lines
331 B
Ruby
12 lines
331 B
Ruby
cask :v1 => 'spek' do
|
|
version '0.8.3'
|
|
sha256 '648ffe37a4605d76b8d63ca677503ba63338b84c5df73961d9a5335ff144cc54'
|
|
|
|
# googlecode.com is the official download host per the vendor homepage
|
|
url "https://spek.googlecode.com/files/spek-#{version}.dmg"
|
|
name 'Spek'
|
|
homepage 'http://spek.cc'
|
|
license :oss
|
|
|
|
app 'Spek.app'
|
|
end
|