mirror of
https://github.com/archlinux/aur.git
synced 2026-03-04 23:22:14 +01:00
Update to 2026.02.05-163711
This commit is contained in:
parent
6d7adc6e85
commit
cd12108a50
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.04_204858
|
||||
pkgver = 2026.02.05_163711
|
||||
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.04-204858-x86_64.tar.gz::https://github.com/wendylabsinc/wendy-agent/releases/download/2026.02.04-204858/wendy-cli-linux-static-musl-x86_64-2026.02.04-204858.tar.gz
|
||||
sha256sums_x86_64 = 98ecdaf01006bc9de8398529def6b45609eb38246ea0a2fe1931bd98aa948313
|
||||
source_aarch64 = wendy-2026.02.04-204858-aarch64.tar.gz::https://github.com/wendylabsinc/wendy-agent/releases/download/2026.02.04-204858/wendy-cli-linux-static-musl-aarch64-2026.02.04-204858.tar.gz
|
||||
sha256sums_aarch64 = 4b61016b50548620d8937e300c1d3c359dd70218b8355f66bc03e4d701f6c6ee
|
||||
source_x86_64 = wendy-2026.02.05-163711-x86_64.tar.gz::https://github.com/wendylabsinc/wendy-agent/releases/download/2026.02.05-163711/wendy-cli-linux-static-musl-x86_64-2026.02.05-163711.tar.gz
|
||||
sha256sums_x86_64 = 47d87f42a05de7b9dc13e11ad7c7b12ded4923d0153c357398854f127c623c46
|
||||
source_aarch64 = wendy-2026.02.05-163711-aarch64.tar.gz::https://github.com/wendylabsinc/wendy-agent/releases/download/2026.02.05-163711/wendy-cli-linux-static-musl-aarch64-2026.02.05-163711.tar.gz
|
||||
sha256sums_aarch64 = 4c3b6ea1110ba31f2f66abec02701470c2e2ba3fc73d2fa54a412f3196bdd9bb
|
||||
|
||||
pkgname = wendy
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Wendy Labs Inc. <support@wendy.sh>
|
||||
pkgname=wendy
|
||||
_pkgver=2026.02.04-204858
|
||||
_pkgver=2026.02.05-163711
|
||||
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=('98ecdaf01006bc9de8398529def6b45609eb38246ea0a2fe1931bd98aa948313')
|
||||
sha256sums_aarch64=('4b61016b50548620d8937e300c1d3c359dd70218b8355f66bc03e4d701f6c6ee')
|
||||
sha256sums_x86_64=('47d87f42a05de7b9dc13e11ad7c7b12ded4923d0153c357398854f127c623c46')
|
||||
sha256sums_aarch64=('4c3b6ea1110ba31f2f66abec02701470c2e2ba3fc73d2fa54a412f3196bdd9bb')
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue