homebrew-cask-versions/Casks/pingendo.rb
Bo Link f80ca41301 Updated download URL for Pingendo
The former Rackspace hosted DMG threw a 404, so I updated the Cask to use the new download URL.

Fixed the Pingendo Cask Updates
Updated my updates to use :latest for version and :no_check for sha256.
2015-03-12 16:52:04 -05:00

10 lines
187 B
Ruby

cask :v1 => 'pingendo' do
version :latest
sha256 :no_check
url 'http://pingendo.com/Pingendo.dmg'
homepage 'http://www.pingendo.com/'
license :closed
app 'Pingendo.app'
end