lv2 1.4.0

Closes Homebrew/homebrew#20139.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Tomy Hudson 2013-05-29 11:49:07 -07:00 committed by Adam Vandenberg
parent 8071574d51
commit fd01ca91cd

View file

@ -2,8 +2,8 @@ require 'formula'
class Lv2 < Formula
homepage 'http://lv2plug.in'
url 'http://lv2plug.in/spec/lv2-1.2.0.tar.bz2'
sha1 '5affb79b357c8f8d7f77cceb7252392845d3e072'
url 'http://lv2plug.in/spec/lv2-1.4.0.tar.bz2'
sha1 'df78eb0983981a510806b6765d7ad72c0204be18'
def install
system "./waf", "configure", "--prefix=#{prefix}", "--lv2dir=#{share}/lv2"