Skip to content

Commit

Permalink
AU: 2 updated - driverbooster jetbrains-youtrack
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Dec 16, 2021
1 parent ba81cd4 commit 795efef
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>9.1.0.136</version>
<version>9.1.0.140</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 @@
"2011197920"|9.1.0.136
"2984378804"|9.1.0.140
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 = '64DC1048B9E2609D4D777C951C417D69FC0850BAF9B01B24FD3D2B7C77D25D3C'
$checksum = '159D317B5E27D2D873ADC095C00ED72B85ED53D3C76055A9D9E2DC2CB74EE1BA'

$checksumType = 'sha256'

Expand Down
2 changes: 1 addition & 1 deletion automatic/jetbrains-youtrack/jetbrains-youtrack.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>2021.4.35970</version>
<version>2021.4.36179</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/jetbrains-youtrack/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://download.jetbrains.com/charisma/youtrack-2021.4.35970.msi'
$checksum = '1967bf750b2147e8f758dc01aa81f642e56b5ce8ed83ad1d7bef699c3b100bfd'
$url = 'https://download.jetbrains.com/charisma/youtrack-2021.4.36179.msi'
$checksum = 'b7d4c1940d2accac61478db80b6fb169654863788eb0afb1bce5e02eedd350d6'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 795efef

Please sign in to comment.