Files
homebrew-cask/Casks/r/ramme.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

16 lines
367 B
Ruby

cask "ramme" do
version "3.2.5"
sha256 "49a4f8d1623f855322a34e670e17261a8add1ac8b764ffcd027ccb71b82fb1b0"
url "https://github.com/terkelg/ramme/releases/download/v#{version}/Ramme-#{version}.dmg"
name "Ramme"
desc "Unofficial Instagram Desktop App"
homepage "https://github.com/terkelg/ramme/"
app "Ramme.app"
caveats do
discontinued
end
end