Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Have shasums.txt file in the repo #93

Closed
peerchemist opened this issue Feb 23, 2019 · 1 comment
Closed

Have shasums.txt file in the repo #93

peerchemist opened this issue Feb 23, 2019 · 1 comment
Assignees

Comments

@peerchemist
Copy link
Member

A file which would contain the variables (sha256 sums) for each of the builds (linux, osx, windows).
From this file each of the translated pages can read the sum.

This would save a lot of time during the updates.

@kazzkiq
Copy link
Member

kazzkiq commented Oct 1, 2019

Now wallet data is located at wallet.json and can be easily updated for all three platforms (including binary links).

JSON example:

{
  "os": "Linux",
  "img": "/img/icons/linux.png",
  "checksum": "4f70268af74bb83acf0350c61ae1ce43fc3c03f831d5c4fd75624717e5dce316",
  "link": "https://github.com/peercoin/peercoin/releases/download/v0.8.4ppc/peercoin-0.8.4-x86_64-linux-gnu.tar.gz"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants