fsv: fix git tag
This commit is contained in:
parent
9862196ab7
commit
4862a6b0e1
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue