From 0d9ee1c25876a28c26b62408a5327fdf107eb2f1 Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 11:28:47 +0000 Subject: [PATCH 1/2] chore: docs: update updatecli version to v0.113.0-rc.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- content/en/docs/prologue/installation.adoc | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/content/en/docs/prologue/installation.adoc b/content/en/docs/prologue/installation.adoc index 72c641a7..d0b5c0b3 100644 --- a/content/en/docs/prologue/installation.adoc +++ b/content/en/docs/prologue/installation.adoc @@ -50,33 +50,33 @@ To upgrade to the latest version, use `brew upgrade updatecli`. [source,shell] ``` # amd64 -sudo zypper install https://github.com/updatecli/updatecli/releases/download/v0.112.0/updatecli_amd64.rpm +sudo zypper install https://github.com/updatecli/updatecli/releases/download/v0.113.0-rc.1/updatecli_amd64.rpm # arm64 -sudo zypper install https://github.com/updatecli/updatecli/releases/download/v0.112.0/updatecli_arm64.rpm +sudo zypper install https://github.com/updatecli/updatecli/releases/download/v0.113.0-rc.1/updatecli_arm64.rpm # armv6 -sudo zypper install https://github.com/updatecli/updatecli/releases/download/v0.112.0/updatecli_armv6.rpm +sudo zypper install https://github.com/updatecli/updatecli/releases/download/v0.113.0-rc.1/updatecli_armv6.rpm ``` **Debian/Ubuntu** [source,shell] ``` # amd64 -curl -sL -o/var/cache/apt/archives/updatecli_amd64.deb https://github.com/updatecli/updatecli/releases/download/v0.112.0/updatecli_amd64.deb +curl -sL -o/var/cache/apt/archives/updatecli_amd64.deb https://github.com/updatecli/updatecli/releases/download/v0.113.0-rc.1/updatecli_amd64.deb # arm64 -curl -sL -o/var/cache/apt/archives/updatecli_amd64.deb https://github.com/updatecli/updatecli/releases/download/v0.112.0/updatecli_arm64.deb +curl -sL -o/var/cache/apt/archives/updatecli_amd64.deb https://github.com/updatecli/updatecli/releases/download/v0.113.0-rc.1/updatecli_arm64.deb # armv6 -curl -sL -o/var/cache/apt/archives/updatecli_amd64.deb https://github.com/updatecli/updatecli/releases/download/v0.112.0/updatecli_armv6.deb +curl -sL -o/var/cache/apt/archives/updatecli_amd64.deb https://github.com/updatecli/updatecli/releases/download/v0.113.0-rc.1/updatecli_armv6.deb ``` **Fedora/Centos/RedHat** [source,shell] ``` # amd64 -dnf install https://github.com/updatecli/updatecli/releases/download/v0.112.0/updatecli_amd64.rpm +dnf install https://github.com/updatecli/updatecli/releases/download/v0.113.0-rc.1/updatecli_amd64.rpm # arm64 -dnf install https://github.com/updatecli/updatecli/releases/download/v0.112.0/updatecli_arm64.rpm +dnf install https://github.com/updatecli/updatecli/releases/download/v0.113.0-rc.1/updatecli_arm64.rpm # armv6 -dnf install https://github.com/updatecli/updatecli/releases/download/v0.112.0/updatecli_armv6.rpm +dnf install https://github.com/updatecli/updatecli/releases/download/v0.113.0-rc.1/updatecli_armv6.rpm ``` **Arch Linux (AUR)** @@ -89,13 +89,13 @@ yay -S updatecli-bin [source,shell] ``` # amd64 -curl -sL -o/tmp/updatecli_amd64.tgz https://github.com/updatecli/updatecli/releases/download/v0.112.0/updatecli_Linux_x86_64.tar.gz +curl -sL -o/tmp/updatecli_amd64.tgz https://github.com/updatecli/updatecli/releases/download/v0.113.0-rc.1/updatecli_Linux_x86_64.tar.gz # arm64 -curl -sL -o/tmp/updatecli_arm64.tgz https://github.com/updatecli/updatecli/releases/download/v0.112.0/updatecli_Linux_arm64.tar.gz +curl -sL -o/tmp/updatecli_arm64.tgz https://github.com/updatecli/updatecli/releases/download/v0.113.0-rc.1/updatecli_Linux_arm64.tar.gz # armv6 -curl -sL -o/tmp/updatecli_arm.tgz https://github.com/updatecli/updatecli/releases/download/v0.112.0/updatecli_Linux_arm.tar.gz +curl -sL -o/tmp/updatecli_arm.tgz https://github.com/updatecli/updatecli/releases/download/v0.113.0-rc.1/updatecli_Linux_arm.tar.gz ``` From a71841a18cae11b76b9debafff90679d7bf91895 Mon Sep 17 00:00:00 2001 From: "updateclibot[bot]" <92153806+updateclibot[bot]@users.noreply.github.com> Date: Sun, 11 Jan 2026 09:30:28 +0000 Subject: [PATCH 2/2] chore: docs: update updatecli version to v0.112.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- content/en/docs/prologue/installation.adoc | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/content/en/docs/prologue/installation.adoc b/content/en/docs/prologue/installation.adoc index d0b5c0b3..72c641a7 100644 --- a/content/en/docs/prologue/installation.adoc +++ b/content/en/docs/prologue/installation.adoc @@ -50,33 +50,33 @@ To upgrade to the latest version, use `brew upgrade updatecli`. [source,shell] ``` # amd64 -sudo zypper install https://github.com/updatecli/updatecli/releases/download/v0.113.0-rc.1/updatecli_amd64.rpm +sudo zypper install https://github.com/updatecli/updatecli/releases/download/v0.112.0/updatecli_amd64.rpm # arm64 -sudo zypper install https://github.com/updatecli/updatecli/releases/download/v0.113.0-rc.1/updatecli_arm64.rpm +sudo zypper install https://github.com/updatecli/updatecli/releases/download/v0.112.0/updatecli_arm64.rpm # armv6 -sudo zypper install https://github.com/updatecli/updatecli/releases/download/v0.113.0-rc.1/updatecli_armv6.rpm +sudo zypper install https://github.com/updatecli/updatecli/releases/download/v0.112.0/updatecli_armv6.rpm ``` **Debian/Ubuntu** [source,shell] ``` # amd64 -curl -sL -o/var/cache/apt/archives/updatecli_amd64.deb https://github.com/updatecli/updatecli/releases/download/v0.113.0-rc.1/updatecli_amd64.deb +curl -sL -o/var/cache/apt/archives/updatecli_amd64.deb https://github.com/updatecli/updatecli/releases/download/v0.112.0/updatecli_amd64.deb # arm64 -curl -sL -o/var/cache/apt/archives/updatecli_amd64.deb https://github.com/updatecli/updatecli/releases/download/v0.113.0-rc.1/updatecli_arm64.deb +curl -sL -o/var/cache/apt/archives/updatecli_amd64.deb https://github.com/updatecli/updatecli/releases/download/v0.112.0/updatecli_arm64.deb # armv6 -curl -sL -o/var/cache/apt/archives/updatecli_amd64.deb https://github.com/updatecli/updatecli/releases/download/v0.113.0-rc.1/updatecli_armv6.deb +curl -sL -o/var/cache/apt/archives/updatecli_amd64.deb https://github.com/updatecli/updatecli/releases/download/v0.112.0/updatecli_armv6.deb ``` **Fedora/Centos/RedHat** [source,shell] ``` # amd64 -dnf install https://github.com/updatecli/updatecli/releases/download/v0.113.0-rc.1/updatecli_amd64.rpm +dnf install https://github.com/updatecli/updatecli/releases/download/v0.112.0/updatecli_amd64.rpm # arm64 -dnf install https://github.com/updatecli/updatecli/releases/download/v0.113.0-rc.1/updatecli_arm64.rpm +dnf install https://github.com/updatecli/updatecli/releases/download/v0.112.0/updatecli_arm64.rpm # armv6 -dnf install https://github.com/updatecli/updatecli/releases/download/v0.113.0-rc.1/updatecli_armv6.rpm +dnf install https://github.com/updatecli/updatecli/releases/download/v0.112.0/updatecli_armv6.rpm ``` **Arch Linux (AUR)** @@ -89,13 +89,13 @@ yay -S updatecli-bin [source,shell] ``` # amd64 -curl -sL -o/tmp/updatecli_amd64.tgz https://github.com/updatecli/updatecli/releases/download/v0.113.0-rc.1/updatecli_Linux_x86_64.tar.gz +curl -sL -o/tmp/updatecli_amd64.tgz https://github.com/updatecli/updatecli/releases/download/v0.112.0/updatecli_Linux_x86_64.tar.gz # arm64 -curl -sL -o/tmp/updatecli_arm64.tgz https://github.com/updatecli/updatecli/releases/download/v0.113.0-rc.1/updatecli_Linux_arm64.tar.gz +curl -sL -o/tmp/updatecli_arm64.tgz https://github.com/updatecli/updatecli/releases/download/v0.112.0/updatecli_Linux_arm64.tar.gz # armv6 -curl -sL -o/tmp/updatecli_arm.tgz https://github.com/updatecli/updatecli/releases/download/v0.113.0-rc.1/updatecli_Linux_arm.tar.gz +curl -sL -o/tmp/updatecli_arm.tgz https://github.com/updatecli/updatecli/releases/download/v0.112.0/updatecli_Linux_arm.tar.gz ```