servicecomb saga downloads

Releases

Verifying the release

It is essential that you verify the integrity of the downloaded files using the PGP or SHA signatures.
The PGP signatures can be verified using GPG or PGP.
Please download the KEYS as well as the asc signature files for relevant distribution. It is recommended to get these files from the main distribution directory and not from the mirrors.

 gpg -i KEYS
 
 or
 
 pgpk -a KEYS
 
 or
 
 pgp -ka KEYS

To verify the binaries/sources you can download the relevant asc files for it from main distribution directory and follow the below guide.

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

or

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

or 

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


Alternatively you can download the SHA signatures from main distribution repo and verify the downloads using sha512sum.