Skip to content

Commit

Permalink
AU: 1 updated - sd-card-formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Mar 18, 2022
1 parent 41ec79a commit 2a26785
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions automatic/sd-card-formatter/sd-card-formatter.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>sd-card-formatter</id>
<version>5.0.1</version>
<version>5.0.2</version>
<packageSourceUrl>https://github.com/tunisiano187/Chocolatey-packages/tree/master/automatic/sd-card-formatter</packageSourceUrl>
<owners>tunisiano</owners>
<title>SD Memory Card Formatter (Install)</title>
Expand Down Expand Up @@ -39,7 +39,7 @@ functionality of Windows. Please format the SD/SDHC/SDXC Card after it has been
### Package-specific issue
If this package isn't up-to-date for some days, [Create an issue](https://github.com/tunisiano187/Chocolatey-packages/issues/new/choose)
[![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/bePatron?u=39585820)
Support the package maintainer and [![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/tunisiano)
]]></description>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/sd-card-formatter/tools/chocolateyinstall.ps1
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'
$url = 'https://www.sdcard.org/downloads/formatter/eula_windows/SDCardFormatterv5_WinEN.zip'
$Checksum = '4a3e7018af14681100c17d0e71464113a2f4dd4bc6eaa45b8aeed4ce6c67bfba'
$Checksum = 'df18843616643f53a613fd536eb4ff05a068de16b2902f48234706a2cfedc374'
$ChecksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 2a26785

Please sign in to comment.