homebrew-cask/Casks/qbittorrent.rb

14 lines
611 B
Ruby

cask 'qbittorrent' do
version '4.1.5'
sha256 '923f01a2834c7489cc1146ae9589697025484e4403f9012e5d070d4b6fc82a0a'
# 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