From 964e6bf89cb8d0971b5fc255ee86217c866b94f7 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 8 Dec 2013 20:53:44 -0800 Subject: sratom 0.4.2 --- Library/Formula/sratom.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Library/Formula/sratom.rb b/Library/Formula/sratom.rb index 2b3427ce9..baaad0dce 100644 --- a/Library/Formula/sratom.rb +++ b/Library/Formula/sratom.rb @@ -2,8 +2,8 @@ require 'formula' class Sratom < Formula homepage 'http://drobilla.net/software/sratom/' - url 'http://download.drobilla.net/sratom-0.4.0.tar.bz2' - sha1 '898ef54df92785a2cfe2787ff2002e0b713044fd' + url 'http://download.drobilla.net/sratom-0.4.2.tar.bz2' + sha1 'cd3c88034c93af059b67c9def965821d4a7ba297' depends_on 'pkg-config' => :build depends_on 'lv2' @@ -15,5 +15,4 @@ class Sratom < Formula system "./waf" system "./waf", "install" end - end -- cgit v1.2.3