diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/fsv.rb | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
