Build 3.7-stable
This commit is contained in:
parent
7816207669
commit
64e9ada92d
|
@ -1,8 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
#latest-stable
|
||||
POVRAY_VERSION=latest-stable
|
||||
#v3.7.0.0
|
||||
#latest-stable#v3.7.0.0
|
||||
POVRAY_VERSION=3.7-stable
|
||||
|
||||
if [ ! -d povray ]; then
|
||||
git clone --depth 1 --branch $POVRAY_VERSION https://github.com/POV-Ray/povray povray
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
#latest-stable
|
||||
POVRAY_VERSION=latest-stable
|
||||
#v3.7.0.0
|
||||
#latest-stable#v3.7.0.0
|
||||
POVRAY_VERSION=3.7-stable
|
||||
|
||||
if [ ! -d povray ]; then
|
||||
git clone --depth 1 --branch $POVRAY_VERSION https://github.com/POV-Ray/povray povray
|
||||
|
|
Loading…
Reference in New Issue