homebrew-cask/Casks/whalebird.rb

13 lines
489 B
Ruby

cask 'whalebird' do
version '2.5.0'
sha256 '562e51cfbd0061a43c38d2409e16b99a8e7f2d525d10a96d6e7a9726fd30921d'
# 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.org/'
app 'Whalebird.app'
end