Update to 2025.12.30-140713

This commit is contained in:
ciatwendylabsinc 2025-12-30 14:27:00 +00:00
parent b9ebf0a936
commit 92a71c992c
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 = 2025.12.30_135347
pkgver = 2025.12.30_140713
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-2025.12.30-135347-x86_64.tar.gz::https://github.com/wendylabsinc/wendy-agent/releases/download/2025.12.30-135347/wendy-cli-linux-static-musl-x86_64-2025.12.30-135347.tar.gz
sha256sums_x86_64 = 488d297b161396ae1bc654d80fdbc397f4e354b7e67ddb216beeb48392f2d637
source_aarch64 = wendy-2025.12.30-135347-aarch64.tar.gz::https://github.com/wendylabsinc/wendy-agent/releases/download/2025.12.30-135347/wendy-cli-linux-static-musl-aarch64-2025.12.30-135347.tar.gz
sha256sums_aarch64 = e82191191ea2e309cd34f205e7557ccb116cd33e10671c0c4e404733b3688766
source_x86_64 = wendy-2025.12.30-140713-x86_64.tar.gz::https://github.com/wendylabsinc/wendy-agent/releases/download/2025.12.30-140713/wendy-cli-linux-static-musl-x86_64-2025.12.30-140713.tar.gz
sha256sums_x86_64 = 1d16b95e5f822344bf0f2e8ca53c6574ec1e8ee76cd8d439888ca9102cebdd02
source_aarch64 = wendy-2025.12.30-140713-aarch64.tar.gz::https://github.com/wendylabsinc/wendy-agent/releases/download/2025.12.30-140713/wendy-cli-linux-static-musl-aarch64-2025.12.30-140713.tar.gz
sha256sums_aarch64 = accd711995a4cecd1216dcf1d5699b59162bf897c9e43546e44f574e361e9e11
pkgname = wendy

View file

@ -1,6 +1,6 @@
# Maintainer: Wendy Labs Inc. <support@wendy.sh>
pkgname=wendy
_pkgver=2025.12.30-135347
_pkgver=2025.12.30-140713
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=('488d297b161396ae1bc654d80fdbc397f4e354b7e67ddb216beeb48392f2d637')
sha256sums_aarch64=('e82191191ea2e309cd34f205e7557ccb116cd33e10671c0c4e404733b3688766')
sha256sums_x86_64=('1d16b95e5f822344bf0f2e8ca53c6574ec1e8ee76cd8d439888ca9102cebdd02')
sha256sums_aarch64=('accd711995a4cecd1216dcf1d5699b59162bf897c9e43546e44f574e361e9e11')
package() {
cd "${srcdir}"