mirror of
https://github.com/archlinux/aur.git
synced 2026-03-04 22:22:17 +01:00
Update to 2026.01.29-171539
This commit is contained in:
parent
680a5cac79
commit
ecb95fdee2
2 changed files with 8 additions and 8 deletions
10
.SRCINFO
10
.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_164632
|
||||
pkgver = 2026.01.29_171539
|
||||
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-164632-x86_64.tar.gz::https://github.com/wendylabsinc/wendy-agent/releases/download/2026.01.29-164632/wendy-cli-linux-static-musl-x86_64-2026.01.29-164632.tar.gz
|
||||
sha256sums_x86_64 = 14377162955b0b7f1003338a9c4a7197a1d9534f349cc2d736f12291de610cf5
|
||||
source_aarch64 = wendy-2026.01.29-164632-aarch64.tar.gz::https://github.com/wendylabsinc/wendy-agent/releases/download/2026.01.29-164632/wendy-cli-linux-static-musl-aarch64-2026.01.29-164632.tar.gz
|
||||
sha256sums_aarch64 = b9f39493bec4a3d291f1f9ecfce2e71a0f3858b1f83c144ed3fc7ad8e001e9a0
|
||||
source_x86_64 = wendy-2026.01.29-171539-x86_64.tar.gz::https://github.com/wendylabsinc/wendy-agent/releases/download/2026.01.29-171539/wendy-cli-linux-static-musl-x86_64-2026.01.29-171539.tar.gz
|
||||
sha256sums_x86_64 = 87a71fbccc4378dce00973be85d0f56a9a7bded201d87cc0ce8a203950f2c08a
|
||||
source_aarch64 = wendy-2026.01.29-171539-aarch64.tar.gz::https://github.com/wendylabsinc/wendy-agent/releases/download/2026.01.29-171539/wendy-cli-linux-static-musl-aarch64-2026.01.29-171539.tar.gz
|
||||
sha256sums_aarch64 = 502eecf5851840961e0973b89b5c258275effb8764bb7ebd0796b34a81d74150
|
||||
|
||||
pkgname = wendy
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Wendy Labs Inc. <support@wendy.sh>
|
||||
pkgname=wendy
|
||||
_pkgver=2026.01.29-164632
|
||||
_pkgver=2026.01.29-171539
|
||||
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=('14377162955b0b7f1003338a9c4a7197a1d9534f349cc2d736f12291de610cf5')
|
||||
sha256sums_aarch64=('b9f39493bec4a3d291f1f9ecfce2e71a0f3858b1f83c144ed3fc7ad8e001e9a0')
|
||||
sha256sums_x86_64=('87a71fbccc4378dce00973be85d0f56a9a7bded201d87cc0ce8a203950f2c08a')
|
||||
sha256sums_aarch64=('502eecf5851840961e0973b89b5c258275effb8764bb7ebd0796b34a81d74150')
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue