Skip to content

Commit

Permalink
AU: 2 updated - driverbooster mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Oct 11, 2022
1 parent 70f0a70 commit b660846
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion automatic/driverbooster/driverbooster.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>10.0.0.36</version>
<version>10.0.0.38</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
2 changes: 1 addition & 1 deletion automatic/driverbooster/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"2005721957"|10.0.0.36
"1418497896"|10.0.0.38
2 changes: 1 addition & 1 deletion automatic/driverbooster/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://cdn.iobit.com/dl/driver_booster_setup.exe'
$checksum = 'E1FC06DDA7A702E446EAF1F90EE6039BC905FB8AB64ECF6C73A979336DE1C416'
$checksum = '8024CCC8FEC5BD8CE59D6EF77BA9FEDE4D521A6D3A02DE05B7F8D36AF20580A9'

$checksumType = 'sha256'

Expand Down
2 changes: 1 addition & 1 deletion automatic/mysql/mysql.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>8.0.30</version>
<version>8.0.31</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; Rob Reynolds</owners>
<!-- ============================== -->
Expand Down
4 changes: 2 additions & 2 deletions automatic/mysql/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop';

$url = 'https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-8.0.30-winx64.zip'
$checksum = '250126206946700777170f4d8998831479c11ce6cbad84cef562a4b20178b90f'
$url = 'https://dev.mysql.com/get/Downloads/MySQL-8.0/mysql-8.0.31-winx64.zip'
$checksum = 'f51ceeed82756df4f4251400aa2078c1024e71bdd9d03f9b919c8a796a000d89'
$checksumType = 'sha256'

$pp = Get-PackageParameters
Expand Down

0 comments on commit b660846

Please sign in to comment.