forked from digital-asset/daml
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-env/windows: pin 7zip (digital-asset#17003)
* dev-env/windows: pin 7zip * check local manifest is used * rename manifest * move to gcloud
- Loading branch information
1 parent
ef441d5
commit 7cd661a
Showing
2 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"version": "19.00", | ||
"description": "7-Zip 19.00 helper package (for extracting files in other packages)", | ||
"homepage": "https://www.7-zip.org/", | ||
"license": "LGPL-2.1-or-later", | ||
"architecture": { | ||
"64bit": { | ||
"_url": "https://download.sourceforge.net/project/sevenzip/7-Zip/19.00/7z1900-x64.msi", | ||
"url": "https://storage.googleapis.com/daml-binaries/dev-env/windows/2023-06-16/7zip1900-x64.msi", | ||
"hash": "a7803233eedb6a4b59b3024ccf9292a6fffb94507dc998aa67c5b745d197a5dc" | ||
}, | ||
"32bit": { | ||
"_url": "https://download.sourceforge.net/project/sevenzip/7-Zip/19.00/7z1900.msi", | ||
"url": "https://storage.googleapis.com/daml-binaries/dev-env/windows/2023-06-16/7zip1900.msi", | ||
"hash": "b49d55a52bc0eab14947c8982c413d9be141c337da1368a24aa0484cbb5e89cd" | ||
} | ||
}, | ||
"extract_dir": "Files\\7-Zip", | ||
"bin": [ | ||
[ | ||
"7z.exe", | ||
"7z1900-helper" | ||
] | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters