Build 3.7-stable

This commit is contained in:
Matt McWilliams 2021-09-15 21:20:15 -04:00
parent 7816207669
commit 64e9ada92d
2 changed files with 4 additions and 6 deletions

View File

@ -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

View File

@ -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