From 73b4406d9d898ee62f3c72ce36837b91ce85f398 Mon Sep 17 00:00:00 2001 From: Mustafa Nasser Date: Wed, 30 Jul 2025 17:11:55 +0800 Subject: [PATCH] Update the MemProcFS link This commit updates the link and the version of MemProcFS as the old link doesn't work anymore. --- packages/memprocfs.vm/memprocfs.vm.nuspec | 2 +- packages/memprocfs.vm/tools/chocolateyinstall.ps1 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/memprocfs.vm/memprocfs.vm.nuspec b/packages/memprocfs.vm/memprocfs.vm.nuspec index e5891b74d..459ca3cd6 100644 --- a/packages/memprocfs.vm/memprocfs.vm.nuspec +++ b/packages/memprocfs.vm/memprocfs.vm.nuspec @@ -2,7 +2,7 @@ memprocfs.vm - 5.14.11 + 5.15.2 Ulf Frisk MemProcFS is an easy and convenient way of viewing physical memory as files in a virtual file system. diff --git a/packages/memprocfs.vm/tools/chocolateyinstall.ps1 b/packages/memprocfs.vm/tools/chocolateyinstall.ps1 index ce3330bfc..dffb1853c 100644 --- a/packages/memprocfs.vm/tools/chocolateyinstall.ps1 +++ b/packages/memprocfs.vm/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ Import-Module vm.common -Force -DisableNameChecking $toolName = 'MemProcFS' $category = VM-Get-Category($MyInvocation.MyCommand.Definition) -$zipUrl = 'https://github.com/ufrisk/MemProcFS/releases/download/v5.14/MemProcFS_files_and_binaries_v5.14.11-win_x64-20250501.zip' -$zipSha256 = '40ce4ac604933dd919444a9cee42431b3fe43813fa4155bef17466b7db03d764' +$zipUrl = 'https://github.com/ufrisk/MemProcFS/releases/download/v5.15/MemProcFS_files_and_binaries_v5.15.2-win_x64-20250711.zip' +$zipSha256 = '1442a2bcbd206650c2bf818fd9956e0937c44231d11de5b6990a9de678d168bd' VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $true -innerFolder $false