np2: avoid HTTPS svn for Mojave

This commit is contained in:
FX Coudert 2018-09-25 11:16:16 +02:00
parent ce8b8335e3
commit 6f0538bcd6

View file

@ -1,12 +1,8 @@
class Np2 < Formula
desc "Neko Project 2: PC-9801 emulator"
homepage "https://www.yui.ne.jp/np2/"
if MacOS.version >= :sierra
url "https://amethyst.yui.ne.jp/svn/pc98/np2/tags/VER_0_86/", :using => :svn, :revision => "2606"
else
url "http://amethyst.yui.ne.jp/svn/pc98/np2/tags/VER_0_86/", :using => :svn, :revision => "2606"
end
head "https://amethyst.yui.ne.jp/svn/pc98/np2/trunk/", :using => :svn
url "http://amethyst.yui.ne.jp/svn/pc98/np2/tags/VER_0_86/", :using => :svn, :revision => "2606"
head "http://amethyst.yui.ne.jp/svn/pc98/np2/trunk/", :using => :svn
bottle do
cellar :any