mirror of
https://github.com/archlinux/aur.git
synced 2026-03-04 21:32:15 +01:00
Update to 2026.01.29-083204
This commit is contained in:
parent
f7484cbc2e
commit
15d3fdfcff
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_081448
|
||||
pkgver = 2026.01.29_083204
|
||||
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-081448-x86_64.tar.gz::https://github.com/wendylabsinc/wendy-agent/releases/download/2026.01.29-081448/wendy-cli-linux-static-musl-x86_64-2026.01.29-081448.tar.gz
|
||||
sha256sums_x86_64 = ce5945ade8706eedc4605ea5bcda521cf7d52d6f9bf85b546b99775a2ae9b4a5
|
||||
source_aarch64 = wendy-2026.01.29-081448-aarch64.tar.gz::https://github.com/wendylabsinc/wendy-agent/releases/download/2026.01.29-081448/wendy-cli-linux-static-musl-aarch64-2026.01.29-081448.tar.gz
|
||||
sha256sums_aarch64 = 2f6f0e09045493815f236c04856c2c6a074228f55678fe1bf2efc676fd363175
|
||||
source_x86_64 = wendy-2026.01.29-083204-x86_64.tar.gz::https://github.com/wendylabsinc/wendy-agent/releases/download/2026.01.29-083204/wendy-cli-linux-static-musl-x86_64-2026.01.29-083204.tar.gz
|
||||
sha256sums_x86_64 = 40347a22b84622d6f87c0df7e40acb40b487973016ce520ea6b4fc7deacdcb65
|
||||
source_aarch64 = wendy-2026.01.29-083204-aarch64.tar.gz::https://github.com/wendylabsinc/wendy-agent/releases/download/2026.01.29-083204/wendy-cli-linux-static-musl-aarch64-2026.01.29-083204.tar.gz
|
||||
sha256sums_aarch64 = ea57e0f64785fcc90fe66f37358950318846ad24c2f34b55f0220721af264e8d
|
||||
|
||||
pkgname = wendy
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Wendy Labs Inc. <support@wendy.sh>
|
||||
pkgname=wendy
|
||||
_pkgver=2026.01.29-081448
|
||||
_pkgver=2026.01.29-083204
|
||||
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=('ce5945ade8706eedc4605ea5bcda521cf7d52d6f9bf85b546b99775a2ae9b4a5')
|
||||
sha256sums_aarch64=('2f6f0e09045493815f236c04856c2c6a074228f55678fe1bf2efc676fd363175')
|
||||
sha256sums_x86_64=('40347a22b84622d6f87c0df7e40acb40b487973016ce520ea6b4fc7deacdcb65')
|
||||
sha256sums_aarch64=('ea57e0f64785fcc90fe66f37358950318846ad24c2f34b55f0220721af264e8d')
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue