We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35e4d38 commit 8c7afd8Copy full SHA for 8c7afd8
scripts/dev/download_libs.sh
@@ -8,7 +8,7 @@ LEGACY=0
8
SILENT_ARGS=""
9
NO_SSL=""
10
BLEEDING_EDGE=0
11
-DL_VERSION=2.6.4
+DL_VERSION=2.6.5
12
TAG=""
13
14
printHelp(){
scripts/of.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
# pipe commands to core openFrameworks scripts
3
-OF_SCRIPT_VERSION=0.2.1
+OF_SCRIPT_VERSION=0.2.2
4
# Dan Rosser 2025
5
OF_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
6
OF_DIR="$(realpath "$OF_DIR/../")"
0 commit comments