mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
9 lines
253 B
Ruby
9 lines
253 B
Ruby
class Baudline < Cask
|
|
version '1.08'
|
|
sha256 'f47201069812333c36715beaacb17de93bc8fa5f7e68952fe51296f04df69f83'
|
|
|
|
url "http://www.baudline.com/baudline_#{version}_macosx_universal.dmg"
|
|
homepage 'http://www.baudline.com/'
|
|
|
|
app 'baudline.app'
|
|
end
|