You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
436 B
13 lines
436 B
cask 'soulseek-rc' do
|
|
version '2017-11-21'
|
|
sha256 'ec9889bed69107fe56fd78745a668ef574bdd7d29ddd370464136109cbc4f11f'
|
|
|
|
# dl.dropboxusercontent.com/s/ruvio22uu1onddi was verified as official when first introduced to the cask
|
|
url "https://dl.dropboxusercontent.com/s/ruvio22uu1onddi/SoulseekQt-#{version}.dmg"
|
|
name 'Soulseek'
|
|
homepage 'https://www.slsknet.org/'
|
|
|
|
depends_on macos: '>= :mavericks'
|
|
|
|
app 'SoulseekQt.app'
|
|
end
|
|
|