Skip to content

Commit

Permalink
Merge pull request #1691
Browse files Browse the repository at this point in the history
downloads: add hashes of source code (archive) to the 'verify' section
  • Loading branch information
luigi1111 committed Jul 6, 2021
2 parents 1019a1c + ccb8683 commit ee8a6b5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/hashes.yaml
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
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

0 comments on commit ee8a6b5

Please sign in to comment.