homebrew-cask/Casks/qbittorrent.rb

13 lines
395 B
Ruby
Raw Normal View History

2014-11-14 01:26:44 +08:00
cask :v1 => 'qbittorrent' do
2015-08-03 22:34:51 +08:00
version '3.2.2'
sha256 'c51a86582212720656ce9e89bc1f803aef555a33a13686c2e8fe3962baf7d9e4'
2015-01-18 10:38:16 +08:00
# sourceforge.net is the official download host per the vendor homepage
2014-12-17 21:14:47 +08:00
url "http://downloads.sourceforge.net/sourceforge/qbittorrent/qbittorrent-#{version}.dmg"
2015-04-23 05:19:08 +08:00
name 'qBittorrent'
homepage 'http://www.qbittorrent.org'
license :gpl
2014-09-16 00:06:11 +08:00
app 'qBittorrent.app'
end