master
Brett Koonce 2014-06-21 13:22:31 -07:00
parent abac127415
commit f25eb94ed4
1 changed files with 5 additions and 5 deletions

View File

@ -1,12 +1,12 @@
require 'formula'
require "formula"
class F3 < Formula
homepage 'http://oss.digirati.com.br/f3/'
url 'https://github.com/AltraMayor/f3/archive/v2.2.tar.gz'
sha1 '25a98e620206ef8c8c47db4d6972e1348f7f7b98'
homepage "http://oss.digirati.com.br/f3/"
url "https://github.com/AltraMayor/f3/archive/v3.0.tar.gz"
sha1 "9e0d2ddec98c09be17b5d343bd6d5fac2606a963"
def install
system "make mac"
bin.install 'f3read', 'f3write'
bin.install "f3read", "f3write"
end
end