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