homebrew-cask/Casks/whalebird.rb

13 lines
489 B
Ruby

cask 'whalebird' do
version '2.4.3'
sha256 '6082fdc2a672a0c2457214d825785ae6d6cdf771254dea698e5cc001e7456248'
# 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