|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
#!/bin/bash |
|
|
|
|
|
|
|
|
|
# Set the current target version |
|
|
|
|
export TARGET=${TARGET:-"14.0.0"} |
|
|
|
|
export TARGET=${TARGET:-"14.1.0"} |
|
|
|
|
|
|
|
|
|
# When $SUFFIX = true then the package tarball name will be $package-trinity. |
|
|
|
|
# When $SUFFIX != true then the package tarball name will be trinity-$package. |
|
|
|
|