homebrew-cask/Casks/yubiswitch.rb

11 lines
317 B
Ruby
Raw Normal View History

2013-11-07 20:54:37 +08:00
class Yubiswitch < Cask
2014-08-18 09:29:54 +08:00
version '0.7'
sha256 '680577971e037ca52292e62809e0709adce1d79946a7d740627e83cda6d4d6ca'
2014-09-26 20:09:20 +08:00
url "https://github.com/pallotron/yubiswitch/releases/download/v#{version}/yubiswitch_#{version}.dmg"
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