sip: update url
Fixes Homebrew/homebrew#42361. Closes Homebrew/homebrew#42362.
This commit is contained in:
parent
b07ac3edb3
commit
c9c3fb0955
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
class Sip < Formula
|
||||
desc "Tool to create Python bindings for C and C++ libraries"
|
||||
homepage "http://www.riverbankcomputing.co.uk/software/sip"
|
||||
url "http://www.riverbankcomputing.com/static/Downloads/sip4/sip-4.16.9.tar.gz"
|
||||
url "https://downloads.sourceforge.net/project/pyqt/sip/sip-4.16.9/sip-4.16.9.tar.gz"
|
||||
sha256 "dbe173aa566e26ca0bb5bcbc1d30ef780f416267bb3b5df48149a737ea6b0555"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue