Pump resinos version

This commit is contained in:
Pascal Vizeli 2017-06-06 22:47:09 +02:00 committed by GitHub
parent 04955de3ed
commit 7b2b834242

View file

@ -36,12 +36,12 @@ NAME="$1"
case "$NAME" in case "$NAME" in
"raspberrypi" | "raspberrypi2" | "raspberrypi3") "raspberrypi" | "raspberrypi2" | "raspberrypi3")
RESIN_REPO="https://github.com/resin-os/resin-raspberrypi" RESIN_REPO="https://github.com/resin-os/resin-raspberrypi"
RESIN_BRANCH="v2.0.3+rev1" RESIN_BRANCH="v2.0.5+rev1"
MACHINE="$NAME" MACHINE="$NAME"
;; ;;
"intel-nuc") "intel-nuc")
RESIN_REPO="https://github.com/resin-os/resin-intel" 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" MACHINE="intel-corei7-64"
;; ;;
*) *)