homebrew-cask/Casks/roboto.rb

19 lines
540 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'roboto' do
2016-01-09 09:12:51 +08:00
version '1.0.6'
sha256 'bb3c8580e2b49fc272c436feaf36c4c370fb3ac6ca52a377fc36ac20b20eec68'
# amazonaws.com is the official download host per the vendor homepage
url 'https://s3-eu-west-1.amazonaws.com/electric-kangaroo-roboto/worker/Roboto.zip'
2015-05-27 01:50:25 +08:00
appcast 'https://roboto.build/mac/app-cast.xml',
checkpoint: 'fdf33b58c671046665bd88507682b2965d7532dd21aa3ffe4215489db27f3c6b'
name 'Roboto'
2015-06-29 14:32:18 +08:00
homepage 'https://roboto.build/'
license :gratis
app 'Roboto.app'
2016-01-09 09:12:51 +08:00
caveats do
discontinued
end
end