Skip to content

Commit

Permalink
Point links to latest release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdknives committed Oct 21, 2021
1 parent 23c3b36 commit 6f9bf92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#
# version must always start with "v" like: v0.1.45-rc

VERSION=v0.3.0
VERSION=v0.4.0
# This must match the tags in the github repository

# loading the actual path
Expand All @@ -24,7 +24,7 @@ RASPBIAN_ARM_DOWNLOAD_URL="https://downloads.raspberrypi.org/raspios_lite_armhf/
RASPBIAN_ARM64_DOWNLOAD_URL="https://downloads.raspberrypi.org/raspios_lite_arm64/images/raspios_lite_arm64-2021-05-28/2021-05-07-raspios-buster-arm64-lite.zip"

# Skywire release download for OS running on destination skyminer
SKYWIRE_VERSION=v0.5.0-rc10
SKYWIRE_VERSION=v0.5.0
SKYWIRE_ARM64_DOWNLOAD_URL="https://github.com/skycoin/skywire/releases/download/$SKYWIRE_VERSION/skywire-$SKYWIRE_VERSION-linux-arm64.tar.gz"
SKYWIRE_ARM_DOWNLOAD_URL="https://github.com/skycoin/skywire/releases/download/$SKYWIRE_VERSION/skywire-$SKYWIRE_VERSION-linux-arm.tar.gz"
# Offset and sector size of the Armbian image for rootfs (found automatically if not set)
Expand Down

0 comments on commit 6f9bf92

Please sign in to comment.