title: “ServiceComb Saga 下载” lang: cn ref: release permalink: /cn/release/saga-downloads/ excerpt: “ServiceComb Saga Downloads” last_modified_at: 2018-03-28T00:50:43-55:00

注意: servicecomb-saga 已经改名为 servicecomb-pack, 请移步 pack_downloads 来下载最新的版本.

发布包

版本号源码发布包
Apache ServiceComb Saga 0.2.1(LATEST)[src] [asc] [sha512][Binary] [asc] [sha512]
Apache ServiceComb (incubating) Saga 0.2.0[src] [asc] [sha512][Binary] [asc] [sha512]
Apache ServiceComb (incubating) Saga 0.1.0[src] [asc] [sha512][Binary] [asc] [sha512]

发布包验证

使用PGP或SHA签名验证下载文件的完整性是很有必要的。PGP签名可以使用GPG或PGP进行验证,请下载 KEYS以及相关发行的asc签名文件。

建议从主发行目录中获取这些文件,而不是从镜像中获取这些文件。

gpg --import KEYS

or

pgpk -a KEYS

or

pgp -ka KEYS

要验证二进制文件或源代码,您可以从主发行目录下载相关的asc文件并按照以下指南进行操作。

gpg --verify apache-servicecomb-saga********.asc apache-servicecomb-saga-*********

or

pgpv apache-servicecomb-saga-********.asc

or

pgp apache-servicecomb-saga-********.asc


另外,您也可以从主发行仓库{:target=“_blank”}下载SHA签名并使用sha512sum验证。