netpbm 10.73.17
Closes #20002. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
4a03fb2717
commit
6603836f1b
1 changed files with 3 additions and 3 deletions
|
@ -4,11 +4,11 @@ class Netpbm < Formula
|
|||
# Maintainers: Look at https://sourceforge.net/p/netpbm/code/HEAD/tree/
|
||||
# for stable versions and matching revisions.
|
||||
if MacOS.version >= :sierra
|
||||
url "https://svn.code.sf.net/p/netpbm/code/stable", :revision => 3079
|
||||
url "https://svn.code.sf.net/p/netpbm/code/stable", :revision => 3094
|
||||
else
|
||||
url "http://svn.code.sf.net/p/netpbm/code/stable", :revision => 3079
|
||||
url "http://svn.code.sf.net/p/netpbm/code/stable", :revision => 3094
|
||||
end
|
||||
version "10.73.16"
|
||||
version "10.73.17"
|
||||
version_scheme 1
|
||||
|
||||
head "https://svn.code.sf.net/p/netpbm/code/trunk"
|
||||
|
|
Loading…
Reference in a new issue