From 3490ea74451252c88046212d86f24f9ac96377ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nick=20=C3=98stergaard?= Date: Wed, 2 Jan 2019 17:49:39 +0100 Subject: [PATCH] Bump ngspice to ngspice-30-2 I am not sure where there is a ngspice-30 and ngspice-30-2 tag upstream, but I guess we should choose the dash two version. --- kicad-mac-builder/ngspice.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kicad-mac-builder/ngspice.cmake b/kicad-mac-builder/ngspice.cmake index bdfc672..f3c992d 100644 --- a/kicad-mac-builder/ngspice.cmake +++ b/kicad-mac-builder/ngspice.cmake @@ -4,7 +4,7 @@ ExternalProject_Add( ngspice PREFIX ngspice GIT_REPOSITORY git://git.code.sf.net/p/ngspice/ngspice - GIT_TAG 99a20162d5038a328d335d11da69c9eee0549fdc + GIT_TAG ngspice-30-2 UPDATE_COMMAND "" PATCH_COMMAND "" CONFIGURE_COMMAND ./autogen.sh