From 0ec84a49b257e8679ed5532b756afc79d6675f8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Ferdinand?= Date: Sat, 22 Mar 2025 20:11:13 +0100 Subject: [PATCH] Updated Newt version to 1.1.2 --- .DS_Store | Bin 0 -> 6148 bytes newt/Dockerfile | 10 +++++----- newt/config.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..23f3960c4adadc470c2ae4c77204302e38d96083 GIT binary patch literal 6148 zcmeHK+e*Vg5Iv(2Dhl?|7h%7k;2$J4r3zla{(#hqC^3;(72opi$M}hQW_P6|jjtjy z1Di85J2SgEkn9cs89y%$fgykahoY#`BkJy*+K9nhMDaDInBWu_m}1mZ=r6i-@4Gm{ zF*2NU->dyUU~y7Z*Yl#9Ge!x@I7Xjdr~wH|+~5_&aWAvFEUNOB^W+QLxa4{n za-0!ISX)sJI+gZNbHztgc)}f)#2RnRyr*5EZ0|$fJJ~c%i~(c77%&Em0e=ROhQW?; zVGI}p#z2Pwy`wq~#WZ3QP+jWxEdVi5TZOt_l@(pYG-4BwGZYD_#E>en#gLFrzl(8c z#3o=!hs5SX;>zF6i}=-9-}!Jz8ql7`fHBZ!U^AFQJ^v^CWO|$Yc8XcXfHCmT7?32N za9xv4gHVo`^hlxRA*cou?eVE)bG=Yb`kJ|*uxn3 H1qQwVWDQ1! literal 0 HcmV?d00001 diff --git a/newt/Dockerfile b/newt/Dockerfile index 05c7ddf..aa2f992 100644 --- a/newt/Dockerfile +++ b/newt/Dockerfile @@ -7,15 +7,15 @@ RUN apk add --no-cache bash curl jq # Detect system architecture and download the correct Newt binary RUN ARCH=$(uname -m) && \ if [ "$ARCH" = "x86_64" ]; then \ - curl -fsSL -o /usr/bin/newt https://github.com/fosrl/newt/releases/download/1.1.1/newt_linux_amd64; \ + curl -fsSL -o /usr/bin/newt https://github.com/fosrl/newt/releases/download/1.1.2/newt_linux_amd64; \ elif [ "$ARCH" = "aarch64" ]; then \ - curl -fsSL -o /usr/bin/newt https://github.com/fosrl/newt/releases/download/1.1.1/newt_linux_arm64; \ + curl -fsSL -o /usr/bin/newt https://github.com/fosrl/newt/releases/download/1.1.2/newt_linux_arm64; \ elif [ "$ARCH" = "armv7l" ]; then \ - curl -fsSL -o /usr/bin/newt https://github.com/fosrl/newt/releases/download/1.1.1/newt_linux_arm32; \ + curl -fsSL -o /usr/bin/newt https://github.com/fosrl/newt/releases/download/1.1.2/newt_linux_arm32; \ elif [ "$ARCH" = "armv6l" ]; then \ - curl -fsSL -o /usr/bin/newt https://github.com/fosrl/newt/releases/download/1.1.1/newt_linux_arm32v6; \ + curl -fsSL -o /usr/bin/newt https://github.com/fosrl/newt/releases/download/1.1.2/newt_linux_arm32v6; \ elif [ "$ARCH" = "riscv64" ]; then \ - curl -fsSL -o /usr/bin/newt https://github.com/fosrl/newt/releases/download/1.1.1/newt_linux_riscv64; \ + curl -fsSL -o /usr/bin/newt https://github.com/fosrl/newt/releases/download/1.1.2/newt_linux_riscv64; \ else \ echo "❌ ERROR: Unsupported architecture: $ARCH"; exit 1; \ fi && \ diff --git a/newt/config.yaml b/newt/config.yaml index 6364f05..65cb7f8 100644 --- a/newt/config.yaml +++ b/newt/config.yaml @@ -1,5 +1,5 @@ name: "Newt Add-on" -version: "1.2.8" +version: "1.2.9" slug: "newt" description: "Runs Newt inside Home Assistant OS" arch: