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

downloads: add hashes of source code (archive) to the 'verify' section #1691

Merged
merged 2 commits into from
Jul 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/hashes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
*gui/win64) filename=monero-gui-win-x64 ;;
*gui/mac64) filename=monero-gui-mac-x64 ;;
*gui/linux64) filename=monero-gui-linux-x64 ;;
*gui/source) filename=monero-gui-source ;;
*cli/win64) filename=monero-win-x64 ;;
*cli/win32) filename=monero-win-x86 ;;
*cli/mac64) filename=monero-mac-x64 ;;
Expand All @@ -62,6 +63,7 @@ jobs:
*cli/androidarm8) filename=monero-android-armv8 ;;
*cli/androidarm7) filename=monero-android-armv7 ;;
*cli/freebsd64) filename=monero-freebsd-x64 ;;
*cli/source) filename=monero-source ;;
*)
echo "Unknown url $url" >&2
exit 1
Expand Down
10 changes: 9 additions & 1 deletion _data/downloads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ gui:
link: https://downloads.getmonero.org/gui/linux64
icon: icon-linux
vers:
- platform: Source Code (archive)
hash: 8d6770bb3a8840eac9ce48b1a598ef83a5f5ec677e6edb6b7ad8e87b26e9d404
link: https://downloads.getmonero.org/gui/source
icon: icon-github
- platform: Source Code
link: https://github.com/monero-project/monero-gui
icon: icon-github
Expand Down Expand Up @@ -81,6 +85,10 @@ cli:
link: https://downloads.getmonero.org/cli/freebsd64
icon: icon-freebsd
vers:
- platform: Source Code
- platform: Source Code (archive)
hash: 7801945b040f39db5497335d5219768773aa28bef7c5e88a61c1c8b639ccb412
link: https://downloads.getmonero.org/cli/source
icon: icon-github
- platform: Source Code
link: https://github.com/monero-project/monero
icon: icon-github