From b7e6525dfde9ba44d11bba8c33338fcb87f0a603 Mon Sep 17 00:00:00 2001 From: ciatwendylabsinc Date: Mon, 2 Feb 2026 09:04:47 +0000 Subject: [PATCH] Update to 2026.02.02-084631 --- .SRCINFO | 10 +++++----- PKGBUILD | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 0937658b5811..b206da28347b 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.02_082926 + pkgver = 2026.02.02_084631 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.02-082926-x86_64.tar.gz::https://github.com/wendylabsinc/wendy-agent/releases/download/2026.02.02-082926/wendy-cli-linux-static-musl-x86_64-2026.02.02-082926.tar.gz - sha256sums_x86_64 = 5a3133c45423cc3574f005cd8c777c1f372be4f05e2bae27fb053d4f08238b94 - source_aarch64 = wendy-2026.02.02-082926-aarch64.tar.gz::https://github.com/wendylabsinc/wendy-agent/releases/download/2026.02.02-082926/wendy-cli-linux-static-musl-aarch64-2026.02.02-082926.tar.gz - sha256sums_aarch64 = f0d28b6e912215f3632d2bc88972057d6e6bc6101b15c96460873a0d25dcf9bf + source_x86_64 = wendy-2026.02.02-084631-x86_64.tar.gz::https://github.com/wendylabsinc/wendy-agent/releases/download/2026.02.02-084631/wendy-cli-linux-static-musl-x86_64-2026.02.02-084631.tar.gz + sha256sums_x86_64 = 397fe8de2f971776e870abb8dadde736257c1ae59c0453d639e2d2cee5dfd522 + source_aarch64 = wendy-2026.02.02-084631-aarch64.tar.gz::https://github.com/wendylabsinc/wendy-agent/releases/download/2026.02.02-084631/wendy-cli-linux-static-musl-aarch64-2026.02.02-084631.tar.gz + sha256sums_aarch64 = 7db0cb921f5a612bd6ee0963a16c41bf84ef7d2eadc2007ca5043bd98a8898c4 pkgname = wendy diff --git a/PKGBUILD b/PKGBUILD index 0f3aeb65b41a..3cdd4ecac396 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Wendy Labs Inc. pkgname=wendy -_pkgver=2026.02.02-082926 +_pkgver=2026.02.02-084631 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=('5a3133c45423cc3574f005cd8c777c1f372be4f05e2bae27fb053d4f08238b94') -sha256sums_aarch64=('f0d28b6e912215f3632d2bc88972057d6e6bc6101b15c96460873a0d25dcf9bf') +sha256sums_x86_64=('397fe8de2f971776e870abb8dadde736257c1ae59c0453d639e2d2cee5dfd522') +sha256sums_aarch64=('7db0cb921f5a612bd6ee0963a16c41bf84ef7d2eadc2007ca5043bd98a8898c4') package() { cd "${srcdir}"