lv2 1.4.0
Closes Homebrew/homebrew#20139. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
8071574d51
commit
fd01ca91cd
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue