mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
10 lines
276 B
Ruby
10 lines
276 B
Ruby
cask :v1 => 'baudline' do
|
|
version '1.08'
|
|
sha256 'f47201069812333c36715beaacb17de93bc8fa5f7e68952fe51296f04df69f83'
|
|
|
|
url "http://www.baudline.com/baudline_#{version}_macosx_universal.dmg"
|
|
homepage 'http://www.baudline.com/'
|
|
license :unknown
|
|
|
|
app 'baudline.app'
|
|
end
|