homebrew-cask/Casks/qbittorrent.rb

14 lines
531 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'qbittorrent' do
2016-02-04 03:37:27 +08:00
version '3.3.3'
sha256 'e2d541260c20acb66c59aa3eea85c9cd5cb5e511c3cb8d731902dcb6745b8899'
2015-01-18 10:38:16 +08:00
# sourceforge.net is the official download host per the vendor homepage
2015-12-01 01:19:52 +08:00
url "http://downloads.sourceforge.net/project/qbittorrent/qbittorrent-mac/qbittorrent-#{version}/qbittorrent-#{version}.dmg"
2015-04-23 05:19:08 +08:00
name 'qBittorrent'
homepage 'http://www.qbittorrent.org'
license :gpl
2016-03-20 02:26:00 +08:00
# Renamed for consistency: app name is different in the Finder and in a shell.
app 'qbittorrent.app', target: 'qBittorrent.app'
end