You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
313 B
12 lines
313 B
cask 'foldingtext-dev' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
# amazonaws.com is the official download host per the vendor homepage
|
|
url 'https://foldingtext.s3.amazonaws.com/FoldingText-Dev.dmg'
|
|
name 'FoldingText'
|
|
homepage 'http://www.foldingtext.com'
|
|
license :commercial
|
|
|
|
app 'FoldingText.app'
|
|
end
|
|
|