Files
homebrew-cask/Casks/a/augur.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

12 lines
395 B
Ruby

cask "augur" do
version "1.16.11"
sha256 "127a57ed9e3e0b2bd0451f0b097d5998f3e59acb7c4b9d424166f460a1776411"
url "https://github.com/AugurProject/augur-app/releases/download/v#{version}/mac-Augur-#{version}.dmg"
name "Augur"
desc "App that bundles Augur UI and ugur Node together and deploys them locally"
homepage "https://github.com/AugurProject/augur-app/"
app "augur.app"
end