ruby-install 0.3.3
### 0.3.3 / 2013-12-04 * Add support for the MacPorts package manager (@havenwood). * Fixed extglob pattern in `fetch`. Closes Homebrew/homebrew#24938. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
4428d069ea
commit
21b0287798
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class RubyInstall < Formula
|
||||
homepage 'https://github.com/postmodern/ruby-install#readme'
|
||||
url 'https://github.com/postmodern/ruby-install/archive/v0.3.2.tar.gz'
|
||||
sha1 '5561df9bb5d73677cf5193d27ec130f52c4e4755'
|
||||
url 'https://github.com/postmodern/ruby-install/archive/v0.3.3.tar.gz'
|
||||
sha1 '9a7a5a8890468acf3d507cca5a2bdb9a53383726'
|
||||
|
||||
head 'https://github.com/postmodern/ruby-install.git'
|
||||
|
||||
|
|
Loading…
Reference in a new issue