aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAmos Wenger2013-11-27 17:02:02 +0100
committerMike McQuaid2013-11-27 16:16:13 +0000
commit580fd06e3a0543a911fee0fd6af0a743fa844fc2 (patch)
treea7d4a498cf9325930f5ef05323cbd5d360d61a6e /Library/Formula
parent46ada195b04bf61cbe632808ff4ca419b2ccee6e (diff)
downloadhomebrew-580fd06e3a0543a911fee0fd6af0a743fa844fc2.tar.bz2
rock 0.9.8
Closes #24712. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/rock.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/rock.rb b/Library/Formula/rock.rb
index 889d90f7f..852603257 100644
--- a/Library/Formula/rock.rb
+++ b/Library/Formula/rock.rb
@@ -2,8 +2,8 @@ require 'formula'
class Rock < Formula
homepage 'http://ooc-lang.org'
- url 'https://github.com/nddrylliog/rock/archive/v0.9.6.tar.gz'
- sha1 'c92bda98b94026fd493b1b0e46db62dc69459848'
+ url 'https://github.com/nddrylliog/rock/archive/v0.9.8.tar.gz'
+ sha1 'e9c7f2352d53351b60485b27c70858a0ad5cddb3'
head 'https://github.com/nddrylliog/rock.git'
@@ -11,6 +11,7 @@ class Rock < Formula
def install
# make rock using provided bootstrap
+ ENV['OOC_LIBS'] = prefix
system "make rescue"
bin.install 'bin/rock'
man1.install "docs/rock.1"