From 470004c3c782b20a1ae18ce2c7ac080ed8a7e961 Mon Sep 17 00:00:00 2001 From: ciatwendylabsinc Date: Thu, 29 Jan 2026 20:59:21 +0000 Subject: [PATCH] Update to 2026.01.29-204454 --- .SRCINFO | 10 +++++----- PKGBUILD | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 1a93246a6ea2..294f7400efeb 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.01.29_185024 + pkgver = 2026.01.29_204454 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.01.29-185024-x86_64.tar.gz::https://github.com/wendylabsinc/wendy-agent/releases/download/2026.01.29-185024/wendy-cli-linux-static-musl-x86_64-2026.01.29-185024.tar.gz - sha256sums_x86_64 = cdbdc838a5a5ecc99e69c7b678e8a31bd628d0728c8510e1cf806aaf250626f9 - source_aarch64 = wendy-2026.01.29-185024-aarch64.tar.gz::https://github.com/wendylabsinc/wendy-agent/releases/download/2026.01.29-185024/wendy-cli-linux-static-musl-aarch64-2026.01.29-185024.tar.gz - sha256sums_aarch64 = 241db47f5f601478114c9ced17f12816fd1383e28a77664de23b6e7263553382 + source_x86_64 = wendy-2026.01.29-204454-x86_64.tar.gz::https://github.com/wendylabsinc/wendy-agent/releases/download/2026.01.29-204454/wendy-cli-linux-static-musl-x86_64-2026.01.29-204454.tar.gz + sha256sums_x86_64 = 5fdb4230d36231f2c97ac22ca02e490df3a9b0df7437664c2218d0138f4c3072 + source_aarch64 = wendy-2026.01.29-204454-aarch64.tar.gz::https://github.com/wendylabsinc/wendy-agent/releases/download/2026.01.29-204454/wendy-cli-linux-static-musl-aarch64-2026.01.29-204454.tar.gz + sha256sums_aarch64 = 48f5c86f493abf8b91b41c5eb3a727ebff5908035b64a3281204d65cdb068219 pkgname = wendy diff --git a/PKGBUILD b/PKGBUILD index bd5fcb8ed68f..a184f0bb1a8c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Wendy Labs Inc. pkgname=wendy -_pkgver=2026.01.29-185024 +_pkgver=2026.01.29-204454 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=('cdbdc838a5a5ecc99e69c7b678e8a31bd628d0728c8510e1cf806aaf250626f9') -sha256sums_aarch64=('241db47f5f601478114c9ced17f12816fd1383e28a77664de23b6e7263553382') +sha256sums_x86_64=('5fdb4230d36231f2c97ac22ca02e490df3a9b0df7437664c2218d0138f4c3072') +sha256sums_aarch64=('48f5c86f493abf8b91b41c5eb3a727ebff5908035b64a3281204d65cdb068219') package() { cd "${srcdir}"