netpbm 10.73.08
Closes #11747. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
c41a859ac4
commit
3b5f6e7e49
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 => 2885
|
||||
url "https://svn.code.sf.net/p/netpbm/code/stable", :revision => 2927
|
||||
else
|
||||
url "http://svn.code.sf.net/p/netpbm/code/stable", :revision => 2885
|
||||
url "http://svn.code.sf.net/p/netpbm/code/stable", :revision => 2927
|
||||
end
|
||||
version "10.73.07"
|
||||
version "10.73.08"
|
||||
version_scheme 1
|
||||
|
||||
head "https://svn.code.sf.net/p/netpbm/code/trunk"
|
||||
|
|
Loading…
Reference in a new issue