Files
homebrew-cask/Casks/g/gridea.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

15 lines
386 B
Ruby

cask "gridea" do
version "0.9.3"
sha256 "16c9c9a1fdf4773f165878f995a9eb4b0a9c6eb815410a723170623dd23e4354"
url "https://github.com/getgridea/gridea/releases/download/v#{version}/Gridea-#{version}.dmg",
verified: "github.com/getgridea/gridea/"
name "Gridea"
desc "Static blog writing client"
homepage "https://gridea.dev/"
auto_updates true
app "Gridea.app"
end