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 Dec 10, 2019
1 parent 40e0b13 commit d103018
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.1910.54</version>
<version>2020.1912.11</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.1910.54.400/DF1A0802-36A9-4F6D-AF7F-03C812719C0E/J2020.1910.54.400-Offline-x86.exe'
$checksum32 = 'd6ebc1c4a3359832a79ab45c0f7cab0ded845fa2897e63f93b26f51c22efc5e0'
$url32 = 'http://jaws2020.vfo.digital/2020.1912.11.400/EAFCB36D-67FA-4B8D-838F-B6F6624F08A7/J2020.1912.11.400-Offline-x86.exe'
$checksum32 = '18d3ada8540230624f681caacd329ca268c7854282b7e46fb2d6392b2245d9b2'
$checksumType32 = 'sha256'
$url64 = 'http://jaws2020.vfo.digital/2020.1910.54.400/DF1A0802-36A9-4F6D-AF7F-03C812719C0E/J2020.1910.54.400-Offline-x64.exe'
$checksum64 = '7bccfd94a99f126fb64601b1781c592e877106f63a9d9413bfd163b203829d31'
$url64 = 'http://jaws2020.vfo.digital/2020.1912.11.400/EAFCB36D-67FA-4B8D-838F-B6F6624F08A7/J2020.1912.11.400-Offline-x64.exe'
$checksum64 = 'be57d4984673764856357d9080595761dbf428031ee2fc380e4d3100d36cbd4e'
$checksumType64 = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit d103018

Please sign in to comment.