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 Jul 14, 2021
1 parent 428728e commit ad0f624
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.05</version>
<version>7.04.042021.03</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=86438fde54e44942a39cde2dd9f1b134'
$checksum = '32e4d4febdccd3da328265bee1d049173a50d032a62253c8f1ed2842187706e3'
$url = 'https://media-www.micron.com/-/media/client/global/documents/products/software/storage-executive-software/storageexecutive_windows.exe?rev=ff8f92214db640ea8051de118abc1177'
$checksum = 'b504becb91a75f2916ea84704b36888d87382f48d49f17801fe6b4d6629237f5'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit ad0f624

Please sign in to comment.