homebrew-cask/Casks/yubiswitch.rb

13 lines
407 B
Ruby
Raw Normal View History

2014-11-14 01:27:26 +08:00
cask :v1 => 'yubiswitch' do
2015-01-21 05:42:29 +08:00
version '0.8'
sha256 '590a89bea366f126044507226163499ae639a6ceb729fa03f93d24250f67066e'
2014-09-26 20:09:20 +08:00
url "https://github.com/pallotron/yubiswitch/releases/download/v#{version}/yubiswitch_#{version}.dmg"
2015-04-02 13:41:54 +08:00
name 'yubiswitch'
2015-03-15 19:56:08 +08:00
appcast 'https://github.com/pallotron/yubiswitch/releases.atom'
homepage 'https://github.com/pallotron/yubiswitch'
2014-10-12 00:34:57 +08:00
license :gpl
2014-09-16 00:06:40 +08:00
app 'yubiswitch.app'
2013-11-07 20:54:37 +08:00
end