aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/poco.rb9
1 files changed, 2 insertions, 7 deletions
diff --git a/Library/Formula/poco.rb b/Library/Formula/poco.rb
index 6fe9861f7..34e3bcf21 100644
--- a/Library/Formula/poco.rb
+++ b/Library/Formula/poco.rb
@@ -2,8 +2,8 @@ require "formula"
class Poco < Formula
homepage "http://pocoproject.org/"
- url "http://pocoproject.org/releases/poco-1.4.7/poco-1.4.7p1-all.tar.bz2"
- sha1 "29339fe4b9318d7f358f400e0847856a27ea6c4a"
+ url "http://pocoproject.org/releases/poco-1.6.0/poco-1.6.0-all.tar.gz"
+ sha1 "b45486757bfc132631d31724342a62cf41dc2795"
bottle do
cellar :any
@@ -12,11 +12,6 @@ class Poco < Formula
sha1 "270e0119505e7608d86d897cdb65f3452f9850a2" => :mountain_lion
end
- devel do
- url "http://pocoproject.org/releases/poco-1.5.4/poco-1.5.4-all.tar.bz2"
- sha1 "f44b57539511bb23f6bb5387347ca08bdd9c724d"
- end
-
option :cxx11
depends_on "openssl"