mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-11 22:06:11 -06:00
13 lines
384 B
Ruby
13 lines
384 B
Ruby
cask 'whatpulse-beta' do
|
|
version '2.8.2b3'
|
|
sha256 'f9873e56bc6cb4becaaaf209da803b98423384869f372b62104b0e16bcecd8ea'
|
|
|
|
url "https://static.whatpulse.org/files/beta/whatpulse-mac-#{version}.dmg"
|
|
name 'WhatPulse'
|
|
homepage 'https://whatpulse.org/'
|
|
|
|
pkg "WhatPulse #{version}.mpkg"
|
|
|
|
uninstall pkgutil: 'com.lostdomain.whatpulse',
|
|
quit: 'com.whatpulse.mac'
|
|
end
|