homebrew-cask/Casks/gdlauncher.rb

13 lines
469 B
Ruby
Raw Normal View History

cask "gdlauncher" do
version "1.0.9"
sha256 "52ed0675753574b225f44d4aebe8967523590ca1dddf14ada7783dfb42034316"
2020-04-15 00:17:07 +08:00
# github.com/gorilla-devs/GDLauncher/ was verified as official when first introduced to the cask
url "https://github.com/gorilla-devs/GDLauncher/releases/download/v#{version}/GDLauncher-mac-setup.dmg"
appcast "https://github.com/gorilla-devs/GDLauncher/releases.atom"
name "GDLauncher"
homepage "https://gdevs.io/"
2020-04-15 00:17:07 +08:00
app "GDLauncher.app"
2020-04-15 00:17:07 +08:00
end