mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-11 05:15:28 +00:00
Merge pull request #1691
downloads: add hashes of source code (archive) to the 'verify' section
This commit is contained in:
commit
ee8a6b5998
2 changed files with 11 additions and 1 deletions
2
.github/workflows/hashes.yaml
vendored
2
.github/workflows/hashes.yaml
vendored
|
@ -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 ;;
|
||||
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue