homebrew-cask/Casks/whalebird.rb

13 lines
492 B
Ruby

cask 'whalebird' do
version '3.0.3'
sha256 'bcecd053ea55ce4e1a1861a95236f127549ae93259bd5934b18e481fe1a42ff0'
# github.com/h3poteto/whalebird-desktop was verified as official when first introduced to the cask
url "https://github.com/h3poteto/whalebird-desktop/releases/download/#{version}/Whalebird-#{version}-darwin-x64.dmg"
appcast 'https://github.com/h3poteto/whalebird-desktop/releases.atom'
name 'Whalebird'
homepage 'https://whalebird.social/'
app 'Whalebird.app'
end