From 95aae6bc205ca94ebb78f5178580f108069b9ca5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C4=8Cerm=C3=A1k?= Date: Tue, 21 Nov 2023 07:52:42 +0100 Subject: [PATCH] Update rlwrap to 0.46.1 to fix partially repeated input (#128) --- Dockerfile | 2 +- build.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 68b5b62..372f780 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN apk add --no-cache --virtual .build-deps \ build-base \ readline-dev \ ncurses-dev \ - && curl -L -s "https://github.com/hanslub42/rlwrap/releases/download/v${RLWRAP_VERSION}/rlwrap-${RLWRAP_VERSION}.tar.gz" \ + && curl -L -s "https://github.com/hanslub42/rlwrap/releases/download/${RLWRAP_VERSION}/rlwrap-${RLWRAP_VERSION}.tar.gz" \ | tar zxvf - -C /usr/src/ \ && cd rlwrap-${RLWRAP_VERSION} \ && ./configure \ diff --git a/build.yaml b/build.yaml index 0fdbbc7..d217355 100644 --- a/build.yaml +++ b/build.yaml @@ -13,7 +13,7 @@ cosign: identity: https://github.com/home-assistant/plugin-cli/.* args: CLI_VERSION: 4.29.0 - RLWRAP_VERSION: 0.45.2 + RLWRAP_VERSION: 0.46.1 labels: io.hass.type: cli org.opencontainers.image.title: Home Assistant CLI Plugin