Skip to content

Commit

Permalink
Brew formula update for geb version 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
verdverm committed Dec 30, 2018
1 parent 4abf3ae commit 36e9b3f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Formula/geb.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
class Geb < Formula
desc "designs + {{templates}} = anything"
homepage "https://geb.hofstadter.io"
url "https://github.com/hofstadter-io/geb/releases/download/0.10.2/geb_0.10.2_MacOS-64bit.tar.gz"
version "0.10.2"
sha256 "21505047d417dac9d0ca811bd3f415e2f14b89c54ff16a83bd4bad59187415df"

def install
bin.install "geb"
end
end

0 comments on commit 36e9b3f

Please sign in to comment.