Skip to content

Commit

Permalink
AU: 2 updated - exiftool intel-mas
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Jul 21, 2022
1 parent 306efc0 commit ea6941b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/exiftool/exiftool.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>12.43</version>
<version>12.44</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 Down
4 changes: 2 additions & 2 deletions automatic/exiftool/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://exiftool.org/exiftool-12.43.zip'
$checksum = '60d0f695261750c0b4b95f9e43f29a434fc84680f0f0ed986973b2cad71f9428'
$url = 'https://exiftool.org/exiftool-12.44.zip'
$checksum = 'c885290e4a0cd29e6ed291d8d86f9e666c2a22bef0d0e5353e34942d5bae8c37'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
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>2.0</version>
<version>2.1</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/690883/343568-GUI-Intel-MAS-Release-Notes-rev014US.pdf</releaseNotes>
<releaseNotes>https://downloadmirror.intel.com/737924/343568_GUI%20IMAS%20Release%20Notes_Rev015US.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/690883/Intel_MAS_GUI_Tool_Win_2.0.zip'
$checksum = '00f641e1ec7823c9a4bdb8fe5a7d641b1744e9a802f3ffe11fe2cf3324bc2090'
$url = 'https://downloadmirror.intel.com/737924/Intel_MAS_GUI_Tool_Win_2.1.zip'
$checksum = 'b0bb6fb96174153e0c39601cb23af91cec9991d39139063b405a4fb1b5925f85'
$checksumType = 'sha256'

# Cleanup old files, if exist
Expand Down

0 comments on commit ea6941b

Please sign in to comment.