homebrew-cask/Casks/itubedownloader.rb

15 lines
517 B
Ruby

cask 'itubedownloader' do
version '6.4.4'
sha256 '43d2db6224fae735b7070b64aedd6527281cc2dd8f3d6831cbcd3f9dd5ca51b6'
# 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