mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 14:26:53 -06:00
12 lines
318 B
Ruby
12 lines
318 B
Ruby
cask :v1 => 'letter' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
# amazonaws.com is the official download host per the vendor homepage
|
|
url 'https://paddle-static.s3.amazonaws.com/framework/apps/Let.ter/Let.ter.zip'
|
|
name 'Let.ter'
|
|
homepage 'http://theletterapp.com/'
|
|
license :commercial
|
|
|
|
app 'Let.ter.app'
|
|
end
|