From 2bef9cab75f85103798faa6eea98a95eea7ef254 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 16 May 2014 23:40:02 -0500 Subject: fsv: fix git tag --- Library/Formula/fsv.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/fsv.rb b/Library/Formula/fsv.rb index eedaba473..e5ab38db2 100644 --- a/Library/Formula/fsv.rb +++ b/Library/Formula/fsv.rb @@ -2,7 +2,8 @@ require "formula" class Fsv < Formula homepage "http://fsv.sourceforge.net/" - url "https://github.com/mcuelenaere/fsv.git", :tag => "v0.9.1" + url "https://github.com/mcuelenaere/fsv.git", :tag => "fsv-0.9-1" + version "0.9.1" depends_on "pkg-config" => :build depends_on "autoconf" => :build -- cgit v1.2.3