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-05-11 09:04:10 +08:00
version '3.2.0'
sha256 'fbccaf3dca950c1284e99a9f85c6c4618266c1ea7f66d5aa392fc8c4907d2764'
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