diff --git a/build-scripts/resinos-build/create_resinos.sh b/build-scripts/resinos-build/create_resinos.sh index 5aed376..0fa567d 100755 --- a/build-scripts/resinos-build/create_resinos.sh +++ b/build-scripts/resinos-build/create_resinos.sh @@ -36,12 +36,12 @@ NAME="$1" case "$NAME" in "raspberrypi" | "raspberrypi2" | "raspberrypi3") RESIN_REPO="https://github.com/resin-os/resin-raspberrypi" - RESIN_BRANCH="v2.0.3+rev1" + RESIN_BRANCH="v2.0.5+rev1" MACHINE="$NAME" ;; "intel-nuc") RESIN_REPO="https://github.com/resin-os/resin-intel" - RESIN_BRANCH="v2.0.3+rev1" + RESIN_BRANCH="v2.0.4+rev1" MACHINE="intel-corei7-64" ;; *)