ruby-build: bump revision
This commit is contained in:
parent
7ec5515626
commit
bf01999dd2
1 changed files with 1 additions and 2 deletions
|
@ -1,10 +1,9 @@
|
||||||
require "formula"
|
|
||||||
|
|
||||||
class RubyBuild < Formula
|
class RubyBuild < Formula
|
||||||
desc "Install various Ruby versions and implementations"
|
desc "Install various Ruby versions and implementations"
|
||||||
homepage "https://github.com/sstephenson/ruby-build"
|
homepage "https://github.com/sstephenson/ruby-build"
|
||||||
url "https://github.com/sstephenson/ruby-build/archive/v20150709.tar.gz"
|
url "https://github.com/sstephenson/ruby-build/archive/v20150709.tar.gz"
|
||||||
sha256 "dff8350bd6ad6da4853c8a074aa77ebe7525410306bc0bb58d91d12888c9421f"
|
sha256 "dff8350bd6ad6da4853c8a074aa77ebe7525410306bc0bb58d91d12888c9421f"
|
||||||
|
revision 1
|
||||||
|
|
||||||
head "https://github.com/sstephenson/ruby-build.git"
|
head "https://github.com/sstephenson/ruby-build.git"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue