Skip to content

Commit

Permalink
Update rlwrap to 0.46.1 to fix partially repeated input (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
sairon authored Nov 21, 2023
1 parent 456ba28 commit 95aae6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 95aae6b

Please sign in to comment.