diff --git a/.SRCINFO b/.SRCINFO index a5cc552b6411..e439f3a503bf 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.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 diff --git a/PKGBUILD b/PKGBUILD index e6331e74f2d1..6d954260e532 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Wendy Labs Inc. 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}"