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"