rock 0.9.9

master
Amos Wenger 2014-08-17 20:03:09 +02:00 committed by Mike McQuaid
parent b921c51c32
commit a1be3afb00
1 changed files with 3 additions and 3 deletions

View File

@ -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