Skip to content

Instantly share code, notes, and snippets.

View whoisjake's full-sized avatar

Jake Good whoisjake

View GitHub Profile
class Gort < Formula
desc "GORT is a Command Line Toolkit for RobotOps"
homepage "http://gort.io/"
version "0.5.2"
if MacOS.prefer_64_bit?
url "https://s3.amazonaws.com/gort-io/0.5.2/gort_0.5.2_darwin_amd64.zip"
sha256 "dbcc1f35017ec452986798468631b47350b5bc6dc33e25e812c94c74438f190a"
else
url "https://s3.amazonaws.com/gort-io/0.5.2/gort_0.5.2_darwin_386.zip"