mirror of
https://github.com/archlinux/aur.git
synced 2026-03-04 22:22:17 +01:00
Update to 2026.01.27-232719
This commit is contained in:
parent
58f288b790
commit
e4ddb8752f
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.27_203716
|
||||
pkgver = 2026.01.27_232719
|
||||
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.27-203716-x86_64.tar.gz::https://github.com/wendylabsinc/wendy-agent/releases/download/2026.01.27-203716/wendy-cli-linux-static-musl-x86_64-2026.01.27-203716.tar.gz
|
||||
sha256sums_x86_64 = 3a7bda3f0e6c960329cb2a9e2c1d41bc718609a6df2b9457b2f0dd9e4fd5e59c
|
||||
source_aarch64 = wendy-2026.01.27-203716-aarch64.tar.gz::https://github.com/wendylabsinc/wendy-agent/releases/download/2026.01.27-203716/wendy-cli-linux-static-musl-aarch64-2026.01.27-203716.tar.gz
|
||||
sha256sums_aarch64 = e0d2f8ece36daf0d99dfd30aff75ee65783b711b2ba0d58ddf7dfc83c61d3691
|
||||
source_x86_64 = wendy-2026.01.27-232719-x86_64.tar.gz::https://github.com/wendylabsinc/wendy-agent/releases/download/2026.01.27-232719/wendy-cli-linux-static-musl-x86_64-2026.01.27-232719.tar.gz
|
||||
sha256sums_x86_64 = 41acb7ddc117e8be8e039797aa95d18f58ba68f9ba42d4db570a628369bb120e
|
||||
source_aarch64 = wendy-2026.01.27-232719-aarch64.tar.gz::https://github.com/wendylabsinc/wendy-agent/releases/download/2026.01.27-232719/wendy-cli-linux-static-musl-aarch64-2026.01.27-232719.tar.gz
|
||||
sha256sums_aarch64 = ebea09b8a0449a1937ad08385ef14d76fc20264164d5a799f9abc32970343c7d
|
||||
|
||||
pkgname = wendy
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Wendy Labs Inc. <support@wendy.sh>
|
||||
pkgname=wendy
|
||||
_pkgver=2026.01.27-203716
|
||||
_pkgver=2026.01.27-232719
|
||||
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=('3a7bda3f0e6c960329cb2a9e2c1d41bc718609a6df2b9457b2f0dd9e4fd5e59c')
|
||||
sha256sums_aarch64=('e0d2f8ece36daf0d99dfd30aff75ee65783b711b2ba0d58ddf7dfc83c61d3691')
|
||||
sha256sums_x86_64=('41acb7ddc117e8be8e039797aa95d18f58ba68f9ba42d4db570a628369bb120e')
|
||||
sha256sums_aarch64=('ebea09b8a0449a1937ad08385ef14d76fc20264164d5a799f9abc32970343c7d')
|
||||
|
||||
package() {
|
||||
cd "${srcdir}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue