netpbm: secure url
This commit is contained in:
parent
e71bee4868
commit
0e384b67bc
1 changed files with 5 additions and 1 deletions
|
@ -3,7 +3,11 @@ class Netpbm < Formula
|
|||
homepage "https://netpbm.sourceforge.io/"
|
||||
# Maintainers: Look at https://sourceforge.net/p/netpbm/code/HEAD/tree/
|
||||
# for stable versions and matching revisions.
|
||||
url "http://svn.code.sf.net/p/netpbm/code/stable", :revision => 2885
|
||||
if MacOS.version >= :sierra
|
||||
url "https://svn.code.sf.net/p/netpbm/code/stable", :revision => 2885
|
||||
else
|
||||
url "http://svn.code.sf.net/p/netpbm/code/stable", :revision => 2885
|
||||
end
|
||||
version "10.73.07"
|
||||
version_scheme 1
|
||||
|
||||
|
|
Loading…
Reference in a new issue