Skip to content

Commit

Permalink
AU: 1 updated - JAWS
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Apr 28, 2020
1 parent 3110616 commit 6a17121
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion automatic/JAWS/JAWS.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>2020.2003.13</version>
<version>2020.2004.66</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
8 changes: 4 additions & 4 deletions automatic/JAWS/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url32 = 'http://jaws2020.vfo.digital/2020.2003.13.400/312E174D-9825-412C-8AC2-C1BCECEF3D7D/J2020.2003.13.400-Offline-x86.exe'
$checksum32 = 'b319572f04d0d3033fcc3cd0081a969c7d6c21458c3e08a7a10a4d179fccf179'
$url32 = 'http://jaws2020.vfo.digital/2020.2004.66.400/FAE8BEBF-943F-4773-8446-17D7524E0F16/J2020.2004.66.400-Offline-x86.exe'
$checksum32 = '948dca8d2ed14e12401a2d42281f3e1d215a2b8a2c13c3464ee90178676236cb'
$checksumType32 = 'sha256'
$url64 = 'http://jaws2020.vfo.digital/2020.2003.13.400/312E174D-9825-412C-8AC2-C1BCECEF3D7D/J2020.2003.13.400-Offline-x64.exe'
$checksum64 = 'c057745279da70a288c201d3a23cb6fbded6fc723fabb88e87be1fc3494e0635'
$url64 = 'http://jaws2020.vfo.digital/2020.2004.66.400/FAE8BEBF-943F-4773-8446-17D7524E0F16/J2020.2004.66.400-Offline-x64.exe'
$checksum64 = 'ce28fef3381f00fcd41ac1320c4a71950ebe27dce3326dc5e4120d3e9cc3c4b0'
$checksumType64 = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 6a17121

Please sign in to comment.