Skip to content

Commit

Permalink
Subindo a versão do Flutter para a mais recente
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffque committed Oct 27, 2020
1 parent f8cca69 commit e338cc9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
.PHONY: build clean

FLUTTER_VERSION=1.22.2-stable
FLUTTER_DOWNLOAD_URL=https://storage.googleapis.com/flutter_infra/releases/stable/linux/flutter_linux_$(FLUTTER_VERSION).tar.xz

build: .build

.build: flutter-sdk/.keep flutter-sdk/android-sdk/.keep downloads/android-sdk.zip downloads/flutter-sdk.tar.xz Dockerfile
Expand All @@ -20,5 +23,5 @@ downloads/android-sdk.zip: downloads/.keep
touch $@

downloads/flutter-sdk.tar.xz: downloads/.keep
wget https://storage.googleapis.com/flutter_infra/releases/stable/linux/flutter_linux_v1.12.13+hotfix.9-stable.tar.xz -O downloads/flutter-sdk.tar.xz
wget $(FLUTTER_DOWNLOAD_URL) -O $@
touch $@

0 comments on commit e338cc9

Please sign in to comment.