diff options
author | zxp19821005 | 2024-11-29 10:53:05 +0800 |
---|---|---|
committer | zxp19821005 | 2024-11-29 10:53:05 +0800 |
commit | 0cb518626f6dd1377a699e45d4e7e4ca5b746552 (patch) | |
tree | 957b1aff5364d87eed118bce8a51d497a1f9d070 | |
parent | 7a778ba65842b6ea1ce36278a5a146f1a09f2805 (diff) | |
download | aur-0cb518626f6dd1377a699e45d4e7e4ca5b746552.tar.gz |
update to 24.09.2
-rw-r--r-- | .SRCINFO | 14 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 10 insertions, 10 deletions
@@ -1,6 +1,6 @@ pkgbase = backend-ai-desktop-bin pkgdesc = Provides a convenient environment for users, while allowing various commands to be executed without CLI. It also provides some visual features that are not provided by the CLI, such as dashboards and statistics. - pkgver = 24.09.1 + pkgver = 24.09.2 pkgrel = 1 url = https://www.backend.ai/ arch = aarch64 @@ -8,17 +8,17 @@ pkgbase = backend-ai-desktop-bin license = LGPL-3.0-or-later makedepends = gendesk depends = electron30 - provides = backend-ai-desktop=24.09.1 + provides = backend-ai-desktop=24.09.2 conflicts = backend-ai-desktop conflicts = backend.ai conflicts = backend.ai-desktop - source = backend-ai-desktop-24.09.1.png::https://raw.githubusercontent.com/lablup/backend.ai-webui/v24.09.1/manifest/backend-ai.iconset/icon_512x512%401x.png + source = backend-ai-desktop-24.09.2.png::https://raw.githubusercontent.com/lablup/backend.ai-webui/v24.09.2/manifest/backend-ai.iconset/icon_512x512%401x.png source = backend-ai-desktop.sh sha256sums = c54209c33c387908bfaae40a9c5f6c96bacaa52684f2546068e2b4441f4a53b3 sha256sums = 291f50480f5a61bc9c68db7d44cd0412071128706baa868a9cb854f8779a1980 - source_aarch64 = backend-ai-desktop-24.09.1-aarch64.zip::https://github.com/lablup/backend.ai-webui/releases/download/v24.09.1/backend.ai-desktop-24.09.1-linux-arm64.zip - sha256sums_aarch64 = 64d83f56ebdeffdf87845e19b64fb9505eb207566ec9fb9d689124fa61c133ab - source_x86_64 = backend-ai-desktop-24.09.1-x86_64.zip::https://github.com/lablup/backend.ai-webui/releases/download/v24.09.1/backend.ai-desktop-24.09.1-linux-x64.zip - sha256sums_x86_64 = 80da3fcc373951be5879d7c757dfce3a58437194f546fa494506a6ef84759a61 + source_aarch64 = backend-ai-desktop-24.09.2-aarch64.zip::https://github.com/lablup/backend.ai-webui/releases/download/v24.09.2/backend.ai-desktop-24.09.2-linux-arm64.zip + sha256sums_aarch64 = 78c5d39a977c481f70945dcb0ed8b42960ecc640f8f4c7e027d36e7cb3374096 + source_x86_64 = backend-ai-desktop-24.09.2-x86_64.zip::https://github.com/lablup/backend.ai-webui/releases/download/v24.09.2/backend.ai-desktop-24.09.2-linux-x64.zip + sha256sums_x86_64 = 1aae4e7627e4fdb6429ca7240b1885d5ef23da45d75c253d87c9c661de3ca9ed pkgname = backend-ai-desktop-bin @@ -2,7 +2,7 @@ _pkgname=backend.ai-desktop pkgname="${_pkgname//./-}-bin" _appname="Backend.AI Desktop" -pkgver=24.09.1 +pkgver=24.09.2 _electronversion=30 pkgrel=1 pkgdesc="Provides a convenient environment for users, while allowing various commands to be executed without CLI. It also provides some visual features that are not provided by the CLI, such as dashboards and statistics." @@ -33,8 +33,8 @@ source=( ) sha256sums=('c54209c33c387908bfaae40a9c5f6c96bacaa52684f2546068e2b4441f4a53b3' '291f50480f5a61bc9c68db7d44cd0412071128706baa868a9cb854f8779a1980') -sha256sums_aarch64=('64d83f56ebdeffdf87845e19b64fb9505eb207566ec9fb9d689124fa61c133ab') -sha256sums_x86_64=('80da3fcc373951be5879d7c757dfce3a58437194f546fa494506a6ef84759a61') +sha256sums_aarch64=('78c5d39a977c481f70945dcb0ed8b42960ecc640f8f4c7e027d36e7cb3374096') +sha256sums_x86_64=('1aae4e7627e4fdb6429ca7240b1885d5ef23da45d75c253d87c9c661de3ca9ed') build() { sed -e " s/@electronversion@/${_electronversion}/g |