From 789b419a71ae5ed1048b4b632cd28c871ddf8569 Mon Sep 17 00:00:00 2001 From: Piotr Dobrowolski Date: Sat, 11 Dec 2021 13:52:30 +0100 Subject: [PATCH] stage2: bump homebrew channel version to 0.3.2 --- stage2.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stage2.html b/stage2.html index b1b5ed7..fe6cec3 100644 --- a/stage2.html +++ b/stage2.html @@ -74,7 +74,7 @@ }); } - var homebrewChannelURL = 'https://github.com/webosbrew/webos-homebrew-channel/releases/download/v0.2.1/org.webosbrew.hbchannel_0.2.1_all.ipk'; + var homebrewChannelURL = 'https://github.com/webosbrew/webos-homebrew-channel/releases/download/v0.3.2/org.webosbrew.hbchannel_0.3.2_all.ipk'; download('files/stage3.sh', '/media/cryptofs/apps/usr/palm/services/com.palmdts.devmode.service/', 'start-devmode.sh', function () { download(homebrewChannelURL, '/media/internal/downloads/', 'hbchannel.ipk', function () {