homebrew-cask/Casks/blink1control.rb

14 lines
454 B
Ruby
Raw Normal View History

2014-11-14 01:25:29 +08:00
cask :v1 => 'blink1control' do
2015-09-11 04:37:08 +08:00
version '1.98'
sha256 '49c680f3ec174662cc00a4f4649074a891e8fc55b82aec284c5aade0efb44ce1'
# github.com is the official download host per the vendor homepage
2014-10-05 01:59:18 +08:00
url "https://github.com/todbot/blink1/releases/download/v#{version}/Blink1Control-mac.zip"
2015-03-15 19:47:19 +08:00
appcast 'https://github.com/todbot/blink1/releases.atom'
name 'Blink1Control'
2015-06-29 14:32:18 +08:00
homepage 'https://blink1.thingm.com/'
license :cc
2014-09-16 00:05:19 +08:00
app 'Blink1Control.app'
2014-05-23 12:58:28 +08:00
end