mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
11 lines
276 B
Ruby
11 lines
276 B
Ruby
cask :v1 => 'waltr' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
# devmate.com is the official download host per the vendor homepage
|
|
url 'http://dl.devmate.com/com.softorino.Waltr/WALTR.zip'
|
|
homepage 'http://softorino.com/waltr'
|
|
license :commercial
|
|
|
|
app 'Waltr.app'
|
|
end
|