aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-05-16 23:40:02 -0500
committerJack Nagel2014-05-16 23:40:02 -0500
commit2bef9cab75f85103798faa6eea98a95eea7ef254 (patch)
tree32bd418483641115024ce5538ab9894416b6fd97 /Library
parent98471f5e27e18f09b805128b21be0721e396f1d8 (diff)
downloadhomebrew-2bef9cab75f85103798faa6eea98a95eea7ef254.tar.bz2
fsv: fix git tag
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/fsv.rb3
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