Fetch ngspice over https

This commit is contained in:
Andrew D'Addesio 2020-06-16 21:11:53 -05:00 committed by Seth Hillbrand
parent a893d19d26
commit b48a6274e6
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ USE_GIT_TAG=1
NGSPICE_GIT_TAG="ngspice-31.3"
NGSPICE_GIT_HASH="33985ae1e5eff44065a52bea45489a1dba0af8f3"
NGSPICE_GIT="git://git.code.sf.net/p/ngspice/ngspice"
NGSPICE_GIT="https://git.code.sf.net/p/ngspice/ngspice
BUILD_DIR="/tmp/libngspice_so"
SRC_DIR="${BUILD_DIR}/ngspice"