From 2bec093e91c73c19eaab3212ea1191e2e299b0b0 Mon Sep 17 00:00:00 2001 From: Alex Dunn Date: Wed, 22 Apr 2015 11:17:42 -0700 Subject: [PATCH] fon-flash-cli 1.7.1 Closes Homebrew/homebrew#38947. Signed-off-by: Mike McQuaid --- Formula/fon-flash-cli.rb | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Formula/fon-flash-cli.rb b/Formula/fon-flash-cli.rb index 087ea9519b..9e9dd0e9d2 100644 --- a/Formula/fon-flash-cli.rb +++ b/Formula/fon-flash-cli.rb @@ -1,15 +1,15 @@ -require 'formula' - class FonFlashCli < Formula - homepage 'http://www.gargoyle-router.com/wiki/doku.php?id=fon_flash' - url 'http://www.gargoyle-router.com/downloads/src/gargoyle_1.5.11-src.tar.gz' - version '1.5.11' - sha1 'a5184b7754b9db3ea0c19602e4a8ddbcc1bde7fe' + homepage "http://www.gargoyle-router.com/wiki/doku.php?id=fon_flash" + url "http://www.gargoyle-router.com/downloads/src/gargoyle_1.7.1-src.tar.gz" + sha256 "96089b8ce40d7fe821375173f9f2060530e78fa50e9029e932bc35bc2dd2c300" + version "1.7.1" + + head "https://github.com/ericpaulbishop/gargoyle.git" def install - cd 'fon-flash' do - system "make fon-flash" - bin.install 'fon-flash' + cd "fon-flash" do + system "make", "fon-flash" + bin.install "fon-flash" prefix.install_metafiles end end