From e02be7518fa4789688a44b5d56280fff5d3fd765 Mon Sep 17 00:00:00 2001 From: automation-bot Date: Tue, 4 Aug 2026 02:32:01 +0000 Subject: [PATCH] chore(deps): update dependency nbafrank/uvr to v0.4.5 --- local/uvr-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/uvr-install.sh b/local/uvr-install.sh index e1c4d0f..14b7f78 100755 --- a/local/uvr-install.sh +++ b/local/uvr-install.sh @@ -30,7 +30,7 @@ set -eu # renovate: datasource=github-releases depName=nbafrank/uvr -UVR_PIN="v0.4.4" +UVR_PIN="v0.4.5" if [ "$#" -eq 0 ]; then echo "usage: $0 ..." >&2