mirror of
https://github.com/archlinux/aur.git
synced 2026-03-04 22:41:54 +01:00
Update to 2026.02.04-183334
This commit is contained in:
parent
f055b6fd2e
commit
5c0cb7ac80
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_174009
|
||||
pkgver = 2026.02.04_183334
|
||||
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-174009-x86_64.tar.gz::https://github.com/wendylabsinc/wendy-agent/releases/download/2026.02.04-174009/wendy-cli-linux-static-musl-x86_64-2026.02.04-174009.tar.gz
|
||||
sha256sums_x86_64 = 46454c6f4f58f44e6315a7ef0b4a60ab202ce94fc5b72c8c122eb20b3bce74b8
|
||||
source_aarch64 = wendy-2026.02.04-174009-aarch64.tar.gz::https://github.com/wendylabsinc/wendy-agent/releases/download/2026.02.04-174009/wendy-cli-linux-static-musl-aarch64-2026.02.04-174009.tar.gz
|
||||
sha256sums_aarch64 = 774ecd99f6cf5be7843503589d07d23674cc98b17e514b7f20699e3de0063783
|
||||
source_x86_64 = wendy-2026.02.04-183334-x86_64.tar.gz::https://github.com/wendylabsinc/wendy-agent/releases/download/2026.02.04-183334/wendy-cli-linux-static-musl-x86_64-2026.02.04-183334.tar.gz
|
||||
sha256sums_x86_64 = 73f305cdb295150898fe6f281863553edcded5887cd4845c2fe2e8f88d3816d4
|
||||
source_aarch64 = wendy-2026.02.04-183334-aarch64.tar.gz::https://github.com/wendylabsinc/wendy-agent/releases/download/2026.02.04-183334/wendy-cli-linux-static-musl-aarch64-2026.02.04-183334.tar.gz
|
||||
sha256sums_aarch64 = adad174770738bc99874a88de7a2e18ac1db082b87f7ed761211670262aaaa8a
|
||||
|
||||
pkgname = wendy
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Wendy Labs Inc. <support@wendy.sh>
|
||||
pkgname=wendy
|
||||
_pkgver=2026.02.04-174009
|
||||
_pkgver=2026.02.04-183334
|
||||
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=('46454c6f4f58f44e6315a7ef0b4a60ab202ce94fc5b72c8c122eb20b3bce74b8')
|
||||
sha256sums_aarch64=('774ecd99f6cf5be7843503589d07d23674cc98b17e514b7f20699e3de0063783')
|
||||
sha256sums_x86_64=('73f305cdb295150898fe6f281863553edcded5887cd4845c2fe2e8f88d3816d4')
|
||||
sha256sums_aarch64=('adad174770738bc99874a88de7a2e18ac1db082b87f7ed761211670262aaaa8a')
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue