From 1b39bad38ae39b9f1f140d74d6c751b9a11ffecf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=93=8D=E9=A9=AC?= Date: Thu, 23 Jul 2015 02:41:39 +0800 Subject: [PATCH] fibjs 0.1.3 Closes Homebrew/homebrew#42028. Signed-off-by: Alex Dunn --- Formula/fibjs.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/fibjs.rb b/Formula/fibjs.rb index ce28339131c6f..1700de4fbf8ee 100644 --- a/Formula/fibjs.rb +++ b/Formula/fibjs.rb @@ -3,8 +3,8 @@ class Fibjs < Formula desc "JavaScript on Fiber" homepage "http://fibjs.org" - url "https://github.com/xicilion/fibjs/archive/v0.1.2.tar.gz" - sha1 "d19dc40fecfd1ee9cd6cc850d9c83267dc0f7a96" + url "https://github.com/xicilion/fibjs/releases/download/v0.1.3/fibjs-0.1.3-fullsrc.zip" + sha256 "e9c94d41cd2f9c0cd773f6076270848961d27c01f1f77dd0f41beb408529c046" head "https://github.com/xicilion/fibjs.git"