diff options
| author | Adam Vandenberg | 2012-02-19 09:51:06 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-02-19 09:51:06 -0800 |
| commit | 6d0c4e2370625026d796b72123e8061e00c004ae (patch) | |
| tree | 6c36339d8ce382453642d73d7828f13867f70eb2 | |
| parent | 9c98076989c3b1af4c7c69023220d52c215df153 (diff) | |
| download | homebrew-6d0c4e2370625026d796b72123e8061e00c004ae.tar.bz2 | |
kes 0.9
| -rw-r--r-- | Library/Formula/kes.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/kes.rb b/Library/Formula/kes.rb index eaef1a9dc..6f15e22d7 100644 --- a/Library/Formula/kes.rb +++ b/Library/Formula/kes.rb @@ -2,9 +2,10 @@ require 'formula' class Kes < Formula homepage 'https://github.com/epilnivek/kes' + url 'https://github.com/epilnivek/kes/tarball/v0.9' + md5 '6ea08b27d49685a261e8de74c8428158' + head 'https://github.com/epilnivek/kes.git' - # Requested stable version: - # https://github.com/epilnivek/kes/issues/8 def install system "make" |
