aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAmos Wenger2014-08-17 20:03:09 +0200
committerMike McQuaid2014-08-17 19:19:13 +0100
commitb625119f9c0e2c8792f8bc0f295be5302464865d (patch)
tree5b91e2f3a7496fc9793abe87687d6d8eaff64f28 /Library/Formula
parent941f311b2e14fbf1d072080a448e86cb9c585a48 (diff)
downloadhomebrew-b625119f9c0e2c8792f8bc0f295be5302464865d.tar.bz2
rock 0.9.9
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/rock.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/rock.rb b/Library/Formula/rock.rb
index 852603257..d99e1acd6 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.8.tar.gz'
- sha1 'e9c7f2352d53351b60485b27c70858a0ad5cddb3'
+ url 'https://github.com/nddrylliog/rock/archive/v0.9.9.tar.gz'
+ sha1 '11d4a46320e2b538989354505e0a6ac4311b049f'
head 'https://github.com/nddrylliog/rock.git'
@@ -18,6 +18,6 @@ class Rock < Formula
# install misc authorship files & rock binary in place
# copy the sdk, libs and docs
- prefix.install "rock.use", 'README.md', "sdk", "libs", "docs"
+ prefix.install "rock.use", 'README.md', "sdk", "docs"
end
end