homebrew-cask/Casks/itubedownloader.rb

15 lines
518 B
Ruby

cask 'itubedownloader' do
version '6.4.13'
sha256 '5ee0f32b62d8f7b72b4aa324f313b3a58f62c732f6135578e1f82af56fff43b2'
# dl.devmate.com/com.AlphaSoft.iTubeDownloader was verified as official when first introduced to the cask
url 'https://dl.devmate.com/com.AlphaSoft.iTubeDownloader/iTubeDownloader.dmg'
appcast 'https://updates.devmate.com/com.AlphaSoft.iTubeDownloader.xml'
name 'iTubeDownloader'
homepage 'https://alphasoftware.co/'
depends_on macos: '>= :yosemite'
app 'iTubeDownloader.app'
end