homebrew-cask/Casks/pomolectron.rb

13 lines
528 B
Ruby

cask 'pomolectron' do
version '1.1.0'
sha256 '3c6f756985a06938f33bfe11c638fc227847075d203ab098a643a0ad26d59055'
url "https://github.com/amitmerchant1990/pomolectron/releases/download/v#{version}/Pomolectron-darwin-x64.zip"
appcast 'https://github.com/amitmerchant1990/pomolectron/releases.atom',
checkpoint: 'fc20a8a811df23d0f93a4eade490906ce98534f2f318c6d734bff8e1a600fba2'
name 'Pomolectron'
homepage 'https://github.com/amitmerchant1990/pomolectron'
app 'Pomolectron-darwin-x64/Pomolectron.app'
end