Update to 2026.02.06-002727

This commit is contained in:
ciatwendylabsinc 2026-02-06 01:06:21 +00:00
parent 3ea2edd0b0
commit 20a9656554
2 changed files with 8 additions and 8 deletions

View file

@ -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.05_230015
pkgver = 2026.02.06_002727
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.05-230015-x86_64.tar.gz::https://github.com/wendylabsinc/wendy-agent/releases/download/2026.02.05-230015/wendy-cli-linux-static-musl-x86_64-2026.02.05-230015.tar.gz
sha256sums_x86_64 = 088026fcb025963e05a752dd3737b3bbc1aef540943ffa35e09512aa993b97fb
source_aarch64 = wendy-2026.02.05-230015-aarch64.tar.gz::https://github.com/wendylabsinc/wendy-agent/releases/download/2026.02.05-230015/wendy-cli-linux-static-musl-aarch64-2026.02.05-230015.tar.gz
sha256sums_aarch64 = 05fc3cecf9d3e35b3339e59fa4c35c834fe7ee54f12ca742b0918f62eef9c964
source_x86_64 = wendy-2026.02.06-002727-x86_64.tar.gz::https://github.com/wendylabsinc/wendy-agent/releases/download/2026.02.06-002727/wendy-cli-linux-static-musl-x86_64-2026.02.06-002727.tar.gz
sha256sums_x86_64 = 959c5e14d7a5dc82892ea405026c78807fe5704c564d1674c8c37aa70ffc7cb1
source_aarch64 = wendy-2026.02.06-002727-aarch64.tar.gz::https://github.com/wendylabsinc/wendy-agent/releases/download/2026.02.06-002727/wendy-cli-linux-static-musl-aarch64-2026.02.06-002727.tar.gz
sha256sums_aarch64 = 4f1e96f04bc6cec412eec51718daf92fd42f9f1ce22b3595502cbf0d46839991
pkgname = wendy

View file

@ -1,6 +1,6 @@
# Maintainer: Wendy Labs Inc. <support@wendy.sh>
pkgname=wendy
_pkgver=2026.02.05-230015
_pkgver=2026.02.06-002727
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=('088026fcb025963e05a752dd3737b3bbc1aef540943ffa35e09512aa993b97fb')
sha256sums_aarch64=('05fc3cecf9d3e35b3339e59fa4c35c834fe7ee54f12ca742b0918f62eef9c964')
sha256sums_x86_64=('959c5e14d7a5dc82892ea405026c78807fe5704c564d1674c8c37aa70ffc7cb1')
sha256sums_aarch64=('4f1e96f04bc6cec412eec51718daf92fd42f9f1ce22b3595502cbf0d46839991')
package() {
cd "${srcdir}"