From f3d29ad3dfc2911c3618e62ac3c6467d5ead5e5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 21:06:11 +0000 Subject: [PATCH] Update dependency pkgx to v2 --- devcontainer/scripts/prepare_image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devcontainer/scripts/prepare_image.sh b/devcontainer/scripts/prepare_image.sh index 4512365..d32abac 100755 --- a/devcontainer/scripts/prepare_image.sh +++ b/devcontainer/scripts/prepare_image.sh @@ -134,7 +134,7 @@ ${CURL} "https://github.com/kadwanev/retry/releases/download/${RETRY_VERSION}/re # install pkgx # renovate: datasource=github-releases depName=pkgx packageName=pkgxdev/pkgx -PKGX_VERSION="1.4.1" +PKGX_VERSION="2.1.1" ${CURL} "https://github.com/pkgxdev/pkgx/releases/download/v${PKGX_VERSION}/pkgx-${PKGX_VERSION}+linux+${UNAME_ARCH//_/-}.tar.xz" | tar -C /usr/local/bin -xJf - pkgx