diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/poco.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/poco.rb b/Library/Formula/poco.rb index 5f995f0bb..54497b8dc 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://downloads.sourceforge.net/project/poco/sources/poco-1.4.3/poco-1.4.3p1-all.tar.gz' - sha1 '893b26bdd2adee36d489ce1412bf67d5035f5b47' + url 'https://github.com/downloads/pocoproject/poco/poco-1.4.5.tar.gz' + sha1 'fd19d6d25504f9cdaf345880ddf64aa688dea170' def install arch = Hardware.is_64_bit? ? 'Darwin64': 'Darwin32' |
