Skip to content

Commit

Permalink
AU: 3 updated - exiftool firefox-nightly tomtom-mydrive-connect
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Oct 10, 2019
1 parent a87323c commit 09fd18e
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion automatic/exiftool/exiftool.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>11.69</version>
<version>11.70</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/exiftool/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://owl.phy.queensu.ca/~phil/exiftool/exiftool-11.69.zip'
$checksum = 'f906c990f861b0d00458109126100bf3e975f24a18b0d8f0ffb8673995d6b66d'
$url = 'http://owl.phy.queensu.ca/~phil/exiftool/exiftool-11.70.zip'
$checksum = 'eb7c503b8ef3adf4733f2a2de6d010a2ff12f922945429ebd6a524d48cb93069'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/firefox-nightly/firefox-nightly.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"nightly": "71.0.1.2019100921-alpha"
"nightly": "71.0.1.2019101009-alpha"
}
2 changes: 1 addition & 1 deletion automatic/firefox-nightly/firefox-nightly.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>71.0.1.2019100921-alpha</version>
<version>71.0.1.2019101009-alpha</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/firefox-nightly/tools/LanguageChecksums.csv
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ en-CA|32|aaae597221a8335190ecc963ae23aa7686043d7e817d949d859617ba8dfcd6adfccd7c6
en-CA|64|bbd99366e5937153fe5d9cf58c8b2fe364d9fdadc613d4cb15fa7ff832a533196904a54ec394de9a948ba8a96859264a829bb57afa16b8b47c33bc10b366bd40
en-GB|32|e9194368e9f5657617378dfa58c0b70001ae86c2c46effb94fb75fd53138364a14d1361bb24c8380244de698e2735dde1e1278996194c85a18733c4654bd4ba7
en-GB|64|1525d2464a580a1b4a05d42b5d122efb34c5ce5310b1c9e938fcf66edfaf7738701bd2376ecc15b674d6b65a4525eb56f068f4848da463f54828b42b5e5e4730
en-US|32|f1180e5ef07460853606816ccf98cf58287852be69471e3fabe2470b308f5ba86284fb68a17add9d6de24c15616498cfa9767fc799128cd623df7edc4d4c956e
en-US|64|373f067bda106bf6ca13729a41e092306435cf9a5ef7bd3ce8dc627bec1c41bad979e7cd6ffb1ddff9651a136cfa5cb7f3366e8de2d48a5aed85b146a13b8ee0
en-US|32|9a617629f0e1e39201c299d908c0e0fbb1303bc6198417e516e3478bc1ef9f5d500a4e78523a2208e322c5b2a6e9c64a7ba6f2a6ec2bc25e821e7d720ceee8cd
en-US|64|b6fc036e281841ae4950e58d104d335c62badb22357eb2f01c9822f50ec17e029cfc54c326b78f4c7614836e51906f084641f8ffdb014045517e50c3c524b33e
eo|32|f2edfabd89c65d7d015ff571834f914df50437ced4499e3592cb89c6931f45d917b5d2cda6df41b25a4a2e18ef43d72e294d3ab7ef37ef80144039ffaa0cf566
eo|64|86f3c7d4a191955b5138df039fc2069dcc4d1551f73ef2dc3b9bf20e95504a0763f538000d4ce878ab1f521772b11af0b52ea5b695a6e602ebb43df5d5479dd3
es-AR|32|7f895026b27a27956bfdd60e5f56489e0c06f94807327f416b61bd0385b8e8b3fe1b27252bfd0721f3522e8b44b76f9cdb23c5d344675d567413244f0737ae47
Expand Down
4 changes: 2 additions & 2 deletions automatic/firefox-nightly/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if (Get-32bitOnlyInstalled -product $softwareName) {

Checksum = $checksums.Win32
ChecksumType = 'sha512'
Url = "https://archive.mozilla.org/pub/firefox/nightly/2019/10/2019-10-09-21-39-14-mozilla-central/firefox-71.0a1.${locale}.win32.installer.exe"
Url = "https://archive.mozilla.org/pub/firefox/nightly/2019/10/2019-10-10-09-26-37-mozilla-central/firefox-71.0a1.${locale}.win32.installer.exe"

silentArgs = '-ms'
validExitCodes = @(0)
Expand All @@ -43,7 +43,7 @@ if (Get-32bitOnlyInstalled -product $softwareName) {
if (!(Get-32bitOnlyInstalled($softwareName)) -and (Get-OSArchitectureWidth 64)) {
$packageArgs.Checksum64 = $checksums.Win64
$packageArgs.ChecksumType64 = 'sha512'
$packageArgs.Url64 = "https://archive.mozilla.org/pub/firefox/nightly/2019/10/2019-10-09-21-39-14-mozilla-central/firefox-71.0a1.${locale}.win64.installer.exe"
$packageArgs.Url64 = "https://archive.mozilla.org/pub/firefox/nightly/2019/10/2019-10-10-09-26-37-mozilla-central/firefox-71.0a1.${locale}.win64.installer.exe"
}

Install-ChocolateyPackage @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/tomtom-mydrive-connect/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"42f91a8-587e36d485480"|4.2.5.3770
"42fc0c0-5947cfcf27160"|4.2.6.3888
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.5.3770</version>
<version>4.2.6.3888</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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'http://cdn.sa.services.tomtom.com/static/sa/Windows/InstallTomTomMyDriveConnect.exe'
$checksum = '54800282B61D424FB045D5A89B790682FC93FC0717F67EEF20248FB6B7CB21D5'
$checksum = 'CAEDF78A54152D1D6DC4EF12E07E9C06A6A24CBAA0F456D3BBD0A72F63E92CBC'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 09fd18e

Please sign in to comment.