homebrew-cask-versions/Casks/infinit.rb
Denny Trebbin 6fc62233ce Update Infinit URL
URL has changed to this format
```https://download.infinit.io/macosx/installer/Infinit.dmg?v=1414226787027```
I think the version parameter identifies a specific version and cutting this parameter off should always load the latest stable version. But not sure if infinit really goes that way.
2014-10-31 21:50:49 +00:00

10 lines
201 B
Ruby

class Infinit < Cask
version :latest
sha256 :no_check
url 'https://download.infinit.io/macosx/installer/Infinit.dmg'
homepage 'https://infinit.io/'
license :unknown
app 'Infinit.app'
end