homebrew-cask/Casks/qbittorrent.rb

14 lines
611 B
Ruby

cask 'qbittorrent' do
version '4.1.2'
sha256 '6371619305f90a184c38fed4353eec5a385dc70525b9834f5702a49e4e7b2c2b'
# sourceforge.net/qbittorrent was verified as official when first introduced to the cask
url "https://downloads.sourceforge.net/qbittorrent/qbittorrent-mac/qbittorrent-#{version}/qbittorrent-#{version}.dmg"
appcast 'https://sourceforge.net/projects/qbittorrent/rss?path=/qbittorrent-mac'
name 'qBittorrent'
homepage 'https://www.qbittorrent.org/'
# Renamed for consistency: app name is different in the Finder and in a shell.
app 'qbittorrent.app', target: 'qBittorrent.app'
end