homebrew-cask/Casks/blink1control.rb

15 lines
536 B
Ruby

cask 'blink1control' do
version '1.98'
sha256 '49c680f3ec174662cc00a4f4649074a891e8fc55b82aec284c5aade0efb44ce1'
# github.com is the official download host per the vendor homepage
url "https://github.com/todbot/blink1/releases/download/v#{version}/Blink1Control-mac.zip"
appcast 'https://github.com/todbot/blink1/releases.atom',
:sha256 => '1786ab9dca3cd503766c4d8fb7cefb9b14e92641b848588496363de8a7a52105'
name 'Blink1Control'
homepage 'https://blink1.thingm.com/'
license :cc
app 'Blink1Control.app'
end