poco 1.4.7

updated poco stable to 1.4.7 and poco devel to 1.5.4

Closes Homebrew/homebrew#33490.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
William Poussier 2014-10-23 00:14:14 +02:00 committed by Jack Nagel
parent 47f73b92a0
commit 8063b930be
1 changed files with 7 additions and 5 deletions

View File

@ -2,17 +2,19 @@ require 'formula'
class Poco < Formula
homepage 'http://pocoproject.org/'
url 'http://pocoproject.org/releases/poco-1.4.6/poco-1.4.6p4-all.tar.gz'
sha1 'a74f5d4a5a1b9218adcb3e3e9bc81f5377200c3e'
version '1.4.6p4-all'
url 'http://pocoproject.org/releases/poco-1.4.7/poco-1.4.7-all.tar.gz'
sha1 '778bd5fca9d4169a2dd83265bc07123bd0d12273'
version '1.4.7-all'
devel do
url 'http://pocoproject.org/releases/poco-1.5.3/poco-1.5.3-all.tar.gz'
sha1 'e2eb6d812c907b6e8c117dea101289559926500c'
url 'http://pocoproject.org/releases/poco-1.5.4/poco-1.5.4-all.tar.gz'
sha1 'd7f14c49472c4f333fe99d43cac021e90d24b024'
end
option :cxx11
depends_on "openssl"
def install
ENV.cxx11 if build.cxx11?