Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperl authored Sep 11, 2022
1 parent 0ed4a01 commit 0b0bd50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,14 @@ $(BUILD_DIR)/web_toitdocs/$(WEB_TOITDOCS_VERSION):
cd $(BUILD_DIR)/web_toitdocs/$(WEB_TOITDOCS_VERSION) && tar -xzf $(WEB_TOITDOCS_VERSION).tar.gz
rm -rf $(BUILD_DIR)/web_toitdocs/$(WEB_TOITDOCS_VERSION)/$(WEB_TOITDOCS_VERSION).tar.gz

SDK_VERSION ?= v2.0.0-alpha.21
SDK_VERSION ?= v2.0.0-alpha.23
$(BUILD_DIR)/sdk/$(SDK_VERSION):
mkdir -p $(BUILD_DIR)/sdk/$(SDK_VERSION)
curl -L -o $(BUILD_DIR)/sdk/$(SDK_VERSION)/toit-linux.tar.gz https://github.com/toitlang/toit/releases/download/$(SDK_VERSION)/toit-linux.tar.gz
cd $(BUILD_DIR)/sdk/$(SDK_VERSION) && tar --strip-components=1 -xzf toit-linux.tar.gz
rm -rf $(BUILD_DIR)/sdk/$(SDK_VERSION)/toit-linux.tar.gz

WEB_TPKG_VERSION ?= v0.1.2
WEB_TPKG_VERSION ?= v0.2.0
$(BUILD_DIR)/web_tpkg/$(WEB_TPKG_VERSION):
mkdir -p $(BUILD_DIR)/web_tpkg/$(WEB_TPKG_VERSION)
gsutil cp gs://toit-web/pkg.toit.io/$(WEB_TPKG_VERSION).tgz $(BUILD_DIR)/web_tpkg/$(WEB_TPKG_VERSION)
Expand Down

0 comments on commit 0b0bd50

Please sign in to comment.