From cb4328309352a99b566f6aa30086566e25820ba6 Mon Sep 17 00:00:00 2001 From: "usa-reddragon-renovate-ce[bot]" <156608365+usa-reddragon-renovate-ce[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 05:04:10 +0000 Subject: [PATCH] chore(deps): update dependency runelite/launcher to v2.7.2 Signed-off-by: usa-reddragon-renovate-ce[bot] <156608365+usa-reddragon-renovate-ce[bot]@users.noreply.github.com> --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index b4eb0af3..dd9199f0 100755 --- a/update.sh +++ b/update.sh @@ -53,7 +53,7 @@ HDOS_SHORT_VERSION=$(echo ${HDOS_VERSION} | awk -F. '{ print "v"$3 }') export HDOS_URL=https://cdn.hdos.dev/launcher/${HDOS_SHORT_VERSION}/hdos-launcher.jar # renovate: datasource=github-releases depName=runelite/launcher -RUNELITE_LAUNCHER_VERSION=2.7.1 +RUNELITE_LAUNCHER_VERSION=2.7.2 RUNELITE_LAUNCHER_MAJOR_MINOR_VERSION=$(echo ${RUNELITE_LAUNCHER_VERSION} | cut -d'-' -f3 | cut -d'.' -f1-2) # Runelite doesn't always update the JAR, so we need to search previous releases for the latest JAR