mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 14:26:53 -06:00
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.
10 lines
187 B
Ruby
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
|