jruby 1.7.16.1
Closes Homebrew/homebrew#33891. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
3a0f92df14
commit
c8306a2edb
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require "formula"
|
|||
|
||||
class Jruby < Formula
|
||||
homepage "http://www.jruby.org"
|
||||
url "http://jruby.org.s3.amazonaws.com/downloads/1.7.16/jruby-bin-1.7.16.tar.gz"
|
||||
sha1 "4c912b648f6687622ba590ca2a28746d1cd5d550"
|
||||
url "https://s3.amazonaws.com/jruby.org/downloads/1.7.16.1/jruby-bin-1.7.16.1.tar.gz"
|
||||
sha1 "536b92c05812f6148674af2ad8dce199f74cf865"
|
||||
|
||||
def install
|
||||
# Remove Windows files
|
||||
|
|
Loading…
Reference in a new issue