Skip to content

Commit

Permalink
AU: 1 updated - micron-storage-executive
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualex-itv committed Jun 3, 2021
1 parent a75e79d commit 03b97e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>7.01.012021.03</version>
<version>7.01.012021.05</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>virtualex</owners>
<!-- ============================== -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$url = 'https://media-www.micron.com/-/media/client/global/documents/products/software/storage-executive-software/storageexecutive_windows.exe?rev=e47771bea2c747df8dbac7d3972dfc0a'
$checksum = '463c3cfef20ce316ff2a08a1a93010233258ecd7af363e6431c305d3e2643227'
$url = 'https://media-www.micron.com/-/media/client/global/documents/products/software/storage-executive-software/storageexecutive_windows.exe?rev=86438fde54e44942a39cde2dd9f1b134'
$checksum = '32e4d4febdccd3da328265bee1d049173a50d032a62253c8f1ed2842187706e3'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 03b97e6

Please sign in to comment.