UTC: 2019-12-16 18:06 chocolatey-community/chocolatey-coreteampackages
This file is automatically generated by the update_all.ps1 script using the AU module.
Ignored | History | Force Test | Releases | TESTING AU NEXT VERSION
LAST RUN HAD 2 ERRORS !!!
Finished 235 packages after 6.65 minutes.
1 updated, 1 pushed, 2 ignored
2 errors - 2 update, 0 push.
Icon | Name | Updated | Pushed | RemoteVersion | NuspecVersion |
---|---|---|---|---|---|
chromium | True 🔸 🕄 📥 | True | 81.0.3999.0-snapshots | 81.0.3998.0-snapshots |
Chocolatey v0.10.15 Attempting to push googlechromebeta.79.0.3945.79-beta.nupkg to https://push.chocolatey.org Failed to process request. 'The package googlechromebeta have a previous version in a submitted state, and no approved stable releases.'. The remote server returned an error: (403) Forbidden..
au_GetLatest failed
SourceForge - Unable to display the page requested
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
body { line-height: 1;}
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }
q, blockquote { quotes: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }
a img { border: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }
body { background: #fff; color: #333; font-family: "Lato", sans-serif; font-size: 14px; margin: 0; padding: 0; }
a {color: #0099cc; text-decoration: none; }
a:hover {color:#006699;}
#header, footer {background:#333333; text-align: center;color:#fff}
#header svg { width: 267px;; }
#header svg .st1, #header svg .st2 { fill: #fff; }
#header svg .st0 { fill: #FF6600; }
#header section { margin: 0 auto; padding: 5px 0; }
#error-logo svg {display: block; margin: 50px auto 50px;width:167px;}
#error-logo svg .st0{fill:#F26722}
#error-logo svg .st1{fill:#CCCCCB}
#content { margin: 0 auto; }
#content h1 {margin: 3.21429rem 0 2.5rem 0; font-size: 2.28571rem; font-weight: 400; text-align: center}
#content p { margin-bottom: 20px; font-size: 18px; text-align: center}
#content h1, #content p {margin-left: 1em; margin-right: 1em}
#content #error-message { float: left; margin-right: 20px; }
#content #twitter { margin:60px auto; position: relative; }
#content #twitter > * {margin: 0 auto;display: block;}
#content #twitter #twitter-bird { margin-top: 5px;}
#content #twitter #message-bubble { position: relative; border: 2px solid #F2F2F2; width: 333px; min-height: 150px; padding: 9px 0; }
footer {display: block;height: 60px;line-height:60px;font-size: 14px;}
@media print, screen and (min-width: 728px) {
#error-logo svg {display: block; margin: 150px auto 50px;width:267px;height:235px;}
}
Oops, looks like something went wrong.
For updates, follow us on twitter or check the status dashboard.
While we fix the issue, checkout Slashdot.
Tweets by @sfnet_ops
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
© 2017 Slashdot Media. All Rights Reserved.
var url, filename, project;
/*
Match:
/projects/xyz/files/a/download
/a/b/c/download
/a/download?use_mirror=m (url params aren't in window.location.pathname)
non-greedy match on project name
optional greedy match on file path including trailing slash
regular match on base file name
*/
var regexp = new RegExp('^/projects/(.+?)/files/(.*/)?(.+)/download$');
var matches = window.location.pathname.match(regexp);
if (matches) {
project = matches[1];
var path = matches[2] || ''; // may be undefined
filename = matches[3];
url = '//downloads.sourceforge.net/project/' + project + '/' + path + filename;
}
if (window.location.pathname === '/project/downloading.php') {
/*
match:
/project/downloading.php?groupname=xyz&filename=abc.zip
abc.zip&use_mirror=m
non-greedy match on project name
non-greedy match on filename, terminated by EOL or '&'
*/
var legacy_re = new RegExp('groupname=(.+?)&filename=(.+?)($|&)');
var legacy_matches = window.location.search.match(legacy_re);
if (legacy_matches) {
project = legacy_matches[1];
filename = legacy_matches[2];
url = '//downloads.sourceforge.net/' + project + '/' + filename;
}
}
/*global console*/
if (url && filename) {
url += '?fromerrorjs=1';
if (window.location.hostname === 'sourceforge.net') {
window.location = url;
} else if (window.console) {
console.log('redirecting to ' + url);
}
document.title = 'Downloading ' + decodeURIComponent(filename);
document.getElementsByTagName('h1')[0].innerHTML = 'Downloading ' + decodeURIComponent(filename) + ' ...';
}
Icon | Name | NuspecVersion | IgnoreMessage |
---|---|---|---|
graphviz | 2.38.0.20190211 | The request was aborted: Could not create SSL/TLS secure channel. | |
keepassx | 2.0.3 | The request was aborted: Could not create SSL/TLS secure channel. |
1password - checking updates using AU version 2019.12.16.180634
*** Stream: OPW4 ***
URL check
https://c.1password.com/dist/1P/win4/1Password-4.6.2.626.exe
nuspec version: 4.6.2.626
remote version: 4.6.2.626
No new version found
360ts - checking updates using au version 2019.12.16.180634
*** Stream: ts ***
URL check
https://free.360totalsecurity.com/totalsecurity/360TS_Setup_10.6.0.1285.exe
nuspec version: 10.6.0.1285
remote version: 10.6.0.1285
No new version found
*** Stream: tse ***
URL check
https://free.360totalsecurity.com/totalsecurity/360TSE_Setup_8.8.0.1118.exe
nuspec version: 8.8.0.1118
remote version: 8.8.0.1118
No new version found
7zip - checking updates using au version 2019.12.16.180634
*** Stream: stable ***
URL check
http://www.7-zip.org/a/7z1900.exe
http://www.7-zip.org/a/7z1900-extra.7z
http://www.7-zip.org/a/7z1900-x64.exe
nuspec version: 19.0
remote version: 19.0
No new version found
7zip.install - checking updates using au version 2019.12.16.180634
*** Stream: stable ***
URL check
http://www.7-zip.org/a/7z1900.exe
http://www.7-zip.org/a/7z1900-extra.7z
http://www.7-zip.org/a/7z1900-x64.exe
nuspec version: 19.0
remote version: 19.0
No new version found
7zip.portable - checking updates using au version 2019.12.16.180634
*** Stream: stable ***
URL check
http://www.7-zip.org/a/7z1900.exe
http://www.7-zip.org/a/7z1900-extra.7z
http://www.7-zip.org/a/7z1900-x64.exe
nuspec version: 19.0
remote version: 19.0
No new version found
absolute-uninstaller - checking updates using au version 2019.12.16.180634
URL check
https://download.glarysoft.com/ausetup.exe
nuspec version: 5.3.1.26
remote version: 5.3.1.26
No new version found
activepresenter - checking updates using au version 2019.12.16.180634
URL check
https://cdn.atomisystems.com/apdownloads/ActivePresenter_v7.5.10_setup.exe
nuspec version: 7.5.10
remote version: 7.5.10
No new version found
alldup - checking updates using au version 2019.12.16.180634
URL check
http://www.alldup.info/download/AllDupSetup.exe
nuspec version: 4.4.10
remote version: 4.4.10
No new version found
ant-renamer - checking updates using au version 2019.12.16.180634
URL check
http://update.antp.be/renamer/antrenamer2_install.exe
nuspec version: 2.12.0.20170526
remote version: 2.12.0
No new version found
apache-httpd - checking updates using au version 2019.12.16.180634
URL check
https://www.apachehaus.com/downloads/httpd-2.4.41-lre302-x64-vc14.zip
https://www.apachehaus.com/downloads/httpd-2.4.41-lre302-x86-vc14.zip
nuspec version: 2.4.41
remote version: 2.4.41
No new version found
aptana-studio - checking updates using au version 2019.12.16.180634
URL check
https://github.com/aptana/studio3/releases/download/3.7.2.201807301111/Aptana_Studio_3_Setup.exe
nuspec version: 3.7.2
remote version: 3.7.2
No new version found
audacity - checking updates using au version 2019.12.16.180634
URL check
https://filehippo.com/launch_download/?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJkb3dubG9hZFR5cGUiOiJpbnRlcm5hbERvd25sb2FkIiwiZG93bmxvYWRVcmwiOiJodHRwczovL2RsNS5maWxlaGlwcG8uY29tL2QyYS8wMzcvNDNlZjVlYWQ4YWZjMTExYTk5YzFiOWI5ODQxYzgwZDhlNS9hdWRhY2l0eS13aW4tMi4zLjIuZXhlP0V4cGlyZXM9MTU3NjU1NzAzNyZTaWduYXR1cmU9YmExYTE4OTllODgyNTRlYTU4N2RmMjYwZjIwNzJmMDViM2JlNjBmMCZ1cmw9aHR0cHM6Ly9maWxlaGlwcG8uY29tL2Rvd25sb2FkX2F1ZGFjaXR5LyZGaWxlbmFtZT1hdWRhY2l0eS13aW4tMi4zLjIuZXhlIiwicHJvZ3JhbUlkIjoiYzM5NDIzNzgtOTZiZi0xMWU2LWExMmUtMDAxNjNlYzlmNWZhIiwiaWF0IjoxNTc2NTE5NjI2LCJleHAiOjE1NzY1MjMyMjZ9.dYi1n-Vfjf-4VthEKS3SKu6Y8erQw7UaHO5uPJ1Mqrc
nuspec version: 2.3.2
remote version: 2.3.2
No new version found
autohotkey - checking updates using au version 2019.12.16.180634
URL check
https://github.com/Lexikos/AutoHotkey_L/releases/download/v1.1.32.00/AutoHotkey_1.1.32.00_setup.exe
nuspec version: 1.1.32.00
remote version: 1.1.32.00
No new version found
autohotkey.install - checking updates using au version 2019.12.16.180634
URL check
https://github.com/Lexikos/AutoHotkey_L/releases/download/v1.1.32.00/AutoHotkey_1.1.32.00_setup.exe
nuspec version: 1.1.32.00
remote version: 1.1.32.00
No new version found
autohotkey.portable - checking updates using au version 2019.12.16.180634
*** Stream: 1.1 ***
nuspec version: 1.1.32.00
remote version: 1.1.32.00
No new version found
*** Stream: 2.0 ***
nuspec version: 2.0-a108
remote version: 2.0-a108
No new version found
autoit - checking updates using au version 2019.12.16.180634
nuspec version: 3.3.14.5
remote version: 3.3.14.5
No new version found
autoit.install - checking updates using au version 2019.12.16.180634
nuspec version: 3.3.14.5
remote version: 3.3.14.5
No new version found
autoit.portable - checking updates using au version 2019.12.16.180634
nuspec version: 3.3.14.5
remote version: 3.3.14.5
No new version found
avidemux - checking updates using au version 2019.12.16.180634
URL check
https://sourceforge.net/projects/avidemux/files/avidemux/2.7.4/avidemux_2.7.4_win32.exe/download
https://sourceforge.net/projects/avidemux/files/avidemux/2.7.4/Avidemux_2.7.4%20VC%2B%2B%2064bits.exe/download
nuspec version: 0.0
remote version: 2.7.4
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/avidemux/2.7.4
bleachbit - checking updates using au version 2019.12.16.180634
URL check
https://download.bleachbit.org/BleachBit-3.0-setup.exe
nuspec version: 3.0
remote version: 3.0
No new version found
bleachbit.install - checking updates using au version 2019.12.16.180634
URL check
https://download.bleachbit.org/BleachBit-3.0-setup.exe
nuspec version: 3.0
remote version: 3.0
No new version found
blender - checking updates using AU version 2019.12.16.180634
URL check
https://mirror.clarkson.edu/blender/release/Blender2.81/blender-2.81a-windows64.msi
nuspec version: 2.81.1
remote version: 2.81.1
No new version found
bluefish - checking updates using au version 2019.12.16.180634
URL check
https://www.bennewitz.com/bluefish/stable/binaries/win32/Bluefish-2.2.10-setup.exe
nuspec version: 2.2.10
remote version: 2.2.10
No new version found
bluegriffon - checking updates using AU version 2019.12.16.180634
URL check
http://bluegriffon.org/freshmeat/3.1/bluegriffon-3.1.win-x86_64.exe
nuspec version: 3.0.1
remote version: 3.1
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/bluegriffon/3.1
brackets - checking updates using au version 2019.12.16.180634
URL check
https://github.com/adobe/brackets/releases/download/release-1.14.1/Brackets.Release.1.14.1.msi
nuspec version: 1.14
remote version: 1.14.1
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/Brackets/1.14.1
brave - checking updates using au version 2019.12.16.180634
*** Stream: beta ***
URL check
https://github.com/brave/brave-browser/releases/download/v1.2.27/BraveBrowserSilentBetaSetup.exe
https://github.com/brave/brave-browser/releases/download/v1.2.27/BraveBrowserSilentBetaSetup32.exe
nuspec version: 1.2.27-beta
remote version: 1.2.27-beta
No new version found
*** Stream: stable ***
ignore
bulk-crap-uninstaller - checking updates using au version 2019.12.16.180634
URL check
https://github.com/Klocman/Bulk-Crap-Uninstaller/releases/download/v4.15/BCUninstaller_4.15_setup.exe
nuspec version: 4.15
remote version: 4.15
No new version found
calibre - checking updates using au version 2019.12.16.180634
URL check
https://download.calibre-ebook.com/4.6.0/calibre-64bit-4.6.0.msi
https://download.calibre-ebook.com/4.6.0/calibre-4.6.0.msi
nuspec version: 4.6.0
remote version: 4.6.0
No new version found
ccleaner - checking updates using au version 2019.12.16.180634
URL check
https://download.ccleaner.com/ccsetup563.exe
nuspec version: 5.63.7540
remote version: 5.63.7540
No new version found
cdburnerxp - checking updates using au version 2019.12.16.180634
URL check
https://download.cdburnerxp.se/msi/cdbxp_setup_x64_4.5.8.7128.msi
https://download.cdburnerxp.se/msi/cdbxp_setup_4.5.8.7128.msi
nuspec version: 4.5.8.712800
remote version: 4.5.8.712800
No new version found
cdrtfe - checking updates using AU version 2019.12.16.180634
*** Stream: 1.2 ***
URL check
https://sourceforge.net/projects/cdrtfe/files/cdrtfe/cdrtfe%201.2/cdrtfe-1.2.exe
nuspec version: 1.2
remote version: 1.2
No new version found
*** Stream: 1.3 ***
URL check
https://sourceforge.net/projects/cdrtfe/files/cdrtfe/cdrtfe%201.3.9/cdrtfe-1.3.9.exe
nuspec version: 1.3.9
remote version: 1.3.9
No new version found
*** Stream: 1.4 ***
URL check
https://sourceforge.net/projects/cdrtfe/files/cdrtfe/cdrtfe%201.4.1/cdrtfe-1.4.1.exe
nuspec version: 1.4.1
remote version: 1.4.1
No new version found
*** Stream: 1.5 ***
URL check
https://sourceforge.net/projects/cdrtfe/files/cdrtfe/cdrtfe%201.5.8/cdrtfe-1.5.8.exe
nuspec version: 1.5.8
remote version: 1.5.8
No new version found
chromium - checking updates using au version 2019.12.16.180634
*** Stream: snapshots ***
URL check
https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/725132/mini_installer.exe
https://storage.googleapis.com/chromium-browser-snapshots/Win/725126/mini_installer.exe
nuspec version: 81.0.3998.0-snapshots
remote version: 81.0.3999.0-snapshots
New version is available
Automatic checksum skipped
Running au_BeforeUpdate
Setting package description from README.md
Updating files
$Latest data:
Checksum32 (String) 83ABFCA425C186655003A90FD15D39584E4C29F853806C33590A0E24E39E34CF
Checksum64 (String) 2AC22E5BBFA3553E71D0546A232AB66F83331F0DBB4CDFE563441255A3360AC6
ChecksumType32 (String) sha256
ChecksumType64 (String) sha256
FileName32 (String) chromium_x32.exe
FileName64 (String) chromium_x64.exe
FileType (String) exe
NuspecVersion (String) 81.0.3998.0-snapshots
PackageName (String) chromium
Stream (String) snapshots
Streams (OrderedDictionary) System.Collections.Specialized.OrderedDictionary
Title (String) Chromium Snapshots
URL32 (String) https://storage.googleapis.com/chromium-browser-snapshots/Win/725126/mini_installer.exe
URL64 (String) https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/725132/mini_installer.exe
Version (String) 81.0.3999.0-snapshots
chromium.nuspec
setting id: chromium
updating version: 81.0.3998.0-snapshots -> 81.0.3999.0-snapshots
.\chromium.nuspec
(?i)(^\s*\<title\>).*(\<\/title\>) = ${1}Chromium Snapshots${2}
.\legal\verification.txt
(?i)(^\s*checksum32\:).* = ${1} 83ABFCA425C186655003A90FD15D39584E4C29F853806C33590A0E24E39E34CF
(?i)(^\s*checksum64\:).* = ${1} 2AC22E5BBFA3553E71D0546A232AB66F83331F0DBB4CDFE563441255A3360AC6
(?i)(\s*64\-Bit Software.*)\<.*\> = ${1}<https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/725132/mini_installer.exe>
(?i)(^\s*checksum\s*type\:).* = ${1} sha256
(?i)(\s*32\-Bit Software.*)\<.*\> = ${1}<https://storage.googleapis.com/chromium-browser-snapshots/Win/725126/mini_installer.exe>
.\tools\chocolateyInstall.ps1
(^[$]version\s*=\s*)(".*") = $1"81.0.3999.0-snapshots"
(?i)(^\s*file\s*=\s*"[$]toolsdir\\).* = ${1}chromium_x32.exe"
(?i)(^\s*file64\s*=\s*"[$]toolsdir\\).* = ${1}chromium_x64.exe"
Attempting to build package from 'chromium.nuspec'.
Successfully created package 'C:\projects\chocolatey-coreteampackages\automatic\chromium\chromium.81.0.3999.0-snapshots.nupkg'
*** Stream: stable ***
URL check
https://github.com/henrypp/chromium/releases/download/v75.0.3770.142-r652427-win64/chromium-sync.exe
https://github.com/henrypp/chromium/releases/download/v75.0.3770.142-r652427-win32/chromium-sync.exe
nuspec version: 75.0.3770.142
remote version: 75.0.3770.142
No new version found
Package updated
Chocolatey v0.10.15
Attempting to push chromium.81.0.3999.0-snapshots.nupkg to https://push.chocolatey.org
chromium 81.0.3999.0-snapshots was pushed successfully to https://push.chocolatey.org
clementine - checking updates using AU version 2019.12.16.180634
URL check
https://github.com/clementine-player/Clementine/releases/download/1.3.1/ClementineSetup-1.3.1.exe
nuspec version: 1.3.1.20170212
remote version: 1.3.1
No new version found
clipboardfusion - checking updates using AU version 2019.12.16.180634
*** Stream: stable ***
URL check
https://binaryfortressdownloads.com/Download/BFSFiles/104/ClipboardFusionSetup-5.6.exe
nuspec version: 5.6
remote version: 5.6
No new version found
*** Stream: unstable ***
URL check
https://binaryfortressdownloads.com/Download/BFSFiles/104/ClipboardFusionSetup-5.7-Beta3.exe
nuspec version: 5.6-Beta2
remote version: 5.7-Beta3
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/clipboardfusion/5.7-Beta3
clipgrab - checking updates using AU version 2019.12.16.180634
URL check
https://download.clipgrab.org/clipgrab-3.8.7-portable.exe
nuspec version: 3.8.7
remote version: 3.8.7
No new version found
cmake - checking updates using AU version 2019.12.16.180634
*** Stream: 3.15 ***
URL check
https://github.com/Kitware/CMake/releases/download/v3.15.5/cmake-3.15.5-win64-x64.zip
https://github.com/Kitware/CMake/releases/download/v3.15.5/cmake-3.15.5-win32-x86.msi
https://github.com/Kitware/CMake/releases/download/v3.15.5/cmake-3.15.5-win64-x64.msi
https://github.com/Kitware/CMake/releases/download/v3.15.5/cmake-3.15.5-win32-x86.zip
nuspec version: 3.15.5
remote version: 3.15.5
No new version found
*** Stream: 3.16 ***
URL check
https://github.com/Kitware/CMake/releases/download/v3.16.1/cmake-3.16.1-win64-x64.zip
https://github.com/Kitware/CMake/releases/download/v3.16.1/cmake-3.16.1-win32-x86.msi
https://github.com/Kitware/CMake/releases/download/v3.16.1/cmake-3.16.1-win64-x64.msi
https://github.com/Kitware/CMake/releases/download/v3.16.1/cmake-3.16.1-win32-x86.zip
nuspec version: 3.16.1
remote version: 3.16.1
No new version found
cmake.install - checking updates using AU version 2019.12.16.180634
*** Stream: 3.15 ***
URL check
https://github.com/Kitware/CMake/releases/download/v3.15.5/cmake-3.15.5-win64-x64.zip
https://github.com/Kitware/CMake/releases/download/v3.15.5/cmake-3.15.5-win32-x86.msi
https://github.com/Kitware/CMake/releases/download/v3.15.5/cmake-3.15.5-win64-x64.msi
https://github.com/Kitware/CMake/releases/download/v3.15.5/cmake-3.15.5-win32-x86.zip
nuspec version: 3.15.5
remote version: 3.15.5
No new version found
*** Stream: 3.16 ***
URL check
https://github.com/Kitware/CMake/releases/download/v3.16.1/cmake-3.16.1-win64-x64.zip
https://github.com/Kitware/CMake/releases/download/v3.16.1/cmake-3.16.1-win32-x86.msi
https://github.com/Kitware/CMake/releases/download/v3.16.1/cmake-3.16.1-win64-x64.msi
https://github.com/Kitware/CMake/releases/download/v3.16.1/cmake-3.16.1-win32-x86.zip
nuspec version: 3.16.1
remote version: 3.16.1
No new version found
cmake.portable - checking updates using AU version 2019.12.16.180634
*** Stream: 3.15 ***
URL check
https://github.com/Kitware/CMake/releases/download/v3.15.5/cmake-3.15.5-win64-x64.zip
https://github.com/Kitware/CMake/releases/download/v3.15.5/cmake-3.15.5-win32-x86.msi
https://github.com/Kitware/CMake/releases/download/v3.15.5/cmake-3.15.5-win64-x64.msi
https://github.com/Kitware/CMake/releases/download/v3.15.5/cmake-3.15.5-win32-x86.zip
nuspec version: 3.15.5
remote version: 3.15.5
No new version found
*** Stream: 3.16 ***
URL check
https://github.com/Kitware/CMake/releases/download/v3.16.1/cmake-3.16.1-win64-x64.zip
https://github.com/Kitware/CMake/releases/download/v3.16.1/cmake-3.16.1-win32-x86.msi
https://github.com/Kitware/CMake/releases/download/v3.16.1/cmake-3.16.1-win64-x64.msi
https://github.com/Kitware/CMake/releases/download/v3.16.1/cmake-3.16.1-win32-x86.zip
nuspec version: 3.16.1
remote version: 3.16.1
No new version found
codeblocks - checking updates using au version 2019.12.16.180634
nuspec version: 17.12
remote version: 17.12
No new version found
codelite - checking updates using AU version 2019.12.16.180634
URL check
https://github.com/eranif/codelite/releases/download/13.0/codelite-amd64-13.0.0.exe.7z
nuspec version: 13.0
remote version: 13.0
No new version found
curl - checking updates using au version 2019.12.16.180634
URL check
https://bintray.com/artifact/download/vszakats/generic/curl-7.67.0-win32-mingw.zip
https://bintray.com/artifact/download/vszakats/generic/curl-7.67.0-win64-mingw.zip
nuspec version: 7.67.0
remote version: 7.67.0
No new version found
cutepdf - checking updates using au version 2019.12.16.180634
nuspec version: 4.0
remote version: 4.0
No new version found
cygwin - checking updates using au version 2019.12.16.180634
URL check
https://cygwin.com/setup-x86.exe
https://cygwin.com/setup-x86_64.exe
nuspec version: 3.0.7.20191022
remote version: 3.0.7
No new version found
datagrip - checking updates using AU version 2019.12.16.180634
URL check
https://download.jetbrains.com/datagrip/datagrip-2019.3.exe
nuspec version: 2019.3
remote version: 2019.3
No new version found
defraggler - checking updates using au version 2019.12.16.180634
URL check
https://download.ccleaner.com/dfsetup222.exe
nuspec version: 2.22.995.20181017
remote version: 2.22.995
No new version found
displayfusion - checking updates using AU version 2019.12.16.180634
*** Stream: unstable ***
URL check
https://binaryfortressdownloads.com/Download/BFSFiles/101/DisplayFusionSetup-9.5c.exe
nuspec version: 9.5-c
remote version: 9.5-c
No new version found
djv - checking updates using AU version 2019.12.16.180634
URL check
https://sourceforge.net/projects/djv/files/djv-beta/2.0.5/DJV-2.0.5-win64.exe/download
nuspec version: 2.0.5
remote version: 2.0.5
No new version found
docker-kitematic - checking updates using AU version 2019.12.16.180634
URL check
https://github.com/docker/kitematic/releases/download/v0.17.9/Kitematic-0.17.9-Windows.zip
nuspec version: 0.17.9
remote version: 0.17.9
No new version found
dropbox - checking updates using au version 2019.12.16.180634
*** Stream: beta ***
URL check
https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2087.3.131%20Offline%20Installer.exe
nuspec version: 87.3.131-beta
remote version: 87.3.131-beta
No new version found
*** Stream: stable ***
URL check
https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2086.4.146%20Offline%20Installer.exe
nuspec version: 85.4.155
remote version: 86.4.146
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/dropbox/86.4.146
encfs4win - checking updates using AU version 2019.12.16.180634
*** Stream: 1.10 ***
URL check
https://github.com/jetwhiz/encfs4win/releases/download/v1.10.1/encfs-installer.exe
nuspec version: 1.10.1
remote version: 1.10.1
No new version found
*** Stream: 1.11 ***
URL check
https://github.com/jetwhiz/encfs4win/releases/download/v1.11.0-beta.1/encfs-installer.exe
nuspec version: 0.0
remote version: 1.11.0-beta1
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/encfs4win/1.11.0-beta1
etcd - checking updates using AU version 2019.12.16.180634
*** Stream: 3.2 ***
URL check
https://github.com/etcd-io/etcd/releases/download/v3.2.28/etcd-v3.2.28-windows-amd64.zip
nuspec version: 3.2.28
remote version: 3.2.28
No new version found
*** Stream: 3.3 ***
URL check
https://github.com/etcd-io/etcd/releases/download/v3.3.18/etcd-v3.3.18-windows-amd64.zip
nuspec version: 3.3.18
remote version: 3.3.18
No new version found
*** Stream: 3.4 ***
URL check
https://github.com/etcd-io/etcd/releases/download/v3.4.3/etcd-v3.4.3-windows-amd64.zip
nuspec version: 3.4.3
remote version: 3.4.3
No new version found
everything - checking updates using au version 2019.12.16.180634
URL check
https://www.voidtools.com/Everything-1.4.1.935.x64-Setup.exe
https://www.voidtools.com/Everything-1.4.1.935.x86-Setup.exe
nuspec version: 1.4.1935.20190602
remote version: 1.4.1935
No new version found
ext2fsd - checking updates using au version 2019.12.16.180634
*** Stream: 0.65 ***
URL check
https://sourceforge.net/projects/ext2fsd/files/Ext2fsd/0.65/Ext2Fsd-0.65.exe/download
nuspec version: 0.65
remote version: 0.65
No new version found
*** Stream: 0.66 ***
URL check
https://sourceforge.net/projects/ext2fsd/files/Ext2fsd/0.66/Ext2Fsd-0.66.exe/download
nuspec version: 0.66
remote version: 0.66
No new version found
*** Stream: 0.68 ***
URL check
https://sourceforge.net/projects/ext2fsd/files/Ext2fsd/0.68/Ext2Fsd-0.68.exe/download
nuspec version: 0.68.0.20161111
remote version: 0.68
No new version found
*** Stream: 0.69 ***
URL check
https://sourceforge.net/projects/ext2fsd/files/Ext2fsd/0.69/Ext2Fsd-0.69.exe/download
nuspec version: 0.69.0.20171118
remote version: 0.69
No new version found
ffmpeg - checking updates using au version 2019.12.16.180634
URL check
https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-4.2.1-win64-static.zip
https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-4.2.1-win32-static.zip
nuspec version: 4.2.1
remote version: 4.2.1
No new version found
filezilla - checking updates using au version 2019.12.16.180634
URL check
https://dl2.cdn.filezilla-project.org/client/FileZilla_3.46.0_win32-setup.exe?h=cbiqgJLpXgPBKfLzO7x1QA&x=1576523290
https://dl2.cdn.filezilla-project.org/client/FileZilla_3.46.0_win64-setup.exe?h=w9UvHbB_TObHiyQxaAWf3w&x=1576523290
nuspec version: 3.46.0
remote version: 3.46.0
No new version found
firefox - checking updates using au version 2019.12.16.180634
*** Stream: esr ***
URL check
nuspec version: 68.3.0
remote version: 68.3.0
No new version found
*** Stream: latest ***
URL check
nuspec version: 71.0
remote version: 71.0
No new version found
flashplayeractivex - checking updates using au version 2019.12.16.180634
URL check
https://download.macromedia.com/pub/flashplayer/pdc/32.0.0.303/install_flash_player_32_active_x.msi
nuspec version: 32.0.0.303
remote version: 32.0.0.303
No new version found
flashplayerplugin - checking updates using au version 2019.12.16.180634
URL check
https://download.macromedia.com/get/flashplayer/pdc/32.0.0.303/install_flash_player_32_plugin.msi
nuspec version: 32.0.0.303
remote version: 32.0.0.303
No new version found
flashplayerppapi - checking updates using au version 2019.12.16.180634
URL check
https://download.macromedia.com/pub/flashplayer/pdc/32.0.0.303/install_flash_player_32_ppapi.msi
nuspec version: 32.0.0.303
remote version: 32.0.0.303
No new version found
flightgear - checking updates using au version 2019.12.16.180634
URL check
http://ftp.igh.cnrs.fr/pub/flightgear/ftp/Windows/FlightGear-2016.4.1.exe
nuspec version: 2016.4.1
remote version: 2016.4.1
No new version found
freecad - checking updates using au version 2019.12.16.180634
URL check
https://github.com/FreeCAD/FreeCAD/releases/download/0.18.4/FreeCAD-0.18.4.980bf90-WIN-x32-installer.exe
https://github.com/FreeCAD/FreeCAD/releases/download/0.18.4/FreeCAD-0.18.4.980bf90-WIN-x64-installer.exe
nuspec version: 0.18.16146
remote version: 0.18.4
No new version found
freeciv - checking updates using au version 2019.12.16.180634
URL check
http://files.freeciv.org/packages/windows/Freeciv-2.6.0-win32-gtk3-setup.exe
nuspec version: 2.6.0
remote version: 2.6.0
No new version found
freevideoeditor - checking updates using AU version 2019.12.16.180634
URL check
http://downloads.videosoftdev.com/video_tools/video_editor_x64.exe
http://downloads.videosoftdev.com/video_tools/video_editor_x32.exe
nuspec version: 6.4.1
remote version: 6.4.1
No new version found
free-virtual-keyboard - checking updates using AU version 2019.12.16.180634
URL check
http://freevirtualkeyboard.com/FreeVKSetup.exe
nuspec version: 4.2
remote version: 4.2
No new version found
ghostscript - checking updates using AU version 2019.12.16.180634
URL check
https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs950/gs950w32.exe
https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs950/gs950w64.exe
nuspec version: 9.50
remote version: 9.50
No new version found
ghostscript.app - checking updates using AU version 2019.12.16.180634
URL check
https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs950/gs950w32.exe
https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs950/gs950w64.exe
nuspec version: 9.50
remote version: 9.50
No new version found
gimp - checking updates using AU version 2019.12.16.180634
URL check
https://download.gimp.org/mirror/pub/gimp/v2.10/windows/gimp-2.10.14-setup-1.exe
nuspec version: 2.10.14
remote version: 2.10.14
No new version found
git - checking updates using au version 2019.12.16.180634
URL check
https://github.com/git-for-windows/git/releases/download/v2.24.1.windows.2/Git-2.24.1.2-64-bit.exe
https://github.com/git-for-windows/git/releases/download/v2.24.1.windows.2/Git-2.24.1.2-32-bit.exe
nuspec version: 2.24.1.2
remote version: 2.24.1.2
No new version found
git.install - checking updates using au version 2019.12.16.180634
URL check
https://github.com/git-for-windows/git/releases/download/v2.24.1.windows.2/Git-2.24.1.2-64-bit.exe
https://github.com/git-for-windows/git/releases/download/v2.24.1.windows.2/Git-2.24.1.2-32-bit.exe
nuspec version: 2.24.1.2
remote version: 2.24.1.2
No new version found
git.portable - checking updates using au version 2019.12.16.180634
URL check
https://github.com/git-for-windows/git/releases/download/v2.24.1.windows.2/PortableGit-2.24.1.2-64-bit.7z.exe
https://github.com/git-for-windows/git/releases/download/v2.24.1.windows.2/PortableGit-2.24.1.2-32-bit.7z.exe
nuspec version: 2.24.1.2
remote version: 2.24.1.2
No new version found
gitextensions - checking updates using AU version 2019.12.16.180634
*** Stream: 3.0 ***
URL check
https://github.com/gitextensions/gitextensions/releases/download/v3.0.2/GitExtensions-3.0.2.5232.msi
nuspec version: 3.0.2
remote version: 3.0.2
No new version found
*** Stream: 3.1 ***
URL check
https://github.com/gitextensions/gitextensions/releases/download/v3.1.1/GitExtensions-3.1.1.6049.msi
nuspec version: 3.1.1
remote version: 3.1.1
No new version found
*** Stream: 3.2 ***
URL check
https://github.com/gitextensions/gitextensions/releases/download/v3.2.1/GitExtensions-3.2.1.6628.msi
nuspec version: 3.2.1
remote version: 3.2.1
No new version found
*** Stream: 3.3 ***
URL check
https://github.com/gitextensions/gitextensions/releases/download/v3.3/GitExtensions-3.3.0.7719.msi
nuspec version: 3.3
remote version: 3.3
No new version found
git-lfs - checking updates using au version 2019.12.16.180634
URL check
https://github.com/git-lfs/git-lfs/releases/download/v2.9.2/git-lfs-windows-v2.9.2.exe
nuspec version: 2.9.2
remote version: 2.9.2
No new version found
git-lfs.install - checking updates using au version 2019.12.16.180634
URL check
https://github.com/git-lfs/git-lfs/releases/download/v2.9.2/git-lfs-windows-v2.9.2.exe
nuspec version: 2.9.2
remote version: 2.9.2
No new version found
gmer - checking updates using au version 2019.12.16.180634
URL check
http://www2.gmer.net/gmer.zip
nuspec version: 2.2.19882.20161107
remote version: 2.2.19882
No new version found
gnucash - checking updates using au version 2019.12.16.180634
*** Stream: 2.6 ***
URL check
https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/2.6.21/gnucash-2.6.21-setup.exe/download
nuspec version: 2.6.21
remote version: 2.6.21
No new version found
*** Stream: 3.4 ***
URL check
https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/3.4/gnucash-3.4.setup.exe/download
nuspec version: 3.4
remote version: 3.4
No new version found
*** Stream: 3.5 ***
URL check
https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/3.5/gnucash-3.5-1.setup.exe/download
nuspec version: 3.5
remote version: 3.5
No new version found
*** Stream: 3.6 ***
URL check
https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/3.6/gnucash-3.6.setup.exe/download
nuspec version: 3.6
remote version: 3.6
No new version found
*** Stream: 3.7 ***
URL check
https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/3.7/gnucash-3.7.setup.exe/download
nuspec version: 3.7
remote version: 3.7
No new version found
gnupg - checking updates using au version 2019.12.16.180634
URL check
https://www.gnupg.org/ftp/gcrypt/binary/gnupg-w32-2.2.19_20191207.exe
nuspec version: 2.2.19
remote version: 2.2.19
No new version found
gobby - checking updates using AU version 2019.12.16.180634
URL check
http://releases.0x539.de/gobby/gobby-0.5.0.exe
nuspec version: 0.5.0
remote version: 0.5.0
No new version found
gom-player - checking updates using AU version 2019.12.16.180634
URL check
https://cdn.gomlab.com/gretech/player/GOMPLAYERGLOBALSETUP_NEW.EXE
nuspec version: 2.3.47.5309
remote version: 2.3.47.5309
No new version found
googlechrome - checking updates using au version 2019.12.16.180634
URL check
https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise.msi
https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise64.msi
nuspec version: 79.0.3945.79
remote version: 79.0.3945.79
No new version found
gpg4win - checking updates using au version 2019.12.16.180634
URL check
https://files.gpg4win.org/gpg4win-3.1.10.exe
nuspec version: 3.1.10.20191019
remote version: 3.1.10
No new version found
ignored
graphviz - checking updates using au version 2019.12.16.180634
AU ignored on: System.Management.Automation.RuntimeException: au_GetLatest failed
The request was aborted: Could not create SSL/TLS secure channel.
hedgewars - checking updates using AU version 2019.12.16.180634
URL check
https://www.hedgewars.org/download/releases/Hedgewars-1.0.0.exe
nuspec version: 1.0.0
remote version: 1.0.0
No new version found
hostsman - checking updates using AU version 2019.12.16.180634
URL check
https://drive.google.com/uc?export=download&id=0B0N7Pu7pijFBejcxNXlLZVVMSnM
nuspec version: 4.7.105.20180405
remote version: 4.8.106
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/hostsman/4.8.106
inkscape - checking updates using au version 2019.12.16.180634
URL check
https://inkscape.org/gallery/item/13322/inkscape-0.92.4-x86.msi
https://inkscape.org/gallery/item/13321/inkscape-0.92.4-x64.msi
nuspec version: 0.92.4
remote version: 0.92.4
No new version found
itunes - checking updates using AU version 2019.12.16.180634
URL check
https://www.apple.com/itunes/download/win32
https://www.apple.com/itunes/download/win64
nuspec version: 12.10.3.1
remote version: 12.10.3.1
No new version found
itunesfusion - checking updates using AU version 2019.12.16.180634
URL check
https://binaryfortressdownloads.com/Download/BFSFiles/102/iTunesFusionSetup-3.3.exe
nuspec version: 3.3
remote version: 3.3
No new version found
jitsi - checking updates using AU version 2019.12.16.180634
*** Stream: 2.0 ***
URL check
https://download.jitsi.org/jitsi/msi/jitsi-2.0.4506.10553-x86.msi
https://download.jitsi.org/jitsi/msi/jitsi-2.0.4506.10553-x64.msi
nuspec version: 2.0.4506.10553
remote version: 2.0.4506.10553
No new version found
*** Stream: 2.10 ***
URL check
https://download.jitsi.org/jitsi/msi/jitsi-2.10.5550-x86.msi
https://download.jitsi.org/jitsi/msi/jitsi-2.10.5550-x64.msi
nuspec version: 2.10.5550.20180405
remote version: 2.10.5550
No new version found
*** Stream: 2.2 ***
URL check
https://download.jitsi.org/jitsi/msi/jitsi-2.2.4603.9615-x86.msi
https://download.jitsi.org/jitsi/msi/jitsi-2.2.4603.9615-x64.msi
nuspec version: 2.2.4603.961501
remote version: 2.2.4603.9615
No new version found
*** Stream: 2.4 ***
URL check
https://download.jitsi.org/jitsi/msi/jitsi-2.4.4997-x86.msi
https://download.jitsi.org/jitsi/msi/jitsi-2.4.4997-x64.msi
nuspec version: 2.4.4997.20140504
remote version: 2.4.4997
No new version found
*** Stream: 2.6 ***
URL check
https://download.jitsi.org/jitsi/msi/jitsi-2.6.5390-x86.msi
https://download.jitsi.org/jitsi/msi/jitsi-2.6.5390-x64.msi
nuspec version: 2.6.5390
remote version: 2.6.5390
No new version found
*** Stream: 2.8 ***
URL check
https://download.jitsi.org/jitsi/msi/jitsi-2.8.5426-x86.msi
https://download.jitsi.org/jitsi/msi/jitsi-2.8.5426-x64.msi
nuspec version: 2.8.5426
remote version: 2.8.5426
No new version found
jubler - checking updates using au version 2019.12.16.180634
URL check
https://github.com/teras/Jubler/releases/download/v7.0.0-alpha1/Jubler-7.0.0-alpha1.32.exe
https://github.com/teras/Jubler/releases/download/v7.0.0-alpha1/Jubler-7.0.0-alpha1.64.exe
nuspec version: 7.0.0-alpha1
remote version: 7.0.0-alpha1
No new version found
juju - checking updates using au version 2019.12.16.180634
*** Stream: 2.6 ***
URL check
https://launchpad.net/juju/2.6/2.6.10/+download/juju-setup-2.6.10-signed.exe
nuspec version: 2.6.10
remote version: 2.6.10
No new version found
*** Stream: 2.7 ***
URL check
https://launchpad.net/juju/2.7/2.7.0/+download/juju-setup-2.7.0.exe
nuspec version: 2.7.0
remote version: 2.7.0
No new version found
julia - checking updates using au version 2019.12.16.180634
URL check
https://julialang-s3.julialang.org/bin/winnt/x86/1.3/julia-1.3.0-win32.exe
https://julialang-s3.julialang.org/bin/winnt/x64/1.3/julia-1.3.0-win64.exe
nuspec version: 1.3.0
remote version: 1.3.0
No new version found
keepass-classic - checking updates using AU version 2019.12.16.180634
URL check
https://sourceforge.net/projects/keepass/files/KeePass%201.x/1.37/KeePass-1.37-Setup.exe/download
nuspec version: 1.37
remote version: 1.37
No new version found
ignored
keepassx - checking updates using AU version 2019.12.16.180634
AU ignored on: System.Management.Automation.RuntimeException: au_GetLatest failed
The request was aborted: Could not create SSL/TLS secure channel.
keepassxc - checking updates using au version 2019.12.16.180634
URL check
https://github.com/keepassxreboot/keepassxc/releases/download/2.5.1/KeePassXC-2.5.1-Win64.msi
https://github.com/keepassxreboot/keepassxc/releases/download/2.5.1/KeePassXC-2.5.1-Win32.msi
nuspec version: 2.5.1
remote version: 2.5.1
No new version found
keeweb - checking updates using au version 2019.12.16.180634
URL check
https://github.com/keeweb/keeweb/releases/download/v1.12.3/KeeWeb-1.12.3.win.ia32.exe
https://github.com/keeweb/keeweb/releases/download/v1.12.3/KeeWeb-1.12.3.win.x64.exe
nuspec version: 1.12.3
remote version: 1.12.3
No new version found
ketarin - checking updates using AU version 2019.12.16.180634
URL check
https://ketarin.org/downloads/Ketarin/Ketarin-1.8.11.zip
nuspec version: 1.8.11
remote version: 1.8.11
No new version found
keyfinder - checking updates using AU version 2019.12.16.180634
URL check
https://www.magicaljellybean.com/downloads/KeyFinderInstaller.exe
nuspec version: 2.0.10.13
remote version: 2.0.10.13
No new version found
kitty - checking updates using au version 2019.12.16.180634
URL check
https://github.com/cyd01/KiTTY/releases/download/v0.73.1.2/kitty.exe
https://github.com/cyd01/KiTTY/releases/download/v0.73.1.2/kageant.exe
https://github.com/cyd01/KiTTY/releases/download/v0.73.1.2/klink.exe
https://github.com/cyd01/KiTTY/releases/download/v0.73.1.2/kscp.exe
https://github.com/cyd01/KiTTY/releases/download/v0.73.1.2/ksftp.exe
https://github.com/cyd01/KiTTY/releases/download/v0.73.1.2/kittygen.exe
https://github.com/cyd01/KiTTY/releases/download/v0.73.1.2/genpass.exe
nuspec version: 0.73.1.2
remote version: 0.73.1.2
No new version found
krita - checking updates using au version 2019.12.16.180634
URL check
https://download.kde.org/stable/krita/4.2.8/krita-x64-4.2.8-setup.exe
https://download.kde.org/stable/krita/4.2.8/krita-x86-4.2.8-setup.exe
nuspec version: 4.2.8
remote version: 4.2.8
No new version found
kubernetes-cli - checking updates using AU version 2019.12.16.180634
*** Stream: 1.1 ***
URL check
https://dl.k8s.io/v1.16.4/kubernetes-client-windows-amd64.tar.gz
https://dl.k8s.io/v1.16.4/kubernetes-client-windows-386.tar.gz
nuspec version: 1.17.0
remote version: 1.16.4
No new version found
kubernetes-kompose - checking updates using AU version 2019.12.16.180634
URL check
https://github.com/kubernetes/kompose/releases/download/v1.19.0/kompose-windows-amd64.exe
nuspec version: 1.19.0
remote version: 1.19.0
No new version found
librecad - checking updates using AU version 2019.12.16.180634
*** Stream: 2.0 ***
URL check
https://github.com/LibreCAD/LibreCAD/releases/download/2.0.11/LibreCAD-Installer-2.0.11.exe
nuspec version: 0.0
remote version: 2.0.11
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/librecad/2.0.11
*** Stream: 2.1 ***
URL check
https://github.com/LibreCAD/LibreCAD/releases/download/2.1.3/LibreCAD-Installer-2.1.3.exe
nuspec version: 0.0
remote version: 2.1.3
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/librecad/2.1.3
*** Stream: 2.2 ***
URL check
https://github.com/LibreCAD/LibreCAD/releases/download/2.2.0-rc1/LibreCAD-Installer-2.2.0-rc1.exe
nuspec version: 2.2.0-rc1
remote version: 2.2.0-rc1
No new version found
libreoffice-streams - checking updates using au version 2019.12.16.180634
lightscreen - checking updates using au version 2019.12.16.180634
URL check
https://github.com/ckaiser/Lightscreen/releases/download/v2.4/LightscreenSetup-2.4.exe
nuspec version: 2.4.0.20180605
remote version: 2.4
No new version found
lightworks - checking updates using au version 2019.12.16.180634
URL check
https://downloads.lwks.com/v14-5/lightworks_v14.5.0_full_64bit_setup.exe
https://downloads.lwks.com/v14-5/lightworks_v14.5.0_full_32bit_setup.exe
nuspec version: 14.5
remote version: 14.5
No new version found
logfusion - checking updates using AU version 2019.12.16.180634
URL check
https://binaryfortressdownloads.com/Download/BFSFiles/117/LogFusionSetup-6.2.1.exe
nuspec version: 6.2.1
remote version: 6.2.1
No new version found
mattermost-desktop - checking updates using au version 2019.12.16.180634
URL check
https://releases.mattermost.com/desktop/4.3.2/mattermost-desktop-v4.3.2-x86.msi
https://releases.mattermost.com/desktop/4.3.2/mattermost-desktop-v4.3.2-x64.msi
nuspec version: 4.3.1
remote version: 4.3.2
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/mattermost-desktop/4.3.2
maxima - checking updates using AU version 2019.12.16.180634
URL check
https://sourceforge.net/projects/maxima/files/Maxima-Windows/5.43.0-Windows/maxima-clisp-sbcl-5.43.0-win32.exe/download
https://sourceforge.net/projects/maxima/files/Maxima-Windows/5.43.0-Windows/maxima-clisp-sbcl-5.43.0-win64.exe/download
nuspec version: 5.43.0
remote version: 5.43.0
No new version found
maxthon.commandline - checking updates using AU version 2019.12.16.180634
URL check
http://dl.maxthon.com/mx5/maxthon_portable_5.3.8.2000.7z
nuspec version: 5.3.8.2000
remote version: 5.3.8.2000
No new version found
mendeley - checking updates using au version 2019.12.16.180634
URL check
https://desktop-download.mendeley.com/download/Mendeley-Desktop-1.19.4-win32.exe
nuspec version: 1.19.5
remote version: 1.19.4
No new version found
minikube - checking updates using AU version 2019.12.16.180634
URL check
https://storage.googleapis.com/minikube/releases/v1.6.1/minikube-windows-amd64.exe
nuspec version: 1.6.1
remote version: 1.6.1
No new version found
minishift - checking updates using AU version 2019.12.16.180634
URL check
https://github.com/minishift/minishift/releases/download/v1.34.2/minishift-1.34.2-windows-amd64.zip
nuspec version: 1.34.2
remote version: 1.34.2
No new version found
mixxx - checking updates using au version 2019.12.16.180634
URL check
https://downloads.mixxx.org/mixxx-2.2.3/mixxx-2.2.3-win32.exe
https://downloads.mixxx.org/mixxx-2.2.3/mixxx-2.2.3-win64.exe
nuspec version: 2.2.3
remote version: 2.2.3
No new version found
mkdocs - checking updates using au version 2019.12.16.180634
URL check
nuspec version: 1.0.4
remote version: 1.0.4
No new version found
mkdocs-material - checking updates using au version 2019.12.16.180634
URL check
nuspec version: 4.6.0
remote version: 4.6.0
No new version found
mkvtoolnix - checking updates using au version 2019.12.16.180634
URL check
https://mkvtoolnix.download/windows/releases/41.0.0/mkvtoolnix-64-bit-41.0.0-setup.exe
https://mkvtoolnix.download/windows/releases/41.0.0/mkvtoolnix-32-bit-41.0.0-setup.exe
nuspec version: 41.0.0
remote version: 41.0.0
No new version found
mono - checking updates using AU version 2019.12.16.180634
URL check
https://download.mono-project.com/archive/6.6.0/windows-installer/mono-6.6.0.161-x64-0.msi
https://download.mono-project.com/archive/6.6.0/windows-installer/mono-6.6.0.161-gtksharp-2.12.45-win32-0.msi
nuspec version: 6.6.0.161
remote version: 6.6.0.161
No new version found
mp3tag - checking updates using au version 2019.12.16.180634
URL check
http://download.mp3tag.de/mp3tagv299csetup.exe
nuspec version: 2.99.3-beta
remote version: 2.99.3-beta
No new version found
mpc-hc - checking updates using AU version 2019.12.16.180634
URL check
https://binaries.mpc-hc.org/MPC%20HomeCinema%20-%20Win32/MPC-HC_v1.7.13_x86/MPC-HC.1.7.13.x86.exe
https://binaries.mpc-hc.org/MPC%20HomeCinema%20-%20x64/MPC-HC_v1.7.13_x64/MPC-HC.1.7.13.x64.exe
nuspec version: 1.7.13.20180702
remote version: 1.7.13
No new version found
mpc-hc-clsid2 - checking updates using AU version 2019.12.16.180634
URL check
https://github.com/clsid2/mpc-hc/releases/download/1.8.8/MPC-HC.1.8.8.x64.exe
https://github.com/clsid2/mpc-hc/releases/download/1.8.8/MPC-HC.1.8.8.x86.exe
nuspec version: 1.8.8
remote version: 1.8.8
No new version found
msys2 - checking updates using au version 2019.12.16.180634
URL check
http://repo.msys2.org/distrib/x86_64/msys2-base-x86_64-20190524.tar.xz
http://repo.msys2.org/distrib/i686/msys2-base-i686-20190524.tar.xz
nuspec version: 20190524.0.0
remote version: 20190524.0.0
No new version found
mumble - checking updates using AU version 2019.12.16.180634
URL check
https://github.com/mumble-voip/mumble/releases/download/1.3.0/mumble-1.3.0.msi
nuspec version: 1.3.0
remote version: 1.3.0
No new version found
musescore - checking updates using AU version 2019.12.16.180634
URL check
https://cdn.jsdelivr.net/musescore/v3.3.4/MuseScore-3.3.4-x86_64.msi
nuspec version: 3.3.4
remote version: 3.3.4
No new version found
nircmd - checking updates using au version 2019.12.16.180634
URL check
http://www.nirsoft.net/utils/nircmd-x64.zip
http://www.nirsoft.net/utils/nircmd.zip
nuspec version: 2.86
remote version: 2.86
No new version found
nmap - checking updates using au version 2019.12.16.180634
URL check
https://nmap.org/dist/nmap-7.80-setup.exe
nuspec version: 7.80
remote version: 7.80
No new version found
nodejs - checking updates using au version 2019.12.16.180634
*** Stream: 10 ***
URL check
https://nodejs.org/download/release/latest-v10.x/node-v10.17.0-x86.msi
https://nodejs.org/download/release/latest-v10.x/node-v10.17.0-x64.msi
nuspec version: 10.17.0
remote version: 10.17.0
No new version found
*** Stream: 11 ***
URL check
https://nodejs.org/download/release/latest-v11.x/node-v11.15.0-x86.msi
https://nodejs.org/download/release/latest-v11.x/node-v11.15.0-x64.msi
nuspec version: 11.15.0
remote version: 11.15.0
No new version found
*** Stream: 12 ***
URL check
https://nodejs.org/dist/v12.13.1/node-v12.13.1-x86.msi
https://nodejs.org/dist/v12.13.1/node-v12.13.1-x64.msi
nuspec version: 12.13.1
remote version: 12.13.1
No new version found
*** Stream: 13 ***
URL check
https://nodejs.org/dist/v13.3.0/node-v13.3.0-x86.msi
https://nodejs.org/dist/v13.3.0/node-v13.3.0-x64.msi
nuspec version: 13.3.0
remote version: 13.3.0
No new version found
*** Stream: 4 ***
URL check
https://nodejs.org/download/release/latest-v4.x/node-v4.9.1-x86.msi
https://nodejs.org/download/release/latest-v4.x/node-v4.9.1-x64.msi
nuspec version: 4.9.1
remote version: 4.9.1
No new version found
*** Stream: 5 ***
URL check
https://nodejs.org/download/release/latest-v5.x/node-v5.12.0-x86.msi
https://nodejs.org/download/release/latest-v5.x/node-v5.12.0-x64.msi
nuspec version: 5.12.0
remote version: 5.12.0
No new version found
*** Stream: 6 ***
URL check
https://nodejs.org/download/release/latest-v6.x/node-v6.17.1-x86.msi
https://nodejs.org/download/release/latest-v6.x/node-v6.17.1-x64.msi
nuspec version: 6.17.1
remote version: 6.17.1
No new version found
*** Stream: 7 ***
URL check
https://nodejs.org/download/release/latest-v7.x/node-v7.10.1-x86.msi
https://nodejs.org/download/release/latest-v7.x/node-v7.10.1-x64.msi
nuspec version: 7.10.1
remote version: 7.10.1
No new version found
*** Stream: 8 ***
URL check
https://nodejs.org/download/release/latest-v8.x/node-v8.16.2-x86.msi
https://nodejs.org/download/release/latest-v8.x/node-v8.16.2-x64.msi
nuspec version: 8.16.2
remote version: 8.16.2
No new version found
*** Stream: 9 ***
URL check
https://nodejs.org/download/release/latest-v9.x/node-v9.11.2-x86.msi
https://nodejs.org/download/release/latest-v9.x/node-v9.11.2-x64.msi
nuspec version: 9.11.2
remote version: 9.11.2
No new version found
nodejs.install - checking updates using au version 2019.12.16.180634
*** Stream: 10 ***
URL check
https://nodejs.org/download/release/latest-v10.x/node-v10.17.0-x86.msi
https://nodejs.org/download/release/latest-v10.x/node-v10.17.0-x64.msi
nuspec version: 10.17.0
remote version: 10.17.0
No new version found
*** Stream: 11 ***
URL check
https://nodejs.org/download/release/latest-v11.x/node-v11.15.0-x86.msi
https://nodejs.org/download/release/latest-v11.x/node-v11.15.0-x64.msi
nuspec version: 11.15.0
remote version: 11.15.0
No new version found
*** Stream: 12 ***
URL check
https://nodejs.org/dist/v12.13.1/node-v12.13.1-x86.msi
https://nodejs.org/dist/v12.13.1/node-v12.13.1-x64.msi
nuspec version: 12.13.1
remote version: 12.13.1
No new version found
*** Stream: 13 ***
URL check
https://nodejs.org/dist/v13.3.0/node-v13.3.0-x86.msi
https://nodejs.org/dist/v13.3.0/node-v13.3.0-x64.msi
nuspec version: 13.2.0
remote version: 13.3.0
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/nodejs.install/13.3.0
*** Stream: 4 ***
URL check
https://nodejs.org/download/release/latest-v4.x/node-v4.9.1-x86.msi
https://nodejs.org/download/release/latest-v4.x/node-v4.9.1-x64.msi
nuspec version: 4.9.1
remote version: 4.9.1
No new version found
*** Stream: 5 ***
URL check
https://nodejs.org/download/release/latest-v5.x/node-v5.12.0-x86.msi
https://nodejs.org/download/release/latest-v5.x/node-v5.12.0-x64.msi
nuspec version: 5.12.0
remote version: 5.12.0
No new version found
*** Stream: 6 ***
URL check
https://nodejs.org/download/release/latest-v6.x/node-v6.17.1-x86.msi
https://nodejs.org/download/release/latest-v6.x/node-v6.17.1-x64.msi
nuspec version: 6.17.1
remote version: 6.17.1
No new version found
*** Stream: 7 ***
URL check
https://nodejs.org/download/release/latest-v7.x/node-v7.10.1-x86.msi
https://nodejs.org/download/release/latest-v7.x/node-v7.10.1-x64.msi
nuspec version: 7.10.1
remote version: 7.10.1
No new version found
*** Stream: 8 ***
URL check
https://nodejs.org/download/release/latest-v8.x/node-v8.16.2-x86.msi
https://nodejs.org/download/release/latest-v8.x/node-v8.16.2-x64.msi
nuspec version: 8.16.2
remote version: 8.16.2
No new version found
*** Stream: 9 ***
URL check
https://nodejs.org/download/release/latest-v9.x/node-v9.11.2-x86.msi
https://nodejs.org/download/release/latest-v9.x/node-v9.11.2-x64.msi
nuspec version: 9.11.2
remote version: 9.11.2
No new version found
no-ip-duc - checking updates using AU version 2019.12.16.180634
URL check
https://www.noip.com/client/DUCSetup_v4_1_1.exe
nuspec version: 4.1.1.20170207
remote version: 4.1.1
No new version found
nomacs - checking updates using au version 2019.12.16.180634
URL check
http://download.nomacs.org/nomacs-setup-x86.msi
http://download.nomacs.org/nomacs-setup-x64.msi
nuspec version: 3.12.1
remote version: 3.12.1
No new version found
nomacs.portable - checking updates using au version 2019.12.16.180634
URL check
http://download.nomacs.org/portable/nomacs-3.12.1.zip
nuspec version: 3.12.1
remote version: 3.12.1
No new version found
notepadplusplus - checking updates using au version 2019.12.16.180634
URL check
http://download.notepad-plus-plus.org/repository/7.x/7.8.2/npp.7.8.2.bin.x64.7z
http://download.notepad-plus-plus.org/repository/7.x/7.8.2/npp.7.8.2.Installer.exe
http://download.notepad-plus-plus.org/repository/7.x/7.8.2/npp.7.8.2.Installer.x64.exe
http://download.notepad-plus-plus.org/repository/7.x/7.8.2/npp.7.8.2.bin.7z
nuspec version: 7.8.2
remote version: 7.8.2
No new version found
notepadplusplus.commandline - checking updates using au version 2019.12.16.180634
URL check
http://download.notepad-plus-plus.org/repository/7.x/7.8.2/npp.7.8.2.bin.x64.7z
http://download.notepad-plus-plus.org/repository/7.x/7.8.2/npp.7.8.2.Installer.exe
http://download.notepad-plus-plus.org/repository/7.x/7.8.2/npp.7.8.2.Installer.x64.exe
http://download.notepad-plus-plus.org/repository/7.x/7.8.2/npp.7.8.2.bin.7z
nuspec version: 7.8.2
remote version: 7.8.2
No new version found
notepadplusplus.install - checking updates using au version 2019.12.16.180634
URL check
http://download.notepad-plus-plus.org/repository/7.x/7.8.2/npp.7.8.2.bin.x64.7z
http://download.notepad-plus-plus.org/repository/7.x/7.8.2/npp.7.8.2.Installer.exe
http://download.notepad-plus-plus.org/repository/7.x/7.8.2/npp.7.8.2.Installer.x64.exe
http://download.notepad-plus-plus.org/repository/7.x/7.8.2/npp.7.8.2.bin.7z
nuspec version: 7.8.2
remote version: 7.8.2
No new version found
nssm - checking updates using au version 2019.12.16.180634
URL check
https://www.nssm.cc/ci/nssm-2.24-101-g897c7ad.zip
nuspec version: 2.24.101.20180116
remote version: 2.24.101
No new version found
nuget.commandline - checking updates using au version 2019.12.16.180634
*** Stream: 2.8 ***
URL check
https://dist.nuget.org/win-x86-commandline/v2.8.6/nuget.exe
nuspec version: 0.0
remote version: 2.8.6
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/nuget.commandline/2.8.6
*** Stream: 3.2 ***
URL check
https://dist.nuget.org/win-x86-commandline/v3.2.0/nuget.exe
nuspec version: 3.2.0
remote version: 3.2.0
No new version found
*** Stream: 3.3 ***
URL check
https://dist.nuget.org/win-x86-commandline/v3.3.0/nuget.exe
nuspec version: 0.0
remote version: 3.3.0
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/nuget.commandline/3.3.0
*** Stream: 3.4 ***
URL check
https://dist.nuget.org/win-x86-commandline/v3.4.4/nuget.exe
nuspec version: 3.4.4
remote version: 3.4.4
No new version found
*** Stream: 3.5 ***
URL check
https://dist.nuget.org/win-x86-commandline/v3.5.0/nuget.exe
nuspec version: 0.0
remote version: 3.5.0
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/nuget.commandline/3.5.0
*** Stream: 4.0 ***
URL check
https://dist.nuget.org/win-x86-commandline/v4.0.0/nuget.exe
nuspec version: 4.0.0
remote version: 4.0.0
No new version found
*** Stream: 4.1 ***
URL check
https://dist.nuget.org/win-x86-commandline/v4.1.0/nuget.exe
nuspec version: 0.0
remote version: 4.1.0
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/nuget.commandline/4.1.0
*** Stream: 4.3 ***
URL check
https://dist.nuget.org/win-x86-commandline/v4.3.1/nuget.exe
nuspec version: 4.3.1
remote version: 4.3.1
No new version found
*** Stream: 4.4 ***
URL check
https://dist.nuget.org/win-x86-commandline/v4.4.3/nuget.exe
nuspec version: 4.4.3
remote version: 4.4.3
No new version found
*** Stream: 4.5 ***
URL check
https://dist.nuget.org/win-x86-commandline/v4.5.3/nuget.exe
nuspec version: 4.5.3
remote version: 4.5.3
No new version found
*** Stream: 4.6 ***
URL check
https://dist.nuget.org/win-x86-commandline/v4.6.4/nuget.exe
nuspec version: 4.6.4
remote version: 4.6.4
No new version found
*** Stream: 4.7 ***
URL check
https://dist.nuget.org/win-x86-commandline/v4.7.3/nuget.exe
nuspec version: 4.7.3
remote version: 4.7.3
No new version found
*** Stream: 4.8 ***
URL check
https://dist.nuget.org/win-x86-commandline/v4.8.2/nuget.exe
nuspec version: 4.8.2
remote version: 4.8.2
No new version found
*** Stream: 4.9 ***
URL check
https://dist.nuget.org/win-x86-commandline/v4.9.4/nuget.exe
nuspec version: 4.9.4
remote version: 4.9.4
No new version found
*** Stream: 5.0 ***
URL check
https://dist.nuget.org/win-x86-commandline/v5.0.2/nuget.exe
nuspec version: 0.0
remote version: 5.0.2
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/nuget.commandline/5.0.2
*** Stream: 5.1 ***
URL check
https://dist.nuget.org/win-x86-commandline/v5.1.0/nuget.exe
nuspec version: 0.0
remote version: 5.1.0
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/nuget.commandline/5.1.0
*** Stream: 5.2 ***
URL check
https://dist.nuget.org/win-x86-commandline/v5.2.0/nuget.exe
nuspec version: 0.0
remote version: 5.2.0
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/nuget.commandline/5.2.0
*** Stream: 5.3 ***
URL check
https://dist.nuget.org/win-x86-commandline/v5.3.1/nuget.exe
nuspec version: 0.0
remote version: 5.3.1
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/nuget.commandline/5.3.1
*** Stream: 5.4 ***
URL check
https://dist.nuget.org/win-x86-commandline/v5.4.0/nuget.exe
nuspec version: 5.4.0
remote version: 5.4.0
No new version found
*** Stream: stable ***
URL check
https://dist.nuget.org/win-x86-commandline/v5.5.0-preview1/nuget.exe
nuspec version: 5.5.0-preview1
remote version: 5.5.0-preview1
No new version found
octave.portable - checking updates using AU version 2019.12.16.180634
URL check
https://ftp.gnu.org/gnu/octave/windows/octave-5.1.0-w32.7z
https://ftp.gnu.org/gnu/octave/windows/octave-5.1.0-w64.7z
nuspec version: 5.1.0
remote version: 5.1.0
No new version found
openshift-cli - checking updates using AU version 2019.12.16.180634
URL check
https://github.com/openshift/origin/releases/download/v3.11.0/openshift-origin-client-tools-v3.11.0-0cbc58b-windows.zip
nuspec version: 3.11.0
remote version: 3.11.0
No new version found
openssl.light - checking updates using AU version 2019.12.16.180634
URL check
https://slproweb.com/download/Win64OpenSSL_Light-1_1_1d.exe
https://slproweb.com/download/Win32OpenSSL_Light-1_1_1d.exe
nuspec version: 1.1.1.20181020
remote version: 1.1.1.300
No new version found
opera - checking updates using au version 2019.12.16.180634
URL check
https://get.geo.opera.com/pub/opera/desktop/65.0.3467.72/win/Opera_65.0.3467.72_Setup.exe
https://get.geo.opera.com/pub/opera/desktop/65.0.3467.72/win/Opera_65.0.3467.72_Setup_x64.exe
nuspec version: 65.0.3467.72
remote version: 65.0.3467.72
No new version found
optipng - checking updates using AU version 2019.12.16.180634
URL check
http://prdownloads.sourceforge.net/optipng/optipng-0.7.7-win32.zip?download
nuspec version: 0.7.7
remote version: 0.7.7
No new version found
owncloud-client - checking updates using AU version 2019.12.16.180634
*** Stream: stable ***
URL check
https://download.owncloud.com/desktop/stable/ownCloud-2.6.0.13018.12690.msi
nuspec version: 2.6.0.13018
remote version: 2.6.0.13018
No new version found
paint.net - checking updates using AU version 2019.12.16.180634
URL check
https://www.dotpdn.com/files/paint.net.4.2.8.install.zip
nuspec version: 4.2.8
remote version: 4.2.8
No new version found
palemoon - checking updates using au version 2019.12.16.180634
URL check
https://rm-eu.palemoon.org/release/palemoon-28.8.0.win64.installer.exe
https://rm-eu.palemoon.org/release/palemoon-28.8.0.win32.installer.exe
nuspec version: 28.8.0
remote version: 28.8.0
No new version found
partitionmasterfree - checking updates using au version 2019.12.16.180634
URL check
http://download.easeus.com/free/epm_e1125.exe
nuspec version: 13.5
remote version: 13.5
No new version found
patch-my-pc - checking updates using AU version 2019.12.16.180634
URL check
https://patchmypc.net/freeupdater/PatchMyPC.exe
nuspec version: 4.1.0.3
remote version: 4.1.0.3
No new version found
pdfcreator - checking updates using AU version 2019.12.16.180634
URL check
https://lime.download.pdfforge.org/pdfcreator/3.5.1/PDFCreator-3_5_1-Setup.exe
nuspec version: 3.5.1
remote version: 3.5.1
No new version found
peazip - checking updates using au version 2019.12.16.180634
URL check
https://github.com/giorgiotani/PeaZip/releases/download/7.0.0/peazip-7.0.0.WIN64.exe
https://github.com/giorgiotani/PeaZip/releases/download/7.0.0/peazip-7.0.0.WINDOWS.exe
nuspec version: 7.0.0
remote version: 7.0.0
No new version found
peazip.install - checking updates using au version 2019.12.16.180634
URL check
https://github.com/giorgiotani/PeaZip/releases/download/7.0.0/peazip-7.0.0.WIN64.exe
https://github.com/giorgiotani/PeaZip/releases/download/7.0.0/peazip-7.0.0.WINDOWS.exe
nuspec version: 7.0.0
remote version: 7.0.0
No new version found
pencil - checking updates using AU version 2019.12.16.180634
URL check
http://pencil.evolus.vn/dl/V3.1.0.ga/pencil-3.1.0.ga-i386.exe
http://pencil.evolus.vn/dl/V3.1.0.ga/pencil-3.1.0.ga-x86_64.exe
nuspec version: 3.1.0
remote version: 3.1.0
No new version found
php - checking updates using au version 2019.12.16.180634
*** Stream: 7.2 ***
URL check
http://windows.php.net/downloads/releases/php-7.2.25-nts-Win32-VC15-x86.zip
http://windows.php.net/downloads/releases/php-7.2.25-nts-Win32-VC15-x64.zip
http://windows.php.net/downloads/releases/php-7.2.25-Win32-VC15-x86.zip
http://windows.php.net/downloads/releases/php-7.2.25-Win32-VC15-x64.zip
nuspec version: 7.2.25
remote version: 7.2.25
No new version found
*** Stream: 7.3 ***
URL check
http://windows.php.net/downloads/releases/php-7.3.12-nts-Win32-VC15-x86.zip
http://windows.php.net/downloads/releases/php-7.3.12-nts-Win32-VC15-x64.zip
http://windows.php.net/downloads/releases/php-7.3.12-Win32-VC15-x86.zip
http://windows.php.net/downloads/releases/php-7.3.12-Win32-VC15-x64.zip
nuspec version: 7.3.12
remote version: 7.3.12
No new version found
*** Stream: 7.4 ***
URL check
http://windows.php.net/downloads/releases/php-7.4.0-nts-Win32-vc15-x86.zip
http://windows.php.net/downloads/releases/php-7.4.0-nts-Win32-vc15-x64.zip
http://windows.php.net/downloads/releases/php-7.4.0-Win32-vc15-x86.zip
http://windows.php.net/downloads/releases/php-7.4.0-Win32-vc15-x64.zip
nuspec version: 7.4.0
remote version: 7.4.0
No new version found
picard - checking updates using AU version 2019.12.16.180634
URL check
https://musicbrainz.osuosl.org/pub/musicbrainz/picard/picard-setup-2.2.3.exe
nuspec version: 2.2.3
remote version: 2.2.3
No new version found
poi - checking updates using au version 2019.12.16.180634
URL check
https://github.com/poooi/poi/releases/download/v10.5.0-beta.1/poi-setup-10.5.0-beta.1.exe
nuspec version: 10.5.0-beta1
remote version: 10.5.0-beta1
No new version found
poweriso - checking updates using au version 2019.12.16.180634
URL check
http://www.poweriso.com/PowerISO6-x64.exe
http://www.poweriso.com/PowerISO6.exe
nuspec version: 7.5
remote version: 7.5
No new version found
prey - checking updates using AU version 2019.12.16.180634
*** Stream: 1.7 ***
URL check
https://github.com/prey/prey-node-client/releases/download/v1.7.5/prey-windows-1.7.5-x64.msi
https://github.com/prey/prey-node-client/releases/download/v1.7.5/prey-windows-1.7.5-x86.msi
nuspec version: 1.7.5
remote version: 1.7.5
No new version found
*** Stream: 1.8 ***
URL check
https://github.com/prey/prey-node-client/releases/download/v1.8.3/prey-windows-1.8.3-x64.msi
https://github.com/prey/prey-node-client/releases/download/v1.8.3/prey-windows-1.8.3-x86.msi
nuspec version: 1.8.3
remote version: 1.8.3
No new version found
*** Stream: 1.9 ***
URL check
https://github.com/prey/prey-node-client/releases/download/v1.9.2/prey-windows-1.9.2-x64.msi
https://github.com/prey/prey-node-client/releases/download/v1.9.2/prey-windows-1.9.2-x86.msi
nuspec version: 1.9.2
remote version: 1.9.2
No new version found
protoc - checking updates using au version 2019.12.16.180634
URL check
https://github.com//protocolbuffers/protobuf/releases/download/v3.11.2/protoc-3.11.2-win32.zip
https://github.com//protocolbuffers/protobuf/releases/download/v3.11.2/protoc-3.11.2-win64.zip
nuspec version: 3.11.2
remote version: 3.11.2
No new version found
pspp - checking updates using AU version 2019.12.16.180634
URL check
https://sourceforge.net/projects/pspp4windows/files/2018-11-09/pspp-20181109-daily-32bits-setup.exe/download
https://sourceforge.net/projects/pspp4windows/files/2018-11-09/pspp-20181109-daily-64bits-setup.exe/download
nuspec version: 1.2.0
remote version: 1.2.0
No new version found
putty - checking updates using au version 2019.12.16.180634
URL check
https://the.earth.li/~sgtatham/putty/latest/w32/putty.zip
https://the.earth.li/~sgtatham/putty/latest/w32/putty-0.73-installer.msi
https://the.earth.li/~sgtatham/putty/latest/w64/putty.zip
https://the.earth.li/~sgtatham/putty/latest/w64/putty-64bit-0.73-installer.msi
nuspec version: 0.73
remote version: 0.73
No new version found
putty.install - checking updates using au version 2019.12.16.180634
URL check
https://the.earth.li/~sgtatham/putty/latest/w32/putty.zip
https://the.earth.li/~sgtatham/putty/latest/w32/putty-0.73-installer.msi
https://the.earth.li/~sgtatham/putty/latest/w64/putty.zip
https://the.earth.li/~sgtatham/putty/latest/w64/putty-64bit-0.73-installer.msi
nuspec version: 0.73
remote version: 0.73
No new version found
putty.portable - checking updates using au version 2019.12.16.180634
URL check
https://the.earth.li/~sgtatham/putty/latest/w32/putty.zip
https://the.earth.li/~sgtatham/putty/latest/w32/putty-0.73-installer.msi
https://the.earth.li/~sgtatham/putty/latest/w64/putty.zip
https://the.earth.li/~sgtatham/putty/latest/w64/putty-64bit-0.73-installer.msi
nuspec version: 0.73
remote version: 0.73
No new version found
pyhoca-gui - checking updates using AU version 2019.12.16.180634
URL check
http://code.x2go.org/releases/binary-win32/pyhoca-gui/releases/0.5.0.4-20150125/PyHoca-GUI_0.5.0.4-20150125_win32-setup.exe
nuspec version: 0.5.0.4001
remote version: 0.5.0.401
No new version found
python - checking updates using au version 2019.12.16.180634
*** Stream: 3.0 ***
URL check
https://www.python.org/ftp/python/3.0.1/python-3.0.1.msi
https://www.python.org/ftp/python/3.0.1/python-3.0.1.amd64.msi
nuspec version: 3.0.1
remote version: 3.0.1
No new version found
*** Stream: 3.1 ***
URL check
https://www.python.org/ftp/python/3.1.4/python-3.1.4.msi
https://www.python.org/ftp/python/3.1.4/python-3.1.4.amd64.msi
nuspec version: 3.1.4
remote version: 3.1.4
No new version found
*** Stream: 3.2 ***
URL check
https://www.python.org/ftp/python/3.2.5/python-3.2.5.msi
https://www.python.org/ftp/python/3.2.5/python-3.2.5.amd64.msi
nuspec version: 3.2.5
remote version: 3.2.5
No new version found
*** Stream: 3.3 ***
URL check
http://www.python.org/ftp/python/3.3.5/python-3.3.5.msi
http://www.python.org/ftp/python/3.3.5/python-3.3.5.amd64.msi
nuspec version: 3.3.5
remote version: 3.3.5
No new version found
*** Stream: 3.4 ***
URL check
https://www.python.org/ftp/python/3.4.4/python-3.4.4.msi
https://www.python.org/ftp/python/3.4.4/python-3.4.4.amd64.msi
nuspec version: 3.4.4.20180111
remote version: 3.4.4
No new version found
*** Stream: 3.5 ***
URL check
https://www.python.org/ftp/python/3.5.4/python-3.5.4.exe
https://www.python.org/ftp/python/3.5.4/python-3.5.4-amd64.exe
nuspec version: 3.5.4
remote version: 3.5.4
No new version found
*** Stream: 3.6 ***
URL check
https://www.python.org/ftp/python/3.6.8/python-3.6.8.exe
https://www.python.org/ftp/python/3.6.8/python-3.6.8-amd64.exe
nuspec version: 3.6.8
remote version: 3.6.8
No new version found
*** Stream: 3.7 ***
URL check
https://www.python.org/ftp/python/3.7.5/python-3.7.5.exe
https://www.python.org/ftp/python/3.7.5/python-3.7.5-amd64.exe
nuspec version: 3.7.5
remote version: 3.7.5
No new version found
*** Stream: 3.8 ***
URL check
https://www.python.org/ftp/python/3.8.0/python-3.8.0.exe
https://www.python.org/ftp/python/3.8.0/python-3.8.0-amd64.exe
nuspec version: 3.8.0
remote version: 3.8.0
No new version found
*** Stream: 3.9 ***
URL check
https://www.python.org/ftp/python/3.9.0/python-3.9.0a1.exe
https://www.python.org/ftp/python/3.9.0/python-3.9.0a1-amd64.exe
nuspec version: 3.9.0-a1
remote version: 3.9.0-a1
No new version found
python2 - checking updates using au version 2019.12.16.180634
*** Stream: 2.4 ***
URL check
https://www.python.org/ftp/python/2.4.4/python-2.4.4.msi
https://www.python.org/ftp/python/2.4.4/python-2.4.4.msi
nuspec version: 2.4.4
remote version: 2.4.4
No new version found
*** Stream: 2.5 ***
URL check
https://www.python.org/ftp/python/2.5.4/python-2.5.4.msi
https://www.python.org/ftp/python/2.5.4/python-2.5.4.amd64.msi
nuspec version: 2.5.4
remote version: 2.5.4
No new version found
*** Stream: 2.6 ***
URL check
https://www.python.org/ftp/python/2.6.6/python-2.6.6.msi
https://www.python.org/ftp/python/2.6.6/python-2.6.6.amd64.msi
nuspec version: 2.6.6
remote version: 2.6.6
No new version found
*** Stream: 2.7 ***
URL check
https://www.python.org/ftp/python/2.7.17/python-2.7.17.msi
https://www.python.org/ftp/python/2.7.17/python-2.7.17.amd64.msi
nuspec version: 2.7.17
remote version: 2.7.17
No new version found
python3 - checking updates using au version 2019.12.16.180634
*** Stream: 3.0 ***
URL check
https://www.python.org/ftp/python/3.0.1/python-3.0.1.msi
https://www.python.org/ftp/python/3.0.1/python-3.0.1.amd64.msi
nuspec version: 3.0.1
remote version: 3.0.1
No new version found
*** Stream: 3.1 ***
URL check
https://www.python.org/ftp/python/3.1.4/python-3.1.4.msi
https://www.python.org/ftp/python/3.1.4/python-3.1.4.amd64.msi
nuspec version: 3.1.4
remote version: 3.1.4
No new version found
*** Stream: 3.2 ***
URL check
https://www.python.org/ftp/python/3.2.5/python-3.2.5.msi
https://www.python.org/ftp/python/3.2.5/python-3.2.5.amd64.msi
nuspec version: 3.2.5
remote version: 3.2.5
No new version found
*** Stream: 3.3 ***
URL check
http://www.python.org/ftp/python/3.3.5/python-3.3.5.msi
http://www.python.org/ftp/python/3.3.5/python-3.3.5.amd64.msi
nuspec version: 3.3.4
remote version: 3.3.5
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/python3/3.3.5
*** Stream: 3.4 ***
URL check
https://www.python.org/ftp/python/3.4.4/python-3.4.4.msi
https://www.python.org/ftp/python/3.4.4/python-3.4.4.amd64.msi
nuspec version: 3.4.4.20180111
remote version: 3.4.4
No new version found
*** Stream: 3.5 ***
URL check
https://www.python.org/ftp/python/3.5.4/python-3.5.4.exe
https://www.python.org/ftp/python/3.5.4/python-3.5.4-amd64.exe
nuspec version: 3.5.4
remote version: 3.5.4
No new version found
*** Stream: 3.6 ***
URL check
https://www.python.org/ftp/python/3.6.8/python-3.6.8.exe
https://www.python.org/ftp/python/3.6.8/python-3.6.8-amd64.exe
nuspec version: 3.6.8-rc1
remote version: 3.6.8
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/python3/3.6.8
*** Stream: 3.7 ***
URL check
https://www.python.org/ftp/python/3.7.5/python-3.7.5.exe
https://www.python.org/ftp/python/3.7.5/python-3.7.5-amd64.exe
nuspec version: 3.7.5
remote version: 3.7.5
No new version found
*** Stream: 3.8 ***
URL check
https://www.python.org/ftp/python/3.8.0/python-3.8.0.exe
https://www.python.org/ftp/python/3.8.0/python-3.8.0-amd64.exe
nuspec version: 3.8.0
remote version: 3.8.0
No new version found
*** Stream: 3.9 ***
URL check
https://www.python.org/ftp/python/3.9.0/python-3.9.0a1.exe
https://www.python.org/ftp/python/3.9.0/python-3.9.0a1-amd64.exe
nuspec version: 3.9.0-a1
remote version: 3.9.0-a1
No new version found
qbittorrent - checking updates using au version 2019.12.16.180634
URL check
https://sourceforge.net/projects/qbittorrent/files/qbittorrent-win32/qbittorrent-4.2.0/qbittorrent_4.2.0_setup.exe/download
https://sourceforge.net/projects/qbittorrent/files/qbittorrent-win32/qbittorrent-4.2.0/qbittorrent_4.2.0_x64_setup.exe/download
nuspec version: 4.2.0
remote version: 4.2.0
No new version found
qtox - checking updates using au version 2019.12.16.180634
URL check
https://github.com/qTox/qTox/releases/download/v1.16.3/setup-qtox-x86_64-release.exe
https://github.com/qTox/qTox/releases/download/v1.16.3/setup-qtox-i686-release.exe
nuspec version: 1.16.3
remote version: 1.16.3
No new version found
quiterss - checking updates using au version 2019.12.16.180634
URL check
https://quiterss.org/files/0.19.2/QuiteRSS-0.19.2-Setup.exe
nuspec version: 0.19.2
remote version: 0.19.2
No new version found
rapidee - checking updates using au version 2019.12.16.180634
URL check
https://www.rapidee.com/download/RapidEEx64.zip
https://www.rapidee.com/download/RapidEE.zip
nuspec version: 9.2.937
remote version: 9.2.937
No new version found
renamemaster - checking updates using AU version 2019.12.16.180634
URL check
http://files.snapfiles.com/directdl/rmv314.zip
nuspec version: 3.14
remote version: 3.14
No new version found
reshack - checking updates using au version 2019.12.16.180634
URL check
http://www.angusj.com/resourcehacker/reshacker_setup.exe
nuspec version: 5.1.7
remote version: 5.1.7
No new version found
ruby - checking updates using au version 2019.12.16.180634
URL check
https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.6.5-1/rubyinstaller-2.6.5-1-x64.exe
https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.6.5-1/rubyinstaller-2.6.5-1-x86.exe
nuspec version: 2.6.5.1
remote version: 2.6.5.1
No new version found
rufus - checking updates using au version 2019.12.16.180634
URL check
https://github.com/pbatard/rufus/releases/download/v3.8/rufus-3.8.exe
nuspec version: 3.8
remote version: 3.8
No new version found
scribus - checking updates using AU version 2019.12.16.180634
URL check
https://sourceforge.net/projects/scribus/files/scribus/1.4.8/scribus-1.4.8-windows.exe/download
https://sourceforge.net/projects/scribus/files/scribus/1.4.8/scribus-1.4.8-windows-x64.exe/download
nuspec version: 1.4.8
remote version: 1.4.8
No new version found
seafile-client - checking updates using au version 2019.12.16.180634
URL check
https://download.seadrive.org/seafile-7.0.4-en.msi
nuspec version: 7.0.4
remote version: 7.0.4
No new version found
sidesync - checking updates using au version 2019.12.16.180634
URL check
http://downloadcenter.samsung.com/content/SW/201710/20171031152920648/SideSync_4.7.5.203.exe
http://downloadcenter.samsung.com/content/SW/201710/20171031152920648/SideSync_4.7.5.203.exe
nuspec version: 4.7.5.203
remote version: 4.7.5.203
No new version found
simplewall - checking updates using au version 2019.12.16.180634
URL check
https://github.com/henrypp/simplewall/releases/download/v.3.0.9/simplewall-3.0.9-bin.zip
https://github.com/henrypp/simplewall/releases/download/v.3.0.9/simplewall-3.0.9-setup.exe
nuspec version: 3.0.9
remote version: 3.0.9
No new version found
simplewall.install - checking updates using au version 2019.12.16.180634
URL check
https://github.com/henrypp/simplewall/releases/download/v.3.0.9/simplewall-3.0.9-bin.zip
https://github.com/henrypp/simplewall/releases/download/v.3.0.9/simplewall-3.0.9-setup.exe
nuspec version: 3.0.9
remote version: 3.0.9
No new version found
simplewall.portable - checking updates using au version 2019.12.16.180634
URL check
https://github.com/henrypp/simplewall/releases/download/v.3.0.9/simplewall-3.0.9-bin.zip
https://github.com/henrypp/simplewall/releases/download/v.3.0.9/simplewall-3.0.9-setup.exe
nuspec version: 3.0.9
remote version: 3.0.9
No new version found
skype - checking updates using au version 2019.12.16.180634
URL check
https://download.skype.com/s4l/download/win/Skype-8.55.0.141.exe
nuspec version: 8.55.0.141
remote version: 8.55.0.141
No new version found
smartftp - checking updates using au version 2019.12.16.180634
URL check
https://www.smartftp.com/get/SmartFTP86.msi
https://www.smartftp.com/get/SmartFTP64.msi
nuspec version: 9.0.2729.0
remote version: 9.0.2729.0
No new version found
sonarlint-vs2015 - checking updates using au version 2019.12.16.180634
URL check
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/SonarSource/vsextensions/SonarLintforVisualStudio/4.14.0.12332/vspackage
nuspec version: 4.14.0.12332
remote version: 4.14.0.12332
No new version found
sourcetree - checking updates using au version 2019.12.16.180634
URL check
https://product-downloads.atlassian.com/software/sourcetree/windows/ga/SourcetreeEnterpriseSetup_3.2.6.msi
nuspec version: 3.2.6
remote version: 3.2.6
No new version found
sparkleshare - checking updates using au version 2019.12.16.180634
URL check
https://bitbucket.org/hbons/sparkleshare/downloads/sparkleshare-windows-1.4.msi
nuspec version: 1.5.0.20161115
remote version: 1.4
No new version found
speccy - checking updates using au version 2019.12.16.180634
URL check
https://download.ccleaner.com/spsetup132.exe
nuspec version: 1.32.740
remote version: 1.32.740
No new version found
spotify - checking updates using AU version 2019.12.16.180634
URL check
https://download.scdn.co/SpotifySetup.exe
nuspec version: 1.1.21.1654
remote version: 1.1.21.1654
No new version found
sqlite - checking updates using au version 2019.12.16.180634
URL check
https://sqlite.org/2019/sqlite-tools-win32-x86-3300100.zip
https://sqlite.org/2019/sqlite-dll-win32-x86-3300100.zip
https://sqlite.org/2019/sqlite-dll-win64-x64-3300100.zip
nuspec version: 3.30.1
remote version: 3.30.1
No new version found
supertuxkart - checking updates using au version 2019.12.16.180634
URL check
https://sourceforge.net/projects/supertuxkart/files/SuperTuxKart/1.0/SuperTuxKart%201.0%20installer-32bit.exe/download
https://sourceforge.net/projects/supertuxkart/files/SuperTuxKart/1.0/SuperTuxKart%201.0%20installer-64bit.exe/download
nuspec version: 1.0
remote version: 1.0
No new version found
sweet-home-3d - checking updates using AU version 2019.12.16.180634
URL check
http://sourceforge.net/projects/sweethome3d/files/SweetHome3D/SweetHome3D-6.2/SweetHome3D-6.2-windows.exe/download
nuspec version: 6.2
remote version: 6.2
No new version found
sysinternals - checking updates using au version 2019.12.16.180634
URL check
https://download.sysinternals.com/files/SysinternalsSuite-Nano.zip
https://download.sysinternals.com/files/SysinternalsSuite.zip
nuspec version: 2019.12.11
remote version: 2019.12.11
No new version found
testdisk-photorec - checking updates using AU version 2019.12.16.180634
URL check
https://www.cgsecurity.org/testdisk-7.1.win.zip
nuspec version: 7.1
remote version: 7.1
No new version found
texmaker - checking updates using AU version 2019.12.16.180634
URL check
http://www.xm1math.net/texmaker/assets/files/Texmaker_5.0.3_Win_x64.msi
nuspec version: 5.0.3
remote version: 5.0.3
No new version found
thunderbird - checking updates using au version 2019.12.16.180634
URL check
nuspec version: 68.2.2
remote version: 68.3.0
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/thunderbird/68.3.0
tightvnc - checking updates using AU version 2019.12.16.180634
URL check
https://www.tightvnc.com/download/2.8.27/tightvnc-2.8.27-gpl-setup-64bit.msi
https://www.tightvnc.com/download/2.8.27/tightvnc-2.8.27-gpl-setup-32bit.msi
nuspec version: 2.8.27
remote version: 2.8.27
No new version found
tixati - checking updates using au version 2019.12.16.180634
URL check
https://download1.tixati.com/download/tixati-2.64-1.win32-install.exe
https://download1.tixati.com/download/tixati-2.64-1.win64-install.exe
nuspec version: 2.64
remote version: 2.64
No new version found
tixati.portable - checking updates using au version 2019.12.16.180634
URL check
https://download2.tixati.com/download/tixati-2.64-1.portable.zip
nuspec version: 2.64
remote version: 2.64
No new version found
tor-browser - checking updates using au version 2019.12.16.180634
URL check
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-9.0.2_de.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-9.0.2_es-AR.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-win64-9.0.2_mk.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-win64-9.0.2_vi.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-9.0.2_mk.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-9.0.2_tr.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-win64-9.0.2_cs.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-win64-9.0.2_da.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-win64-9.0.2_pl.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-win64-9.0.2_he.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-9.0.2_nb-NO.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-9.0.2_he.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-9.0.2_pl.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-win64-9.0.2_ko.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-win64-9.0.2_tr.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-win64-9.0.2_is.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-9.0.2_en-US.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-win64-9.0.2_ro.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-9.0.2_ja.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-9.0.2_id.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-win64-9.0.2_de.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-win64-9.0.2_ga-IE.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-win64-9.0.2_nb-NO.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-9.0.2_hu.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-9.0.2_nl.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-9.0.2_ca.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-9.0.2_fr.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-9.0.2_ar.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-win64-9.0.2_fr.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-9.0.2_da.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-9.0.2_zh-CN.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-win64-9.0.2_id.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-win64-9.0.2_ru.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-win64-9.0.2_ja.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-9.0.2_ka.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-9.0.2_ro.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-win64-9.0.2_en-US.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-9.0.2_is.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-9.0.2_zh-TW.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-win64-9.0.2_nl.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-win64-9.0.2_hu.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-win64-9.0.2_zh-TW.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-9.0.2_ga-IE.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-win64-9.0.2_ka.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-9.0.2_es-ES.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-win64-9.0.2_it.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-9.0.2_fa.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-win64-9.0.2_pt-BR.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-win64-9.0.2_zh-CN.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-win64-9.0.2_ar.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-9.0.2_vi.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-win64-9.0.2_ca.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-9.0.2_ko.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-9.0.2_pt-BR.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-win64-9.0.2_es-ES.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-9.0.2_it.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-9.0.2_sv-SE.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-win64-9.0.2_es-AR.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-win64-9.0.2_el.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-9.0.2_cs.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-win64-9.0.2_sv-SE.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-9.0.2_ru.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-9.0.2_el.exe
https://www.torproject.org/dist/torbrowser/9.0.2/torbrowser-install-win64-9.0.2_fa.exe
nuspec version: 9.0.2
remote version: 9.0.2
No new version found
tortoisegit - checking updates using au version 2019.12.16.180634
URL check
https://download.tortoisegit.org/tgit/2.9.0.0/TortoiseGit-2.9.0.0-64bit.msi
https://download.tortoisegit.org/tgit/2.9.0.0/TortoiseGit-2.9.0.0-32bit.msi
nuspec version: 2.9.0.0
remote version: 2.9.0.0
No new version found
tortoisesvn - checking updates using au version 2019.12.16.180634
URL check
https://osdn.net/frs/redir.php?m=pumath&f=%2Fstorage%2Fg%2Ft%2Fto%2Ftortoisesvn%2F1.13.1%2FApplication%2FTortoiseSVN-1.13.1.28686-x64-svn-1.13.0.msi
https://osdn.net/frs/redir.php?m=xtom_us&f=%2Fstorage%2Fg%2Ft%2Fto%2Ftortoisesvn%2F1.13.1%2FApplication%2FTortoiseSVN-1.13.1.28686-win32-svn-1.13.0.msi
nuspec version: 1.13.1.28686
remote version: 1.13.1.28686
No new version found
totalcommander - checking updates using au version 2019.12.16.180634
URL check
http://totalcommander.ch/win/922a/tcmd922ax32_64.exe
http://ghisler.fileburst.com/addons/installer.zip
nuspec version: 9.22.1
remote version: 9.22.1
No new version found
transifex-client - checking updates using AU version 2019.12.16.180634
URL check
https://github.com/transifex/transifex-client/releases/download/0.13.6/tx.py36.x64.exe
nuspec version: 0.13.6
remote version: 0.13.6
No new version found
tribler - checking updates using AU version 2019.12.16.180634
URL check
https://github.com/Tribler/tribler/releases/download/v7.3.2/Tribler_7.3.2_x86.exe
https://github.com/Tribler/tribler/releases/download/v7.3.2/Tribler_7.3.2_x64.exe
nuspec version: 7.3.2
remote version: 7.3.2
No new version found
tv-browser - checking updates using au version 2019.12.16.180634
URL check
https://sourceforge.net/projects/tvbrowser/files/TV-Browser%20Releases%20%28Java%2011%20and%20higher%29/4.2/tvbrowser-lite_4.2_win.exe/download
nuspec version: 4.2
remote version: 4.2
No new version found
typescript - checking updates using AU version 2019.12.16.180634
URL check
nuspec version: 3.7.2
remote version: 3.7.3
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/typescript/3.7.3
ultradefrag - checking updates using au version 2019.12.16.180634
URL check
https://sourceforge.net/projects/ultradefrag/files/stable-release/7.1.3/ultradefrag-7.1.3.bin.i386.exe/download
https://sourceforge.net/projects/ultradefrag/files/stable-release/7.1.3/ultradefrag-7.1.3.bin.amd64.exe/download
nuspec version: 7.1.3
remote version: 7.1.3
No new version found
umlet - checking updates using AU version 2019.12.16.180634
URL check
https://www.umlet.com/download/umlet_14_3/umlet-standalone-14.3.0.zip
nuspec version: 14.3.0
remote version: 14.3.0
No new version found
unchecky - checking updates using au version 2019.12.16.180634
URL check
https://unchecky.com/files/unchecky_setup.exe
nuspec version: 1.2
remote version: 1.2
No new version found
universal-usb-installer - checking updates using AU version 2019.12.16.180634
URL check
https://www.pendrivelinux.com/downloads/Universal-USB-Installer/Universal-USB-Installer-1.9.9.0.exe
nuspec version: 1.9.8.900
remote version: 1.9.9.000
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/universal-usb-installer/1.9.9.000
vagrant - checking updates using au version 2019.12.16.180634
URL check
https://releases.hashicorp.com/vagrant/2.2.6/vagrant_2.2.6_x86_64.msi
https://releases.hashicorp.com/vagrant/2.2.6/vagrant_2.2.6_i686.msi
nuspec version: 2.2.6
remote version: 2.2.6
No new version found
vcredist140 - checking updates using AU version 2019.12.16.180634
URL check
https://aka.ms/vs/16/release/VC_redist.x86.exe
https://aka.ms/vs/16/release/VC_redist.x64.exe
nuspec version: 14.24.28127.4
remote version: 14.24.28127.4
No new version found
vcredist2017 - checking updates using AU version 2019.12.16.180634
URL check
nuspec version: 14.16.27033
remote version: 14.16.27033
No new version found
vim - checking updates using au version 2019.12.16.180634
URL check
https://github.com/vim/vim-win32-installer/releases/download/v8.2.0012/gvim_8.2.0012_x86.zip
https://github.com/vim/vim-win32-installer/releases/download/v8.2.0012/gvim_8.2.0012_x64.zip
nuspec version: 8.2.0012
remote version: 8.2.0012
No new version found
virtualbox - checking updates using au version 2019.12.16.180634
*** Stream: 4.0 ***
URL check
http://download.virtualbox.org/virtualbox/4.0.36/Oracle_VM_VirtualBox_Extension_Pack-4.0.36.vbox-extpack
http://download.virtualbox.org/virtualbox/4.0.36/VirtualBox-4.0.36-104075-Win.exe
nuspec version: 4.0.36
remote version: 4.0.36
No new version found
*** Stream: 4.1 ***
URL check
http://download.virtualbox.org/virtualbox/4.1.44/Oracle_VM_VirtualBox_Extension_Pack-4.1.44.vbox-extpack
http://download.virtualbox.org/virtualbox/4.1.44/VirtualBox-4.1.44-104071-Win.exe
nuspec version: 4.1.44
remote version: 4.1.44
No new version found
*** Stream: 4.2 ***
URL check
http://download.virtualbox.org/virtualbox/4.2.36/Oracle_VM_VirtualBox_Extension_Pack-4.2.36.vbox-extpack
http://download.virtualbox.org/virtualbox/4.2.36/VirtualBox-4.2.36-104064-Win.exe
nuspec version: 4.2.36
remote version: 4.2.36
No new version found
*** Stream: 4.3 ***
URL check
http://download.virtualbox.org/virtualbox/4.3.40/Oracle_VM_VirtualBox_Extension_Pack-4.3.40.vbox-extpack
http://download.virtualbox.org/virtualbox/4.3.40/VirtualBox-4.3.40-110317-Win.exe
nuspec version: 4.3.40
remote version: 4.3.40
No new version found
*** Stream: 5.0 ***
URL check
http://download.virtualbox.org/virtualbox/5.0.40/Oracle_VM_VirtualBox_Extension_Pack-5.0.40.vbox-extpack
http://download.virtualbox.org/virtualbox/5.0.40/VirtualBox-5.0.40-115130-Win.exe
nuspec version: 5.0.40
remote version: 5.0.40
No new version found
*** Stream: 5.1 ***
URL check
https://download.virtualbox.org/virtualbox/5.1.38/Oracle_VM_VirtualBox_Extension_Pack-5.1.38.vbox-extpack
https://download.virtualbox.org/virtualbox/5.1.38/VirtualBox-5.1.38-122592-Win.exe
nuspec version: 5.1.38
remote version: 5.1.38
No new version found
*** Stream: 5.2 ***
URL check
https://download.virtualbox.org/virtualbox/5.2.34/Oracle_VM_VirtualBox_Extension_Pack-5.2.34.vbox-extpack
https://download.virtualbox.org/virtualbox/5.2.34/VirtualBox-5.2.34-133893-Win.exe
nuspec version: 5.2.34
remote version: 5.2.34
No new version found
*** Stream: 6.0 ***
URL check
https://download.virtualbox.org/virtualbox/6.0.14/Oracle_VM_VirtualBox_Extension_Pack-6.0.14.vbox-extpack
https://download.virtualbox.org/virtualbox/6.0.14/VirtualBox-6.0.14-133895-Win.exe
nuspec version: 6.0.14
remote version: 6.0.14
No new version found
*** Stream: 6.1 ***
URL check
https://download.virtualbox.org/virtualbox/6.1.0/Oracle_VM_VirtualBox_Extension_Pack-6.1.0.vbox-extpack
https://download.virtualbox.org/virtualbox/6.1.0/VirtualBox-6.1.0-135406-Win.exe
nuspec version: 6.1.0
remote version: 6.1.0
No new version found
vlc - checking updates using au version 2019.12.16.180634
URL check
http://get.videolan.org/vlc/3.0.8/win64/vlc-3.0.8-win64.exe
http://get.videolan.org/vlc/3.0.8/win32/vlc-3.0.8-win32.exe
nuspec version: 3.0.8
remote version: 3.0.8
No new version found
voicebot - checking updates using AU version 2019.12.16.180634
URL check
https://binaryfortressdownloads.com/Download/BFSFiles/123/VoiceBotSetup-3.5.1.exe
nuspec version: 3.5.1
remote version: 3.5.1
No new version found
vscode - checking updates using au version 2019.12.16.180634
URL check
https://az764295.vo.msecnd.net/stable/9579eda04fdb3a9bba2750f15193e5fafe16b959/VSCodeSetup-ia32-1.41.0.exe
https://az764295.vo.msecnd.net/stable/9579eda04fdb3a9bba2750f15193e5fafe16b959/VSCodeSetup-x64-1.41.0.exe
nuspec version: 1.41.0
remote version: 1.41.0
No new version found
vscode.install - checking updates using au version 2019.12.16.180634
URL check
https://az764295.vo.msecnd.net/stable/9579eda04fdb3a9bba2750f15193e5fafe16b959/VSCodeSetup-ia32-1.41.0.exe
https://az764295.vo.msecnd.net/stable/9579eda04fdb3a9bba2750f15193e5fafe16b959/VSCodeSetup-x64-1.41.0.exe
nuspec version: 1.41.0
remote version: 1.41.0
No new version found
waterfox - checking updates using au version 2019.12.16.180634
URL check
https://storage-waterfox.netdna-ssl.com/releases/win64/installer/Waterfox%20Classic%202019.12%20Setup.exe
nuspec version: 2019.12
remote version: 2019.12
No new version found
webstorm - checking updates using AU version 2019.12.16.180634
URL check
https://download.jetbrains.com/webstorm/WebStorm-2019.3.exe
nuspec version: 2019.3
remote version: 2019.3
No new version found
wesnoth - checking updates using AU version 2019.12.16.180634
*** Stream: beta ***
URL check
https://sourceforge.net/projects/wesnoth/files/wesnoth/wesnoth-1.15.2/wesnoth-1.15.2-win32.exe/download
nuspec version: 1.15.2-beta
remote version: 1.15.2-beta
No new version found
*** Stream: stable ***
URL check
https://sourceforge.net/projects/wesnoth/files/wesnoth-1.14/wesnoth-1.14.9/wesnoth-1.14.9-win32.exe/download
nuspec version: 1.14.9
remote version: 1.14.9
No new version found
wget - checking updates using au version 2019.12.16.180634
URL check
https://eternallybored.org/misc/wget/releases/wget-1.20.3-win64.zip
https://eternallybored.org/misc/wget/releases/wget-1.20.3-win32.zip
nuspec version: 1.20.3.20190531
remote version: 1.20.3
No new version found
win10mct - checking updates using au version 2019.12.16.180634
URL check
https://download.microsoft.com/download/c/0/b/c0b2b254-54f1-42de-bfe5-82effe499ee0/MediaCreationTool1909.exe
nuspec version: 10.0.18362.418
remote version: 10.0.18362.418
No new version found
wincdemu - checking updates using au version 2019.12.16.180634
URL check
https://github.com/sysprogs/WinCDEmu/releases/download/v4.1/WinCDEmu-4.1.exe
nuspec version: 4.1.0.20171221
remote version: 4.1
No new version found
windows10-media-creation-tool - checking updates using au version 2019.12.16.180634
URL check
nuspec version: 10.0.18362.418
remote version: 10.0.18362.418
No new version found
winpcap - checking updates using au version 2019.12.16.180634
URL check
https://www.winpcap.org/install/bin/WinPcap_4_1_3.exe
nuspec version: 4.1.3.20161116
remote version: 4.1.3
No new version found
winscp - checking updates using au version 2019.12.16.180634
nuspec version: 5.15.9
remote version: 5.15.9
No new version found
winscp.install - checking updates using au version 2019.12.16.180634
nuspec version: 5.15.9
remote version: 5.15.9
No new version found
winscp.portable - checking updates using au version 2019.12.16.180634
nuspec version: 5.15.7
remote version: 5.15.9
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/winscp.portable/5.15.9
wixtoolset - checking updates using AU version 2019.12.16.180634
URL check
https://github.com/wixtoolset/wix3/releases/download/wix3112rtm/wix311.exe
nuspec version: 3.11.2
remote version: 3.11.2
No new version found
wps-office-free - checking updates using au version 2019.12.16.180634
*** Stream: wps ***
URL check
http://wdl1.pcfg.cache.wpscdn.com/wpsdl/wpsoffice/download/11.2.0.9070/WPSOffice_11.2.0.9070.exe
nuspec version: 11.2.0.9052
remote version: 11.2.0.9070
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/wps-office-free/11.2.0.9070
x2go - checking updates using AU version 2019.12.16.180634
URL check
https://code.x2go.org/releases/binary-win32/x2goclient/releases/4.1.2.0-2018.06.22/x2goclient-4.1.2.0-2018.06.22-setup.exe
nuspec version: 4.1.2.0
remote version: 4.1.2.0
No new version found
yo - checking updates using au version 2019.12.16.180634
URL check
nuspec version: 3.1.1
remote version: 3.1.1
No new version found
youtube-dl - checking updates using au version 2019.12.16.180634
URL check
https://github.com/ytdl-org/youtube-dl/releases/download/2019.11.28/youtube-dl.exe
nuspec version: 2019.11.28
remote version: 2019.11.28
No new version found
yumi - checking updates using AU version 2019.12.16.180634
URL check
http://www.pendrivelinux.com/downloads/YUMI/YUMI-2.0.6.9.exe
nuspec version: 2.0.6.9
remote version: 2.0.6.9
No new version found
yumi-uefi - checking updates using AU version 2019.12.16.180634
URL check
http://www.pendrivelinux.com/downloads/YUMI/YUMI-UEFI-0.0.2.0.exe
nuspec version: 0.0.2.0
remote version: 0.0.2.0
No new version found
zotero - checking updates using au version 2019.12.16.180634
URL check
https://download.zotero.org/client/release/5.0.80/Zotero-5.0.80_setup.exe
nuspec version: 5.0.79
remote version: 5.0.80
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/zotero/5.0.80