homebrew-cask/Casks/itubedownloader.rb

15 lines
517 B
Ruby

cask 'itubedownloader' do
version '6.4.6'
sha256 'b50270edeee587830b6a6566a60793972c70aa4fe5063c4580f6aced68192cf5'
# 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