From 901b0a98e81be2b0ca2a99532818ea942747eb70 Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Tue, 20 Jun 2017 12:48:23 -0700 Subject: [PATCH] fibjs 0.5.0 fix homepage Closes #14790. Signed-off-by: ilovezfs --- Formula/fibjs.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/fibjs.rb b/Formula/fibjs.rb index a31d341ac5..be1730b9c5 100644 --- a/Formula/fibjs.rb +++ b/Formula/fibjs.rb @@ -1,9 +1,9 @@ class Fibjs < Formula desc "JavaScript on Fiber" - homepage "http://fibjs.org/en/index.html" + homepage "http://fibjs.org/" url "https://github.com/fibjs/fibjs.git", - :tag => "v0.4.1", - :revision => "a267b736e20443f9ae8d808bbd8b7112a22d8d6e" + :tag => "v0.5.0", + :revision => "92a0d14ee241fffd29603963cafb1c1bc9a0dcf8" head "https://github.com/fibjs/fibjs.git"