mirror of
https://github.com/archlinux/aur.git
synced 2026-03-04 23:02:18 +01:00
Update to 2026.02.03-164821
This commit is contained in:
parent
463a775862
commit
587b3bf86d
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.02.02_093032
|
||||
pkgver = 2026.02.03_164821
|
||||
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-093032-x86_64.tar.gz::https://github.com/wendylabsinc/wendy-agent/releases/download/2026.02.02-093032/wendy-cli-linux-static-musl-x86_64-2026.02.02-093032.tar.gz
|
||||
sha256sums_x86_64 = 41ac9514a56208e50c6088f5d814d1873a516d847506aa4523c4a318d78efb0b
|
||||
source_aarch64 = wendy-2026.02.02-093032-aarch64.tar.gz::https://github.com/wendylabsinc/wendy-agent/releases/download/2026.02.02-093032/wendy-cli-linux-static-musl-aarch64-2026.02.02-093032.tar.gz
|
||||
sha256sums_aarch64 = ca832fcd9b0a8f2e64b6f1b6110c8ba21e083a6c462cc3f605b46c47eee63999
|
||||
source_x86_64 = wendy-2026.02.03-164821-x86_64.tar.gz::https://github.com/wendylabsinc/wendy-agent/releases/download/2026.02.03-164821/wendy-cli-linux-static-musl-x86_64-2026.02.03-164821.tar.gz
|
||||
sha256sums_x86_64 = 16823ee2c34b274fe4561088e3e0b0a4ede2d8e0315d66779e98116f22f747b2
|
||||
source_aarch64 = wendy-2026.02.03-164821-aarch64.tar.gz::https://github.com/wendylabsinc/wendy-agent/releases/download/2026.02.03-164821/wendy-cli-linux-static-musl-aarch64-2026.02.03-164821.tar.gz
|
||||
sha256sums_aarch64 = 047ae116c2ddd0471775202e858b35ef855320b26950e0152565e927d9c55c90
|
||||
|
||||
pkgname = wendy
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Wendy Labs Inc. <support@wendy.sh>
|
||||
pkgname=wendy
|
||||
_pkgver=2026.02.02-093032
|
||||
_pkgver=2026.02.03-164821
|
||||
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=('41ac9514a56208e50c6088f5d814d1873a516d847506aa4523c4a318d78efb0b')
|
||||
sha256sums_aarch64=('ca832fcd9b0a8f2e64b6f1b6110c8ba21e083a6c462cc3f605b46c47eee63999')
|
||||
sha256sums_x86_64=('16823ee2c34b274fe4561088e3e0b0a4ede2d8e0315d66779e98116f22f747b2')
|
||||
sha256sums_aarch64=('047ae116c2ddd0471775202e858b35ef855320b26950e0152565e927d9c55c90')
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue