diff options
| author | Adam Vandenberg | 2013-12-08 20:53:44 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-12-08 20:53:44 -0800 |
| commit | 964e6bf89cb8d0971b5fc255ee86217c866b94f7 (patch) | |
| tree | bb9ec97f2bd37a73bd0756f76c73d7d6afac421d /Library | |
| parent | 6e991d194bed1803ec7679b2d909f394d8951dad (diff) | |
| download | homebrew-964e6bf89cb8d0971b5fc255ee86217c866b94f7.tar.bz2 | |
sratom 0.4.2
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/sratom.rb | 5 |
1 files 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 |
