...
Code Block |
---|
curl -O https://dist.apache.org/repos/dist/dev/couchdb/source/VERSION/CANDIDATE/apache-couchdb-VERSION.tar.gz
curl -O https://dist.apache.org/repos/dist/dev/couchdb/source/VERSION/CANDIDATE/apache-couchdb-VERSION.tar.gz.asc
curl -O https://dist.apache.org/repos/dist/dev/couchdb/source/VERSION/CANDIDATE/apache-couchdb-VERSION.tar.gz.sha256
curl -O https://dist.apache.org/repos/dist/dev/couchdb/source/VERSION/CANDIDATE/apache-couchdb-VERSION.tar.gz.sha512 |
The appropriate commands should be in the email for you to copy and paste.
...
Info | ||||
---|---|---|---|---|
| ||||
If you're using macOS and you don't have
Afterwards, you may need to also do this:
|
You must then check the SHA512 checksum of the release:
sha512sum --check apache-couchdb-*.tar.gz.sha512 |
...
Checking the Candidate
Skip this section if you don't know anything about the build system.
...