diff --git a/dev-utils/_windows/procexp/procexp.py b/dev-utils/_windows/procexp/procexp.py index 4266d251..910cc629 100644 --- a/dev-utils/_windows/procexp/procexp.py +++ b/dev-utils/_windows/procexp/procexp.py @@ -1,18 +1,18 @@ import info class subinfo(info.infoclass): def setTargets(self): - for ver in ["16.22"]: + for ver in ["16.26"]: self.targets[ver] = 'http://download.sysinternals.com/files/ProcessExplorer.zip' self.targetInstallPath[ver] = os.path.join("dev-utils", "bin") - self.targetDigests['16.22'] = (['d393f062091c4fcf720ce0cad56520a920ffcc9412cdc7941150e3bb3fc4fefa'], CraftHash.HashAlgorithm.SHA256) - self.defaultTarget = "16.22" + self.targetDigests['16.26'] = (['dc422a6ca2872207e8d0ef55ba4291998c8923efe847ba9e025c610090ad20be'], CraftHash.HashAlgorithm.SHA256) + self.defaultTarget = "16.26" from Package.BinaryPackageBase import * class Package(BinaryPackageBase): def __init__(self): BinaryPackageBase.__init__(self)