mirror of
https://github.com/archlinux/aur.git
synced 2026-03-04 22:22:17 +01:00
Update to 2026.02.02-090531
This commit is contained in:
parent
b7e6525dfd
commit
2e9cd66077
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_084631
|
||||
pkgver = 2026.02.02_090531
|
||||
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-084631-x86_64.tar.gz::https://github.com/wendylabsinc/wendy-agent/releases/download/2026.02.02-084631/wendy-cli-linux-static-musl-x86_64-2026.02.02-084631.tar.gz
|
||||
sha256sums_x86_64 = 397fe8de2f971776e870abb8dadde736257c1ae59c0453d639e2d2cee5dfd522
|
||||
source_aarch64 = wendy-2026.02.02-084631-aarch64.tar.gz::https://github.com/wendylabsinc/wendy-agent/releases/download/2026.02.02-084631/wendy-cli-linux-static-musl-aarch64-2026.02.02-084631.tar.gz
|
||||
sha256sums_aarch64 = 7db0cb921f5a612bd6ee0963a16c41bf84ef7d2eadc2007ca5043bd98a8898c4
|
||||
source_x86_64 = wendy-2026.02.02-090531-x86_64.tar.gz::https://github.com/wendylabsinc/wendy-agent/releases/download/2026.02.02-090531/wendy-cli-linux-static-musl-x86_64-2026.02.02-090531.tar.gz
|
||||
sha256sums_x86_64 = 1f72b5e9c60c08a0b0c65df17902e3674eec19da0986104aa9b81276e21e5c45
|
||||
source_aarch64 = wendy-2026.02.02-090531-aarch64.tar.gz::https://github.com/wendylabsinc/wendy-agent/releases/download/2026.02.02-090531/wendy-cli-linux-static-musl-aarch64-2026.02.02-090531.tar.gz
|
||||
sha256sums_aarch64 = 228794f9460eb6ecf0469507165fff3332ea14a64d01be7564fe976c5b764d11
|
||||
|
||||
pkgname = wendy
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Wendy Labs Inc. <support@wendy.sh>
|
||||
pkgname=wendy
|
||||
_pkgver=2026.02.02-084631
|
||||
_pkgver=2026.02.02-090531
|
||||
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=('397fe8de2f971776e870abb8dadde736257c1ae59c0453d639e2d2cee5dfd522')
|
||||
sha256sums_aarch64=('7db0cb921f5a612bd6ee0963a16c41bf84ef7d2eadc2007ca5043bd98a8898c4')
|
||||
sha256sums_x86_64=('1f72b5e9c60c08a0b0c65df17902e3674eec19da0986104aa9b81276e21e5c45')
|
||||
sha256sums_aarch64=('228794f9460eb6ecf0469507165fff3332ea14a64d01be7564fe976c5b764d11')
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue