Skip to content

Commit

Permalink
AU: 4 updated - barcode-to-pc-server jetbrains-rider mongodb.portable…
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Oct 18, 2019
1 parent 9b0a9a8 commit 27295d5
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion automatic/barcode-to-pc-server/barcode-to-pc-server.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>3.2.0</version>
<version>3.3.0</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/barcode-to-pc-server/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)"
$url32 = 'https://github.com/fttx/barcode-to-pc-server/releases/download/v3.2.0/barcode-to-pc-server.v3.2.0.win.setup.exe'
$checksum32 = '9a989ce3a9aecb91ef70e75e40579c0d37d5d2ff6ad347a9ba094ca2fd34b865'
$url32 = 'https://github.com/fttx/barcode-to-pc-server/releases/download/v3.3.0/barcode-to-pc-server.v3.3.0.win.setup.exe'
$checksum32 = 'd3ebd65e89da4fdf8b45d3b407d89ce918aa17dac300b439bc58b30b999d890b'
$checksumType32 = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/jetbrains-rider/jetbrains-rider.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>2019.2.2</version>
<version>2019.2.3</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; BooBoo</owners>
<!-- ============================== -->
Expand Down
4 changes: 2 additions & 2 deletions automatic/jetbrains-rider/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/rider/JetBrains.Rider-2019.2.2.exe'
$checksum = '55964a0702c6c943ff5abc5971d2a45baffc65096482a67ea10971e5d55c54cf'
$url = 'https://download.jetbrains.com/rider/JetBrains.Rider-2019.2.3.exe'
$checksum = '8441f9087f9a90d66300cf904f291031cfdc43a01fcfe830130d16476de484f7'
$checksumType = 'sha256'

# Workaround for https://youtrack.jetbrains.com/issue/IDEA-202935
Expand Down
2 changes: 1 addition & 1 deletion automatic/mongodb.portable/mongodb.portable.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>4.2.0</version>
<version>4.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 Down
4 changes: 2 additions & 2 deletions automatic/mongodb.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop';
$url64 = 'https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.0.zip'
$checksum64 = '1bfacaaf3ddfcf365a9f8278b04ab73a6d8c645ed43ced4fbd850a8bbe718562'
$url64 = 'https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.1.zip'
$checksum64 = 'ca1c94bdaf13f546359024eefba56c8dd19331122af064b0677029058aaee9a9'
$checksumType64 = 'sha256'

$binRoot = Get-ToolsLocation
Expand Down
2 changes: 1 addition & 1 deletion automatic/music-collector/music-collector.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>19.2.2</version>
<version>19.3.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 Down
4 changes: 2 additions & 2 deletions automatic/music-collector/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 = 'http://installers.collectorz.com/music-win/musiccollectorsetup1922.exe'
$checksum = '340f033976e7b790e1d8d42f02411ae63a46eb8eedd460401a07b2befd6b50b0'
$url = 'http://installers.collectorz.com/music-win/musiccollectorsetup1931.exe'
$checksum = 'b90207524ee81c080c6796b55f14606b4bd6821b19f09153748814f4edb5ccee'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 27295d5

Please sign in to comment.