wx: fix audit warnings
This commit is contained in:
parent
8de0068e14
commit
a9efb1151c
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ require 'formula'
|
|||
|
||||
class Wxmac < Formula
|
||||
homepage "http://www.wxwidgets.org"
|
||||
url "http://downloads.sourceforge.net/project/wxwindows/3.0.0/wxWidgets-3.0.0.tar.bz2"
|
||||
url "https://downloads.sourceforge.net/project/wxwindows/3.0.0/wxWidgets-3.0.0.tar.bz2"
|
||||
sha1 "756a9c54d1f411e262f03bacb78ccef085a9880a"
|
||||
|
||||
bottle do
|
||||
|
|
|
@ -15,7 +15,7 @@ end
|
|||
|
||||
class Wxpython < Formula
|
||||
homepage "http://www.wxwidgets.org"
|
||||
url "http://downloads.sourceforge.net/project/wxpython/wxPython/3.0.0.0/wxPython-src-3.0.0.0.tar.bz2"
|
||||
url "https://downloads.sourceforge.net/project/wxpython/wxPython/3.0.0.0/wxPython-src-3.0.0.0.tar.bz2"
|
||||
sha1 "48451763275cfe4e5bbec49ccd75bc9652cba719"
|
||||
|
||||
depends_on :python
|
||||
|
|
Loading…
Reference in a new issue