aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/fon-flash-cli.rb18
1 files changed, 9 insertions, 9 deletions
diff --git a/Library/Formula/fon-flash-cli.rb b/Library/Formula/fon-flash-cli.rb
index 087ea9519..9e9dd0e9d 100644
--- a/Library/Formula/fon-flash-cli.rb
+++ b/Library/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