homebrew-cask/Casks/yubiswitch.rb

13 lines
408 B
Ruby
Raw Normal View History

2014-11-14 01:27:26 +08:00
cask :v1 => 'yubiswitch' do
version '0.12'
sha256 '691ff7017c000211587217c60a6a9f352b3cb8d9ee2ce099f01d096d794a01ff'
url "https://github.com/pallotron/yubiswitch/releases/download/v#{version}/yubiswitch_#{version}.dmg"
2015-03-15 19:56:08 +08:00
appcast 'https://github.com/pallotron/yubiswitch/releases.atom'
2015-08-19 03:54:22 +08:00
name 'yubiswitch'
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