poco 1.4.6

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Brett Koonce 2013-02-08 09:33:04 -06:00 committed by Adam Vandenberg
parent 009d378e38
commit 1ac1eec53d
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ require 'formula'
class Poco < Formula
homepage 'http://pocoproject.org/'
url 'https://github.com/downloads/pocoproject/poco/poco-1.4.5.tar.gz'
sha1 'fd19d6d25504f9cdaf345880ddf64aa688dea170'
url 'http://pocoproject.org/releases/poco-1.4.6/poco-1.4.6.tar.gz'
sha1 'e96260f5a5309e129bdea4251c8e26e14bd0c9bc'
def install
arch = Hardware.is_64_bit? ? 'Darwin64': 'Darwin32'