netpbm: restore https for svn url(s)

This commit is contained in:
Viktor Szakats 2019-01-23 23:09:50 +00:00 committed by FX Coudert
parent dfbc3a5891
commit fa96f0dda8

View file

@ -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