fsv: fix git tag

This commit is contained in:
Jack Nagel 2014-05-16 23:40:02 -05:00
parent 9862196ab7
commit 4862a6b0e1

View file

@ -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