homebrew-cask/Casks/lbry.rb

13 lines
434 B
Ruby

cask 'lbry' do
version '0.35.3'
sha256 '729a6c030ed50acd34ca9b2028e31247c0630395d668254f80b6825802325138'
# github.com/lbryio/lbry-desktop was verified as official when first introduced to the cask
url "https://github.com/lbryio/lbry-desktop/releases/download/v#{version}/LBRY_#{version}.dmg"
appcast 'https://github.com/lbryio/lbry-desktop/releases.atom'
name 'LBRY'
homepage 'https://lbry.com/'
app 'LBRY.app'
end