diff --git a/recipes-wolfssl/wolfclu/wolfclu_0.1.0.bb b/recipes-wolfssl/wolfclu/wolfclu_0.1.5.bb similarity index 100% rename from recipes-wolfssl/wolfclu/wolfclu_0.1.0.bb rename to recipes-wolfssl/wolfclu/wolfclu_0.1.5.bb diff --git a/update-version.sh b/update-version.sh index 27c1d6d..510f49d 100755 --- a/update-version.sh +++ b/update-version.sh @@ -64,4 +64,10 @@ get_current "wolftpm" get_new "wolftpm" update "wolftpm" +printf "Checking version of wolfCLU to use..." +get_current "wolfclu" +get_new "wolfclu" +update "wolfclu" + + exit 0