np2: avoid HTTPS svn for Mojave
This commit is contained in:
parent
ce8b8335e3
commit
6f0538bcd6
1 changed files with 2 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue