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-10 21:03:35 +08:00
version '3.2.3'
sha256 'c88f1bd90c8e9b667dd5d8c35ccd490c56293ca86b9a203c15e083c7f18f4136'
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