Nanosmg 0.2-alpha
Closes Homebrew/homebrew#22880. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
2d1834ccf2
commit
a0453bbadb
1 changed files with 3 additions and 3 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue