Skip to content

Commit b66cf53

Browse files
committed
Add missing version definitions for 3.1.x
1 parent 7fc1627 commit b66cf53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/download_blender.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Usage: bash download_blender.sh 2.93 out
55
set -eEu
66

7-
SUPPORTED_VERSIONS=("2.80" "2.81" "2.82" "2.83" "2.90" "2.91" "2.92" "2.93" "3.00")
7+
SUPPORTED_VERSIONS=("2.80" "2.81" "2.82" "2.83" "2.90" "2.91" "2.92" "2.93" "3.00" "3.10" "3.11" "3.12")
88

99
declare -A BLENDER_BINARY_URL=(
1010
["v2.80"]="https://download.blender.org/release/Blender2.80/blender-2.80-linux-glibc217-x86_64.tar.bz2"

0 commit comments

Comments
 (0)