From a1fc514919914f883bf83e4a277d373f38161da2 Mon Sep 17 00:00:00 2001 From: shenmo Date: Wed, 22 Oct 2025 10:53:14 +0000 Subject: [PATCH] 4.8.3-1 Signed-off-by: shenmo --- debian/changelog | 2 +- tool/aptss | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5e1bb3c..4006678 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -spark-store (4.8.3) UNRELEASED; urgency=medium +spark-store (4.8.3-1) UNRELEASED; urgency=medium * 更新软件主图标 * 软件更新器更新成功后删除软件包 diff --git a/tool/aptss b/tool/aptss index 77166a6..69d78c9 100755 --- a/tool/aptss +++ b/tool/aptss @@ -36,11 +36,11 @@ else case $(arch) in x86_64 | i686 | i386) STORE_URL="amd64-apm" - STORE_LIST_URL="" + STORE_LIST_URL="-amd64" ;; aarch64) - STORE_URL="aarch64-apm" - STORE_LIST_URL="-aarch64" + STORE_URL="arm64-apm" + STORE_LIST_URL="-arm64" ;; loongarch64) STORE_URL="loong64-apm"