netpbm: restore https for svn url(s)
This commit is contained in:
parent
dfbc3a5891
commit
fa96f0dda8
1 changed files with 2 additions and 2 deletions
|
@ -3,10 +3,10 @@ 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 => 3459
|
||||
url "https://svn.code.sf.net/p/netpbm/code/stable", :revision => 3459
|
||||
version "10.73.24"
|
||||
version_scheme 1
|
||||
head "http://svn.code.sf.net/p/netpbm/code/trunk"
|
||||
head "https://svn.code.sf.net/p/netpbm/code/trunk"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
|
Loading…
Reference in a new issue