From 6576d31b8022bf334977ef1c8c6f9d3e0943360f Mon Sep 17 00:00:00 2001 From: Botspot Date: Tue, 18 May 2021 22:20:19 -0500 Subject: [PATCH] Turbo Scratch: update to 0.5.0 --- apps/Turbo Scratch/install-32 | 2 +- apps/Turbo Scratch/install-64 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/Turbo Scratch/install-32 b/apps/Turbo Scratch/install-32 index 244432b..f4f3987 100755 --- a/apps/Turbo Scratch/install-32 +++ b/apps/Turbo Scratch/install-32 @@ -8,7 +8,7 @@ function error { } rm -f ~/turbowarp.deb -wget -O ~/turbowarp.deb https://github.com/TurboWarp/desktop/releases/download/v0.3.1/TurboWarp-linux-armv7l-0.3.1.deb || error "Failed to download deb!" +wget -O ~/turbowarp.deb https://github.com/TurboWarp/desktop/releases/download/v0.5.0/TurboWarp-linux-armv7l-0.5.0.deb || error "Failed to download deb!" sudo apt install -yf ~/turbowarp.deb || error "Failed to install turbowarp.deb!" diff --git a/apps/Turbo Scratch/install-64 b/apps/Turbo Scratch/install-64 index 3cfbb9b..d3439eb 100755 --- a/apps/Turbo Scratch/install-64 +++ b/apps/Turbo Scratch/install-64 @@ -8,7 +8,7 @@ function error { } rm -f ~/turbowarp.deb -wget -O ~/turbowarp.deb https://github.com/TurboWarp/desktop/releases/download/v0.3.1/TurboWarp-linux-arm64-0.3.1.deb || error "Failed to download deb!" +wget -O ~/turbowarp.deb https://github.com/TurboWarp/desktop/releases/download/v0.5.0/TurboWarp-linux-arm64-0.5.0.deb || error "Failed to download deb!" sudo apt install -yf ~/turbowarp.deb || error "Failed to install turbowarp.deb!"