From a83dec07ad9cf930ed28d567e64329c140e172fe Mon Sep 17 00:00:00 2001 From: ciatwendylabsinc Date: Sun, 1 Feb 2026 20:23:04 +0000 Subject: [PATCH] Update to 2026.02.01-200615 --- .SRCINFO | 10 +++++----- PKGBUILD | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index d90dc061e1a8..97d83b51a2d4 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = wendy pkgdesc = Wendy CLI - Remote device debugging and deployment for Raspberry Pi, NVIDIA Jetson, and other Linux devices - pkgver = 2026.02.01_194952 + pkgver = 2026.02.01_200615 pkgrel = 1 url = https://wendy.sh arch = x86_64 @@ -8,9 +8,9 @@ pkgbase = wendy license = custom:proprietary provides = wendy conflicts = wendy-git - source_x86_64 = wendy-2026.02.01-194952-x86_64.tar.gz::https://github.com/wendylabsinc/wendy-agent/releases/download/2026.02.01-194952/wendy-cli-linux-static-musl-x86_64-2026.02.01-194952.tar.gz - sha256sums_x86_64 = 50e6fcbe3e11d440eba0e327489f37b77850c0bd9b90e5352ff3d5b0f5a5f91b - source_aarch64 = wendy-2026.02.01-194952-aarch64.tar.gz::https://github.com/wendylabsinc/wendy-agent/releases/download/2026.02.01-194952/wendy-cli-linux-static-musl-aarch64-2026.02.01-194952.tar.gz - sha256sums_aarch64 = 2966424f9a1831f5583f6601d50de7d093ffb7119819a06f6aacd93ef1dc025d + source_x86_64 = wendy-2026.02.01-200615-x86_64.tar.gz::https://github.com/wendylabsinc/wendy-agent/releases/download/2026.02.01-200615/wendy-cli-linux-static-musl-x86_64-2026.02.01-200615.tar.gz + sha256sums_x86_64 = 9f994715f76086f856479f0a128d0f2359133404540d18f03aef0fae69e5cd41 + source_aarch64 = wendy-2026.02.01-200615-aarch64.tar.gz::https://github.com/wendylabsinc/wendy-agent/releases/download/2026.02.01-200615/wendy-cli-linux-static-musl-aarch64-2026.02.01-200615.tar.gz + sha256sums_aarch64 = a55208d3eea71e96b8d40709ca0ba248c345a94c396dd161776a29d20e33c41b pkgname = wendy diff --git a/PKGBUILD b/PKGBUILD index 0f408d8e340e..3656831ddc98 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Wendy Labs Inc. pkgname=wendy -_pkgver=2026.02.01-194952 +_pkgver=2026.02.01-200615 pkgver=${_pkgver//-/_} pkgrel=1 pkgdesc="Wendy CLI - Remote device debugging and deployment for Raspberry Pi, NVIDIA Jetson, and other Linux devices" @@ -14,8 +14,8 @@ source_x86_64=("${pkgname}-${_pkgver}-x86_64.tar.gz::https://github.com/wendylab source_aarch64=("${pkgname}-${_pkgver}-aarch64.tar.gz::https://github.com/wendylabsinc/wendy-agent/releases/download/${_pkgver}/wendy-cli-linux-static-musl-aarch64-${_pkgver}.tar.gz") # Checksums will be updated by CI -sha256sums_x86_64=('50e6fcbe3e11d440eba0e327489f37b77850c0bd9b90e5352ff3d5b0f5a5f91b') -sha256sums_aarch64=('2966424f9a1831f5583f6601d50de7d093ffb7119819a06f6aacd93ef1dc025d') +sha256sums_x86_64=('9f994715f76086f856479f0a128d0f2359133404540d18f03aef0fae69e5cd41') +sha256sums_aarch64=('a55208d3eea71e96b8d40709ca0ba248c345a94c396dd161776a29d20e33c41b') package() { cd "${srcdir}"