You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
choco: add instructions to verify the hashes of embedded files
adds makefile target to generate the VERIFICATION.txt and LICENSE.txt
files in the required format
LICENSE.txt should contain a From: <LICENSE file URL> at the top
VERIFICATION.txt should contains steps to verify the hashes of the
embedded files as well as their hashes
Verification is intended to assist the Chocolatey moderators and community
4
+
in verifying that this package's contents are trustworthy.
5
+
6
+
This package is published by the CRC project itself.
7
+
8
+
There are two embedded files in the package, those can be verified like this:
9
+
10
+
1. crc.exe
11
+
- crc.exe is built from source while building the chocolatey package, the chocolatey package specific files lives in the same
12
+
git repo as the CRC project at: https://github.com/crc-org/crc/tree/main/packaging/chocolatey/crc
13
+
the chocolatey package is also published by CRC project itself.
14
+
15
+
2. crc-admin-helper-windows.exe
16
+
- Go to https://github.com/crc-org/admin-helper/releases/download/v__ADMIN_HELPER_VERSION__/crc-admin-helper-windows.exe to download the binary
17
+
- User posh cmdlet 'Get-FileHash -Algorithm SHA256' to obtain the hash for the downloaded binary
18
+
- Checksum SHA256: __ADMIN_HELPER_CHECKSUM__
19
+
20
+
3. crcprerequisitesetup.ps1
21
+
- Go to https://github.com/crc-org/crc/raw/main/packaging/chocolatey/crc/tools/crcprerequisitesetup.ps1 to download the script
22
+
- User posh cmdlet 'Get-FileHash -Algorithm SHA256' to obtain the hash for the downloaded script
0 commit comments