Skip to content

Commit

Permalink
AU: 1 updated - intel-mas
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Apr 9, 2021
1 parent ca41133 commit c448c39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions automatic/intel-mas/intel-mas.nuspec
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>1.6</version>
<version>1.7</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>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand All @@ -41,7 +41,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- copyright is usually years and software vendor, but not required for internal feeds -->
<copyright>Intel</copyright>
<tags>intel-memory-and-storage-tool ssd firmware memroy admin</tags>
<releaseNotes>https://downloadmirror.intel.com/30262/eng/GUI-Intel-MAS-1.6-Release-Notes-343568-007US.pdf</releaseNotes>
<releaseNotes>https://downloadmirror.intel.com/30380/eng/GUI-Intel-MAS-1.7-Release-Notes-343568-008US.pdf</releaseNotes>
<packageSourceUrl>https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/intel-mas</packageSourceUrl>
<summary>Intel® Memory and Storage Tool (GUI)</summary>
<description><![CDATA[The Intel® Memory and Storage Tool (Intel® MAS) is drive management software with a Graphical User Interface for Windows* that allows you to view current drive information, perform firmware updates, run full diagnostic scans, perform secure erase processes, and provide SMART attributes from Intel® SSDs.
Expand Down
4 changes: 2 additions & 2 deletions automatic/intel-mas/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://downloadmirror.intel.com/30262/eng/Intel%C2%AE_MAS_GUI_Tool_Win_1.6.zip'
$checksum = '96dad5bd93184d1b890cdc9d1a57db52fc5afcdd5df6e871c933e44cf2effa85'
$url = 'https://downloadmirror.intel.com/30380/eng/Intel%C2%AE_MAS_GUI_Tool_Win_1.7.zip'
$checksum = 'bf0b3b6a3cd96f9f3c9a2ac59c4525df50cf1ee9b1e3ceb8a95e0eaa549f46d0'
$checksumType = 'sha256'

# Cleanup old files, if exist
Expand Down

0 comments on commit c448c39

Please sign in to comment.