From a0453bbadb949dddf62547069528f90a7fd842cc Mon Sep 17 00:00:00 2001 From: Francisco Facioni Date: Fri, 27 Sep 2013 11:46:12 -0300 Subject: [PATCH] Nanosmg 0.2-alpha Closes Homebrew/homebrew#22880. Signed-off-by: Adam Vandenberg --- Formula/nanomsg.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/nanomsg.rb b/Formula/nanomsg.rb index 3c8b2c02571..9ac41f879d4 100644 --- a/Formula/nanomsg.rb +++ b/Formula/nanomsg.rb @@ -2,9 +2,9 @@ require 'formula' class Nanomsg < Formula homepage 'http://nanomsg.org' - url 'http://download.nanomsg.org/nanomsg-0.1-alpha.tar.gz' - version '0.1-alpha' - sha1 '6b2d9bd60bfcf9377befa006608598716e1c1fe9' + url 'http://download.nanomsg.org/nanomsg-0.2-alpha.tar.gz' + version '0.2-alpha' + sha1 'ecdc7189787f6b000e94f29c648db1f292d872ac' head do url 'https://github.com/nanomsg/nanomsg.git'