UTC: 2019-01-07 15:10
chocolatey/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 19 ERRORS !!!
Finished 232 packages after 4.6 minutes.
4 updated, 1 pushed, 1 ignored
19 errors - 16 update, 3 push.
Icon | Name | Updated | Pushed | RemoteVersion | NuspecVersion |
---|---|---|---|---|---|
umlet | True 🔸 📥 | True | 14.3.0 | 14.3.0 |
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) + ' ...';
}
au_GetLatest failed
The remote server returned an error: (503) Server Unavailable.
au_GetLatest failed
The remote server returned an error: (503) Server Unavailable.
au_GetLatest failed
The remote server returned an error: (503) Server Unavailable.
Push ERROR
Attempting to push freevideoeditor.6.3.1.nupkg to https://push.chocolatey.org There was an internal server error, which might mean the package already exists on a Simple OData Server.
au_GetLatest failed
The remote server returned an error: (503) Server Unavailable.
au_GetLatest failed
The remote server returned an error: (503) Server Unavailable.
Push ERROR
Attempting to push mixxx.2.2.0.nupkg to https://push.chocolatey.org Failed to process request. 'Request Entity Too Large'. The remote server returned an error: (413) Request Entity Too Large..
au_GetLatest failed
Unable to connect to the remote server
Push ERROR
Attempting to push poi.10.1.0.nupkg to https://push.chocolatey.org There was an internal server error, which might mean the package already exists on a Simple OData Server.
au_GetLatest failed
The remote server returned an error: (503) Server Unavailable.
Can't validate URL
Exception calling "GetResponse" with "0" argument(s): "The remote server returned an error: (504) Gateway Timeout.":https://sourceforge.net/projects/qbittorrent/files/qbittorrent-win32/qbittorrent-4.1.5/qbittorrent_4.1.5_setup.exe/download
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) + ' ...';
}
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) + ' ...';
}
Can't validate URL
Exception calling "GetResponse" with "0" argument(s): "The remote server returned an error: (503) Server Unavailable.":https://sourceforge.net/projects/supertuxkart/files/SuperTuxKart/0.9.3/supertuxkart-0.9.3-win64.exe/download
Can't validate URL
Exception calling "GetResponse" with "0" argument(s): "The remote server returned an error: (503) Server Unavailable.":http://sourceforge.net/projects/sweethome3d/files/SweetHome3D/SweetHome3D-6.0/SweetHome3D-6.0-windows.exe/download
Can't validate URL
Exception calling "GetResponse" with "0" argument(s): "The remote server returned an error: (503) Server Unavailable.":https://sourceforge.net/projects/tvbrowser/files/TV-Browser%20Releases%20%28Java%208%20and%20higher%29/4.0.1/tvbrowser_4.0.1_win32.exe/download
au_GetLatest failed
The remote server returned an error: (503) Server Unavailable.
Can't validate URL
Exception calling "GetResponse" with "0" argument(s): "The remote server returned an error: (503) Server Unavailable.":https://sourceforge.net/projects/wesnoth/files/wesnoth-1.14/wesnoth-1.14.5/wesnoth-1.14.5-win32.exe/download
Icon | Name | NuspecVersion | IgnoreMessage |
---|---|---|---|
jubler | 6.0.2 | Exception calling "GetResponse" with "0" argument(s): "The request was aborted: The connection was closed unexpectedly.":https://github.com/teras/Jubler/releases/download/6.0.2/Jubler-6.0.2.32.exe |
1password - checking updates using AU version 2019.1.7.151020
*** Stream: OPW ***
URL check
https://c.1password.com/dist/1P/win6/1PasswordSetup-7.3.648.BETA.exe
nuspec version: 7.3.648-beta
remote version: 7.3.648-beta
No new version found
*** 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.1.7.151020
*** Stream: ts ***
URL check
https://free.360totalsecurity.com/totalsecurity/360TS_Setup_10.2.0.1251.exe
nuspec version: 10.2.0.1251
remote version: 10.2.0.1251
No new version found
*** Stream: tse ***
URL check
https://free.360totalsecurity.com/totalsecurity/360TSE_Setup_8.8.0.1105.exe
nuspec version: 8.8.0.1105
remote version: 8.8.0.1105
No new version found
7zip - checking updates using au version 2019.1.7.151020
*** Stream: stable ***
URL check
http://www.7-zip.org/a/7z1806.exe
http://www.7-zip.org/a/7z1806-extra.7z
http://www.7-zip.org/a/7z1806-x64.exe
nuspec version: 18.6
remote version: 18.6
No new version found
7zip.install - checking updates using au version 2019.1.7.151020
*** Stream: stable ***
URL check
http://www.7-zip.org/a/7z1806.exe
http://www.7-zip.org/a/7z1806-extra.7z
http://www.7-zip.org/a/7z1806-x64.exe
nuspec version: 18.6
remote version: 18.6
No new version found
7zip.portable - checking updates using au version 2019.1.7.151020
*** Stream: stable ***
URL check
http://www.7-zip.org/a/7z1806.exe
http://www.7-zip.org/a/7z1806-extra.7z
http://www.7-zip.org/a/7z1806-x64.exe
nuspec version: 18.6
remote version: 18.6
No new version found
absolute-uninstaller - checking updates using au version 2019.1.7.151020
URL check
http://download.glarysoft.com/ausetup.exe
nuspec version: 5.3.1.23
remote version: 5.3.1.23
No new version found
activepresenter - checking updates using au version 2019.1.7.151020
URL check
https://cdn.atomisystems.com/apdownloads/ActivePresenter_v7.5.2_setup.exe
nuspec version: 7.5.2
remote version: 7.5.2
No new version found
alldup - checking updates using au version 2019.1.7.151020
URL check
http://www.alldup.info/download/AllDupSetup.exe
nuspec version: 4.2.0
remote version: 4.2.0
No new version found
ant-renamer - checking updates using au version 2019.1.7.151020
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.1.7.151020
URL check
https://www.apachehaus.com/downloads/httpd-2.4.37-o102q-x64-vc14-r2.zip
https://www.apachehaus.com/downloads/httpd-2.4.37-o102q-x86-vc14-r2.zip
nuspec version: 2.4.37
remote version: 2.4.37
No new version found
aptana-studio - checking updates using au version 2019.1.7.151020
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.1.7.151020
URL check
http://filehippo.com/download/file/d3ffb09f8dabb1c118c1715aa07e9ae76bd82e17214b3479eb1570a1261c3839/
nuspec version: 2.3.0
remote version: 2.3.0
No new version found
autohotkey - checking updates using au version 2019.1.7.151020
URL check
https://github.com/Lexikos/AutoHotkey_L/releases/download/v1.1.30.01/AutoHotkey_1.1.30.01_setup.exe
nuspec version: 1.1.30.01
remote version: 1.1.30.01
No new version found
autohotkey.install - checking updates using au version 2019.1.7.151020
URL check
https://github.com/Lexikos/AutoHotkey_L/releases/download/v1.1.30.01/AutoHotkey_1.1.30.01_setup.exe
nuspec version: 1.1.30.00
remote version: 1.1.30.01
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/autohotkey.install/1.1.30.01
autohotkey.portable - checking updates using au version 2019.1.7.151020
*** Stream: 1.1 ***
nuspec version: 1.1.30.01
remote version: 1.1.30.01
No new version found
*** Stream: 2.0 ***
nuspec version: 2.0-a100
remote version: 2.0-a100
No new version found
autoit - checking updates using au version 2019.1.7.151020
nuspec version: 3.3.14.5
remote version: 3.3.14.5
No new version found
autoit.install - checking updates using au version 2019.1.7.151020
nuspec version: 3.3.14.5
remote version: 3.3.14.5
No new version found
autoit.portable - checking updates using au version 2019.1.7.151020
nuspec version: 3.3.14.5
remote version: 3.3.14.5
No new version found
bleachbit - checking updates using au version 2019.1.7.151020
URL check
https://download.bleachbit.org/BleachBit-2.0-setup.exe
nuspec version: 2.0
remote version: 2.0
No new version found
bleachbit.install - checking updates using au version 2019.1.7.151020
URL check
https://download.bleachbit.org/BleachBit-2.0-setup.exe
nuspec version: 2.0
remote version: 2.0
No new version found
blender - checking updates using AU version 2019.1.7.151020
URL check
https://mirror.clarkson.edu/blender/release/Blender2.79/blender-2.79b-windows64.msi
https://mirror.clarkson.edu/blender/release/Blender2.79/blender-2.79b-windows32.msi
nuspec version: 2.79.2
remote version: 2.79.2
No new version found
bluefish - checking updates using au version 2019.1.7.151020
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.1.7.151020
URL check
http://bluegriffon.org/freshmeat/3.0.1/bluegriffon-3.0.1.win-i686.exe
nuspec version: 3.0.1
remote version: 3.0.1
No new version found
brackets - checking updates using au version 2019.1.7.151020
URL check
https://github.com/adobe/brackets/releases/download/release-1.13/Brackets.Release.1.13.msi
nuspec version: 1.13
remote version: 1.13
No new version found
bulk-crap-uninstaller - checking updates using au version 2019.1.7.151020
URL check
https://github.com/Klocman/Bulk-Crap-Uninstaller/releases/download/v4.12.1/BCUninstaller_4.12.1_setup.exe
nuspec version: 4.12.1
remote version: 4.12.1
No new version found
calibre - checking updates using au version 2019.1.7.151020
URL check
https://download.calibre-ebook.com/3.37.0/calibre-64bit-3.37.0.msi
https://download.calibre-ebook.com/3.37.0/calibre-3.37.0.msi
nuspec version: 3.37.0
remote version: 3.37.0
No new version found
ccleaner - checking updates using au version 2019.1.7.151020
URL check
https://download.ccleaner.com/ccsetup551.exe
nuspec version: 5.51.6939
remote version: 5.51.6939
No new version found
cdburnerxp - checking updates using au version 2019.1.7.151020
URL check
https://download.cdburnerxp.se/msi/cdbxp_setup_x64_4.5.8.7041.msi
https://download.cdburnerxp.se/msi/cdbxp_setup_4.5.8.7041.msi
nuspec version: 4.5.8.704100
remote version: 4.5.8.704100
No new version found
chromium - checking updates using au version 2019.1.7.151020
*** Stream: snapshots ***
URL check
https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/620296/mini_installer.exe
https://storage.googleapis.com/chromium-browser-snapshots/Win/620296/mini_installer.exe
nuspec version: 73.0.3665.0-snapshots
remote version: 73.0.3665.0-snapshots
No new version found
*** Stream: stable ***
URL check
https://github.com/henrypp/chromium/releases/download/v71.0.3578.98-r599034-win64/chromium-sync.exe
https://github.com/henrypp/chromium/releases/download/v71.0.3578.98-r599034-win32/chromium-sync.exe
nuspec version: 71.0.3578.98
remote version: 71.0.3578.98
No new version found
classic-shell - checking updates using AU version 2019.1.7.151020
URL check
http://classicshell.mediafire.com/file/d5llbbm8wu92jg8/ClassicShellSetup_4_3_1.exe
nuspec version: 4.3.1.20180405
remote version: 4.3.1
No new version found
clementine - checking updates using AU version 2019.1.7.151020
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.1.7.151020
*** Stream: stable ***
URL check
https://binaryfortressdownloads.com/Download/BFSFiles/104/ClipboardFusionSetup-5.4.1.exe
nuspec version: 5.4.1
remote version: 5.4.1
No new version found
clipgrab - checking updates using AU version 2019.1.7.151020
URL check
https://download.clipgrab.org/clipgrab-3.7.2-cgorg.exe
nuspec version: 3.7.2
remote version: 3.7.2
No new version found
cmake - checking updates using AU version 2019.1.7.151020
*** Stream: 3.12 ***
URL check
https://github.com/Kitware/CMake/releases/download/v3.12.4/cmake-3.12.4-win64-x64.zip
https://github.com/Kitware/CMake/releases/download/v3.12.4/cmake-3.12.4-win32-x86.msi
https://github.com/Kitware/CMake/releases/download/v3.12.4/cmake-3.12.4-win64-x64.msi
https://github.com/Kitware/CMake/releases/download/v3.12.4/cmake-3.12.4-win32-x86.zip
nuspec version: 3.12.2
remote version: 3.12.4
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/cmake/3.12.4
*** Stream: 3.13 ***
URL check
https://github.com/Kitware/CMake/releases/download/v3.13.2/cmake-3.13.2-win64-x64.zip
https://github.com/Kitware/CMake/releases/download/v3.13.2/cmake-3.13.2-win32-x86.msi
https://github.com/Kitware/CMake/releases/download/v3.13.2/cmake-3.13.2-win64-x64.msi
https://github.com/Kitware/CMake/releases/download/v3.13.2/cmake-3.13.2-win32-x86.zip
nuspec version: 3.13.2
remote version: 3.13.2
No new version found
cmake.install - checking updates using AU version 2019.1.7.151020
*** Stream: 3.12 ***
URL check
https://github.com/Kitware/CMake/releases/download/v3.12.4/cmake-3.12.4-win64-x64.zip
https://github.com/Kitware/CMake/releases/download/v3.12.4/cmake-3.12.4-win32-x86.msi
https://github.com/Kitware/CMake/releases/download/v3.12.4/cmake-3.12.4-win64-x64.msi
https://github.com/Kitware/CMake/releases/download/v3.12.4/cmake-3.12.4-win32-x86.zip
nuspec version: 3.12.4
remote version: 3.12.4
No new version found
*** Stream: 3.13 ***
URL check
https://github.com/Kitware/CMake/releases/download/v3.13.2/cmake-3.13.2-win64-x64.zip
https://github.com/Kitware/CMake/releases/download/v3.13.2/cmake-3.13.2-win32-x86.msi
https://github.com/Kitware/CMake/releases/download/v3.13.2/cmake-3.13.2-win64-x64.msi
https://github.com/Kitware/CMake/releases/download/v3.13.2/cmake-3.13.2-win32-x86.zip
nuspec version: 3.13.2
remote version: 3.13.2
No new version found
cmake.portable - checking updates using AU version 2019.1.7.151020
*** Stream: 3.12 ***
URL check
https://github.com/Kitware/CMake/releases/download/v3.12.4/cmake-3.12.4-win64-x64.zip
https://github.com/Kitware/CMake/releases/download/v3.12.4/cmake-3.12.4-win32-x86.msi
https://github.com/Kitware/CMake/releases/download/v3.12.4/cmake-3.12.4-win64-x64.msi
https://github.com/Kitware/CMake/releases/download/v3.12.4/cmake-3.12.4-win32-x86.zip
nuspec version: 3.12.3
remote version: 3.12.4
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/cmake.portable/3.12.4
*** Stream: 3.13 ***
URL check
https://github.com/Kitware/CMake/releases/download/v3.13.2/cmake-3.13.2-win64-x64.zip
https://github.com/Kitware/CMake/releases/download/v3.13.2/cmake-3.13.2-win32-x86.msi
https://github.com/Kitware/CMake/releases/download/v3.13.2/cmake-3.13.2-win64-x64.msi
https://github.com/Kitware/CMake/releases/download/v3.13.2/cmake-3.13.2-win32-x86.zip
nuspec version: 3.13.1
remote version: 3.13.2
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/cmake.portable/3.13.2
codeblocks - checking updates using au version 2019.1.7.151020
nuspec version: 17.12
remote version: 17.12
No new version found
codelite - checking updates using AU version 2019.1.7.151020
URL check
https://github.com/eranif/codelite/releases/download/12.0/codelite-x86-12.0.0.exe.7z
https://github.com/eranif/codelite/releases/download/12.0/codelite-amd64-12.0.0.exe.7z
nuspec version: 12.0
remote version: 12.0
No new version found
curl - checking updates using au version 2019.1.7.151020
URL check
https://bintray.com/artifact/download/vszakats/generic/curl-7.63.0-win32-mingw.zip
https://bintray.com/artifact/download/vszakats/generic/curl-7.63.0-win64-mingw.zip
nuspec version: 7.63.0
remote version: 7.63.0
No new version found
cutepdf - checking updates using au version 2019.1.7.151020
nuspec version: 3.2
remote version: 3.2
No new version found
cygwin - checking updates using au version 2019.1.7.151020
URL check
https://cygwin.com/setup-x86.exe
https://cygwin.com/setup-x86_64.exe
nuspec version: 2.11.2.20181212
remote version: 2.11.2
No new version found
datagrip - checking updates using AU version 2019.1.7.151020
URL check
https://download.jetbrains.com/datagrip/datagrip-2018.3.1.exe
nuspec version: 2018.3.1
remote version: 2018.3.1
No new version found
defraggler - checking updates using au version 2019.1.7.151020
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.1.7.151020
*** Stream: stable ***
URL check
https://binaryfortressdownloads.com/Download/BFSFiles/101/DisplayFusionSetup-9.4.3.exe
nuspec version: 9.4.3
remote version: 9.4.3
No new version found
docker-kitematic - checking updates using AU version 2019.1.7.151020
URL check
https://github.com/docker/kitematic/releases/download/v0.17.6/Kitematic-0.17.6-Windows.zip
nuspec version: 0.17.6
remote version: 0.17.6
No new version found
dropbox - checking updates using au version 2019.1.7.151020
*** Stream: beta ***
URL check
https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2064.3.123%20Offline%20Installer.exe
nuspec version: 64.3.123-beta
remote version: 64.3.123-beta
No new version found
*** Stream: stable ***
URL check
https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2063.4.107%20Offline%20Installer.exe
nuspec version: 64.3.123
remote version: 63.4.107
No new version found
encfs4win - checking updates using AU version 2019.1.7.151020
*** Stream: 1.10 ***
URL check
https://github.com/jetwhiz/encfs4win/releases/download/v1.10.1-RC13/encfs-installer.exe
nuspec version: 1.10.1-RC13
remote version: 1.10.1-RC13
No new version found
etcd - checking updates using AU version 2019.1.7.151020
*** Stream: 3.1 ***
URL check
https://github.com/etcd-io/etcd/releases/download/v3.1.20/etcd-v3.1.20-windows-amd64.zip
nuspec version: 3.1.20
remote version: 3.1.20
No new version found
*** Stream: 3.2 ***
URL check
https://github.com/etcd-io/etcd/releases/download/v3.2.25/etcd-v3.2.25-windows-amd64.zip
nuspec version: 3.2.25
remote version: 3.2.25
No new version found
*** Stream: 3.3 ***
URL check
https://github.com/etcd-io/etcd/releases/download/v3.3.10/etcd-v3.3.10-windows-amd64.zip
nuspec version: 3.3.10
remote version: 3.3.10
No new version found
everything - checking updates using au version 2019.1.7.151020
URL check
https://www.voidtools.com/Everything-1.4.1.924.x64-Setup.exe
https://www.voidtools.com/Everything-1.4.1.924.x86-Setup.exe
nuspec version: 1.4.1924
remote version: 1.4.1924
No new version found
ffmpeg - checking updates using au version 2019.1.7.151020
URL check
https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-4.1-win64-static.zip
https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-4.1-win32-static.zip
nuspec version: 4.0.1
remote version: 4.1
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/ffmpeg/4.1
filezilla - checking updates using au version 2019.1.7.151020
URL check
https://dl3.cdn.filezilla-project.org/client/FileZilla_3.39.0_win32-setup.exe?h=8CLj1MdBiTI9LFklTGtD5A&x=1546877480
https://dl3.cdn.filezilla-project.org/client/FileZilla_3.39.0_win64-setup.exe?h=vlppnVgg8gdpsCOfP-J0lA&x=1546877480
nuspec version: 3.39.0
remote version: 3.39.0
No new version found
firefox - checking updates using au version 2019.1.7.151020
*** Stream: esr ***
URL check
nuspec version: 60.3.0
remote version: 60.4.0
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/FirefoxESR/60.4.0
*** Stream: latest ***
URL check
nuspec version: 63.0.3
remote version: 64.0
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/Firefox/64.0
flashplayeractivex - checking updates using au version 2019.1.7.151020
URL check
https://download.macromedia.com/pub/flashplayer/pdc/32.0.0.101/install_flash_player_32_active_x.msi
nuspec version: 32.0.0.101
remote version: 32.0.0.101
No new version found
flashplayerplugin - checking updates using au version 2019.1.7.151020
URL check
https://download.macromedia.com/get/flashplayer/pdc/32.0.0.101/install_flash_player_32_plugin.msi
nuspec version: 31.0.0.153
remote version: 32.0.0.101
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/flashplayerplugin/32.0.0.101
flashplayerppapi - checking updates using au version 2019.1.7.151020
URL check
https://download.macromedia.com/pub/flashplayer/pdc/32.0.0.101/install_flash_player_32_ppapi.msi
nuspec version: 31.0.0.153
remote version: 32.0.0.101
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/flashplayerppapi/32.0.0.101
flightgear - checking updates using au version 2019.1.7.151020
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.1.7.151020
URL check
https://github.com/FreeCAD/FreeCAD/releases/download/0.17/FreeCAD-0.17.13528.5c3f7bf-WIN-x86-installer.exe
https://github.com/FreeCAD/FreeCAD/releases/download/0.17/FreeCAD-0.17.13541.9948ee4-WIN-x64-installer.exe
nuspec version: 0.17.13541
remote version: 0.17.13541
No new version found
freeciv - checking updates using au version 2019.1.7.151020
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
free-virtual-keyboard - checking updates using AU version 2019.1.7.151020
URL check
http://freevirtualkeyboard.com/FreeVKSetup.exe
nuspec version: 4.1
remote version: 4.1
No new version found
ghostscript - checking updates using AU version 2019.1.7.151020
URL check
https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs926/gs926w32.exe
https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs926/gs926w64.exe
nuspec version: 9.25
remote version: 9.26
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/Ghostscript/9.26
ghostscript.app - checking updates using AU version 2019.1.7.151020
URL check
https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs926/gs926w32.exe
https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs926/gs926w64.exe
nuspec version: 9.25
remote version: 9.26
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/Ghostscript/9.26
gimp - checking updates using au version 2019.1.7.151020
URL check
https://download.gimp.org/mirror/pub/gimp/v2.10/windows/gimp-2.10.8-setup-2.exe
nuspec version: 2.10.8
remote version: 2.10.8
No new version found
git - checking updates using au version 2019.1.7.151020
URL check
https://github.com/git-for-windows/git/releases/download/v2.20.1.windows.1/Git-2.20.1-64-bit.exe
https://github.com/git-for-windows/git/releases/download/v2.20.1.windows.1/Git-2.20.1-32-bit.exe
nuspec version: 2.20.1
remote version: 2.20.1
No new version found
git.install - checking updates using au version 2019.1.7.151020
URL check
https://github.com/git-for-windows/git/releases/download/v2.20.1.windows.1/Git-2.20.1-64-bit.exe
https://github.com/git-for-windows/git/releases/download/v2.20.1.windows.1/Git-2.20.1-32-bit.exe
nuspec version: 2.20.1
remote version: 2.20.1
No new version found
git.portable - checking updates using au version 2019.1.7.151020
URL check
https://github.com/git-for-windows/git/releases/download/v2.20.1.windows.1/PortableGit-2.20.1-64-bit.7z.exe
https://github.com/git-for-windows/git/releases/download/v2.20.1.windows.1/PortableGit-2.20.1-32-bit.7z.exe
nuspec version: 2.20.1
remote version: 2.20.1
No new version found
gitextensions - checking updates using AU version 2019.1.7.151020
*** Stream: 2.51 ***
URL check
https://github.com/gitextensions/gitextensions/releases/download/v2.51.05/GitExtensions-2.51.05.msi
nuspec version: 2.51.5
remote version: 2.51.5
No new version found
*** Stream: 3.0 ***
URL check
https://github.com/gitextensions/gitextensions/releases/download/v3.00.00/GitExtensions-3.00.00.4433.msi
nuspec version: 3.0.0.20181207
remote version: 3.0.0
No new version found
git-lfs - checking updates using au version 2019.1.7.151020
URL check
https://github.com/git-lfs/git-lfs/releases/download/v2.6.1/git-lfs-windows-v2.6.1.exe
nuspec version: 2.6.1
remote version: 2.6.1
No new version found
git-lfs.install - checking updates using au version 2019.1.7.151020
URL check
https://github.com/git-lfs/git-lfs/releases/download/v2.6.1/git-lfs-windows-v2.6.1.exe
nuspec version: 2.6.1
remote version: 2.6.1
No new version found
gmer - checking updates using au version 2019.1.7.151020
URL check
http://www2.gmer.net/gmer.zip
nuspec version: 2.2.19882.20161107
remote version: 2.2.19882
No new version found
gobby - checking updates using AU version 2019.1.7.151020
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.1.7.151020
URL check
https://cdn.gomlab.com/gretech/player/GOMPLAYERGLOBALSETUP_NEW.EXE
nuspec version: 2.3.35.5296
remote version: 2.3.36.5297
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/gom-player/2.3.36.5297
googlechrome - checking updates using au version 2019.1.7.151020
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: 71.0.3578.80
remote version: 71.0.3578.98
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/GoogleChrome/71.0.3578.98
gpg4win - checking updates using au version 2019.1.7.151020
URL check
https://files.gpg4win.org/gpg4win-3.1.5.exe
nuspec version: 3.1.5
remote version: 3.1.5
No new version found
gpg4win-light - checking updates using au version 2019.1.7.151020
URL check
https://files.gpg4win.org/gpg4win-light-2.3.4.exe
nuspec version: 2.3.4.20170919
remote version: 2.3.4
No new version found
gpg4win-vanilla - checking updates using au version 2019.1.7.151020
URL check
https://files.gpg4win.org/gpg4win-vanilla-2.3.4.exe
nuspec version: 2.3.4.20170919
remote version: 2.3.4
No new version found
graphviz - checking updates using au version 2019.1.7.151020
URL check
https://graphviz.gitlab.io/_pages/Download/windows/graphviz-2.38.msi
nuspec version: 2.38.0.20171119
remote version: 2.38
No new version found
hedgewars - checking updates using AU version 2019.1.7.151020
URL check
https://www.hedgewars.org/download/releases/Hedgewars-0.9.25.exe
nuspec version: 0.9.24.1
remote version: 0.9.25
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/hedgewars/0.9.25
hostsman - checking updates using AU version 2019.1.7.151020
*** Stream: 4.0 ***
URL check
http://hostsman2.it-mate.co.uk/HostsMan_4.0.95.zip
nuspec version: 4.0.95
remote version: 4.0.95
No new version found
*** Stream: 4.6 ***
URL check
http://hostsman2.it-mate.co.uk/HostsMan_4.6.103.zip
nuspec version: 4.6.103
remote version: 4.6.103
No new version found
*** Stream: 4.7 ***
URL check
http://hostsman2.it-mate.co.uk/HostsMan_4.7.105.zip
nuspec version: 4.7.105.20180405
remote version: 4.7.105
No new version found
inkscape - checking updates using au version 2019.1.7.151020
URL check
https://inkscape.org/gallery/item/12193/inkscape-0.92.3-x86.msi
https://inkscape.org/gallery/item/12190/inkscape-0.92.3-x64.msi
nuspec version: 0.92.3.20180702
remote version: 0.92.3
No new version found
itunes - checking updates using AU version 2019.1.7.151020
URL check
https://www.apple.com/itunes/download/win32
https://www.apple.com/itunes/download/win64
nuspec version: 12.9.2.6
remote version: 12.9.2.6
No new version found
itunesfusion - checking updates using AU version 2019.1.7.151020
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.1.7.151020
*** 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
ignored
jubler - checking updates using au version 2019.1.7.151020
URL check
AU ignored on: System.Management.Automation.RuntimeException: Can't validate URL
Exception calling "GetResponse" with "0" argument(s): "The request was aborted: The connection was closed unexpectedly.":https://github.com/teras/Jubler/releases/download/6.0.2/Jubler-6.0.2.32.exe
juju - checking updates using au version 2019.1.7.151020
*** Stream: 2.4 ***
URL check
https://launchpad.net/juju/2.4/2.4.7/+download/juju-setup-2.4.7-signed.exe
nuspec version: 2.4.6
remote version: 2.4.7
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/juju/2.4.7
*** Stream: 2.5 ***
URL check
https://launchpad.net/juju/2.5/2.5-rc1/+download/juju-setup-2.5-rc1.exe
nuspec version: 2.5-rc1
remote version: 2.5-rc1
No new version found
julia - checking updates using au version 2019.1.7.151020
URL check
https://julialang-s3.julialang.org/bin/winnt/x86/1.0/julia-1.0.3-win32.exe
https://julialang-s3.julialang.org/bin/winnt/x64/1.0/julia-1.0.3-win64.exe
nuspec version: 1.0.3
remote version: 1.0.3
No new version found
keepass-classic - checking updates using AU version 2019.1.7.151020
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
keepassx - checking updates using AU version 2019.1.7.151020
URL check
https://www.keepassx.org/releases/2.0.3/KeePassX-2.0.3.zip
nuspec version: 2.0.3
remote version: 2.0.3
No new version found
keepassxc - checking updates using au version 2019.1.7.151020
URL check
https://github.com/keepassxreboot/keepassxc/releases/download/2.3.4/KeePassXC-2.3.4-Win32.msi
https://github.com/keepassxreboot/keepassxc/releases/download/2.3.4/KeePassXC-2.3.4-Win64.msi
nuspec version: 2.3.4
remote version: 2.3.4
No new version found
keeweb - checking updates using au version 2019.1.7.151020
URL check
https://github.com/keeweb/keeweb/releases/download/v1.7.1/KeeWeb-1.7.1.win.ia32.exe
https://github.com/keeweb/keeweb/releases/download/v1.7.1/KeeWeb-1.7.1.win.x64.exe
nuspec version: 1.7.1
remote version: 1.7.1
No new version found
ketarin - checking updates using AU version 2019.1.7.151020
URL check
https://ketarin.org/downloads/Ketarin/Ketarin-1.8.10.zip
nuspec version: 1.8.10
remote version: 1.8.10
No new version found
keyfinder - checking updates using AU version 2019.1.7.151020
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.1.7.151020
nuspec version: 0.70.0.6
remote version: 0.70.0.7
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/kitty/0.70.0.7
krita - checking updates using au version 2019.1.7.151020
URL check
https://download.kde.org/stable/krita/4.1.7/krita-x64-4.1.7-setup.exe
https://download.kde.org/stable/krita/4.1.7/krita-x86-4.1.7-setup.exe
nuspec version: 4.1.7
remote version: 4.1.7
No new version found
kubernetes-cli - checking updates using AU version 2019.1.7.151020
*** Stream: 1.1 ***
URL check
https://dl.k8s.io/v1.10.12/kubernetes-client-windows-amd64.tar.gz
https://dl.k8s.io/v1.10.12/kubernetes-client-windows-386.tar.gz
nuspec version: 1.13.1
remote version: 1.10.12
No new version found
kubernetes-kompose - checking updates using AU version 2019.1.7.151020
URL check
https://github.com/kubernetes/kompose/releases/download/v1.17.0/kompose-windows-amd64.exe
nuspec version: 1.17.0
remote version: 1.17.0
No new version found
librecad - checking updates using AU version 2019.1.7.151020
*** 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.1.7.151020
*** Stream: still ***
URL check
https://download.documentfoundation.org/libreoffice/stable/6.0.7/win/x86_64/LibreOffice_6.0.7_Win_x64.msi
https://download.documentfoundation.org/libreoffice/stable/6.0.7/win/x86/LibreOffice_6.0.7_Win_x86.msi
nuspec version: 6.0.7
remote version: 6.0.7
No new version found
*** Stream: fresh ***
URL check
https://download.documentfoundation.org/libreoffice/stable/6.1.4/win/x86_64/LibreOffice_6.1.4_Win_x64.msi
https://download.documentfoundation.org/libreoffice/stable/6.1.4/win/x86/LibreOffice_6.1.4_Win_x86.msi
nuspec version: 6.1.4
remote version: 6.1.4
No new version found
lightalloy - checking updates using au version 2019.1.7.151020
nuspec version: 4.10.2
remote version: 4.10.2
No new version found
lightscreen - checking updates using au version 2019.1.7.151020
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.1.7.151020
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.1.7.151020
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.1.7.151020
URL check
https://releases.mattermost.com/desktop/4.2.0/mattermost-setup-4.2.0-win32.exe
https://releases.mattermost.com/desktop/4.2.0/mattermost-setup-4.2.0-win64.exe
nuspec version: 4.1.2
remote version: 4.2.0
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/mattermost-desktop/4.2.0
maxthon.commandline - checking updates using AU version 2019.1.7.151020
URL check
http://dl.maxthon.com/mx5/maxthon_portable_5.2.6.1000.7z
nuspec version: 5.2.6.1000
remote version: 5.2.6.1000
No new version found
mendeley - checking updates using au version 2019.1.7.151020
URL check
https://desktop-download.mendeley.com/download/Mendeley-Desktop-1.19.3-win32.exe
nuspec version: 1.19.3
remote version: 1.19.3
No new version found
minikube - checking updates using AU version 2019.1.7.151020
URL check
https://storage.googleapis.com/minikube/releases/v0.32.0/minikube-windows-amd64.exe
nuspec version: 0.31.0
remote version: 0.32.0
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/minikube/0.32.0
minishift - checking updates using AU version 2019.1.7.151020
URL check
https://github.com/minishift/minishift/releases/download/v1.29.0/minishift-1.29.0-windows-amd64.zip
nuspec version: 1.29.0
remote version: 1.29.0
No new version found
mkdocs - checking updates using au version 2019.1.7.151020
URL check
nuspec version: 1.0.4
remote version: 1.0.4
No new version found
mkdocs-material - checking updates using au version 2019.1.7.151020
URL check
nuspec version: 3.2.0
remote version: 3.2.0
No new version found
mkvtoolnix - checking updates using au version 2019.1.7.151020
URL check
https://mkvtoolnix.download/windows/releases/30.1.0/mkvtoolnix-64-bit-30.1.0-setup.exe
https://mkvtoolnix.download/windows/releases/30.1.0/mkvtoolnix-32-bit-30.1.0-setup.exe
nuspec version: 30.1.0
remote version: 30.1.0
No new version found
mono - checking updates using AU version 2019.1.7.151020
URL check
https://download.mono-project.com/archive/5.18.0/windows-installer/mono-5.18.0.225-x64-0.msi
https://download.mono-project.com/archive/5.18.0/windows-installer/mono-5.18.0.225-gtksharp-2.12.45-win32-0.msi
nuspec version: 5.18.0.225
remote version: 5.18.0.225
No new version found
mp3tag - checking updates using au version 2019.1.7.151020
URL check
http://download.mp3tag.de/mp3tagv291setup.exe
nuspec version: 2.91
remote version: 2.91
No new version found
mpc-hc - checking updates using AU version 2019.1.7.151020
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
msys2 - checking updates using au version 2019.1.7.151020
URL check
http://repo.msys2.org/distrib/x86_64/msys2-base-x86_64-20181211.tar.xz
http://repo.msys2.org/distrib/i686/msys2-base-i686-20181211.tar.xz
nuspec version: 20180531.0.0
remote version: 20181211.0.0
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/msys2/20181211.0.0
mumble - checking updates using AU version 2019.1.7.151020
URL check
https://github.com/mumble-voip/mumble/releases/download/1.2.19/mumble-1.2.19.msi
nuspec version: 1.2.19.20180702
remote version: 1.2.19
No new version found
musescore - checking updates using AU version 2019.1.7.151020
URL check
https://download.musescore.com/releases/MuseScore-3.0.0/MuseScore-3.0.0.msi
nuspec version: 3.0.0
remote version: 3.0.0
No new version found
nmap - checking updates using au version 2019.1.7.151020
URL check
https://nmap.org/dist/nmap-7.70-setup.exe
nuspec version: 7.70
remote version: 7.70
No new version found
nodejs - checking updates using au version 2019.1.7.151020
*** Stream: 10 ***
URL check
https://nodejs.org/dist/v10.15.0/node-v10.15.0-x86.msi
https://nodejs.org/dist/v10.15.0/node-v10.15.0-x64.msi
nuspec version: 10.15.0
remote version: 10.15.0
No new version found
*** Stream: 11 ***
URL check
https://nodejs.org/dist/v11.6.0/node-v11.6.0-x86.msi
https://nodejs.org/dist/v11.6.0/node-v11.6.0-x64.msi
nuspec version: 11.6.0
remote version: 11.6.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: 6 ***
URL check
https://nodejs.org/download/release/latest-v6.x/node-v6.16.0-x86.msi
https://nodejs.org/download/release/latest-v6.x/node-v6.16.0-x64.msi
nuspec version: 6.16.0
remote version: 6.16.0
No new version found
*** Stream: 8 ***
URL check
https://nodejs.org/download/release/latest-v8.x/node-v8.15.0-x86.msi
https://nodejs.org/download/release/latest-v8.x/node-v8.15.0-x64.msi
nuspec version: 8.15.0
remote version: 8.15.0
No new version found
nodejs.install - checking updates using au version 2019.1.7.151020
*** Stream: 10 ***
URL check
https://nodejs.org/dist/v10.15.0/node-v10.15.0-x86.msi
https://nodejs.org/dist/v10.15.0/node-v10.15.0-x64.msi
nuspec version: 10.15.0
remote version: 10.15.0
No new version found
*** Stream: 11 ***
URL check
https://nodejs.org/dist/v11.6.0/node-v11.6.0-x86.msi
https://nodejs.org/dist/v11.6.0/node-v11.6.0-x64.msi
nuspec version: 11.6.0
remote version: 11.6.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: 6 ***
URL check
https://nodejs.org/download/release/latest-v6.x/node-v6.16.0-x86.msi
https://nodejs.org/download/release/latest-v6.x/node-v6.16.0-x64.msi
nuspec version: 6.16.0
remote version: 6.16.0
No new version found
*** Stream: 8 ***
URL check
https://nodejs.org/download/release/latest-v8.x/node-v8.15.0-x86.msi
https://nodejs.org/download/release/latest-v8.x/node-v8.15.0-x64.msi
nuspec version: 8.15.0
remote version: 8.15.0
No new version found
no-ip-duc - checking updates using AU version 2019.1.7.151020
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.1.7.151020
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.1.7.151020
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.1.7.151020
URL check
https://notepad-plus-plus.org/repository/7.x/7.6.2/npp.7.6.2.bin.x64.7z
https://notepad-plus-plus.org/repository/7.x/7.6.2/npp.7.6.2.Installer.exe
https://notepad-plus-plus.org/repository/7.x/7.6.2/npp.7.6.2.Installer.x64.exe
https://notepad-plus-plus.org/repository/7.x/7.6.2/npp.7.6.2.bin.7z
nuspec version: 7.6.2
remote version: 7.6.2
No new version found
notepadplusplus.commandline - checking updates using au version 2019.1.7.151020
URL check
https://notepad-plus-plus.org/repository/7.x/7.6.2/npp.7.6.2.bin.x64.7z
https://notepad-plus-plus.org/repository/7.x/7.6.2/npp.7.6.2.Installer.exe
https://notepad-plus-plus.org/repository/7.x/7.6.2/npp.7.6.2.Installer.x64.exe
https://notepad-plus-plus.org/repository/7.x/7.6.2/npp.7.6.2.bin.7z
nuspec version: 7.6.2
remote version: 7.6.2
No new version found
notepadplusplus.install - checking updates using au version 2019.1.7.151020
URL check
https://notepad-plus-plus.org/repository/7.x/7.6.2/npp.7.6.2.bin.x64.7z
https://notepad-plus-plus.org/repository/7.x/7.6.2/npp.7.6.2.Installer.exe
https://notepad-plus-plus.org/repository/7.x/7.6.2/npp.7.6.2.Installer.x64.exe
https://notepad-plus-plus.org/repository/7.x/7.6.2/npp.7.6.2.bin.7z
nuspec version: 7.6.1
remote version: 7.6.2
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/notepadplusplus.install/7.6.2
nssm - checking updates using au version 2019.1.7.151020
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.1.7.151020
URL check
https://dist.nuget.org/win-x86-commandline/v4.9.2/nuget.exe
nuspec version: 4.9.2
remote version: 4.9.2
No new version found
octave.portable - checking updates using AU version 2019.1.7.151020
URL check
https://ftp.gnu.org/gnu/octave/windows/octave-4.4.1-w32.zip
https://ftp.gnu.org/gnu/octave/windows/octave-4.4.1-w64.zip
nuspec version: 4.4.1
remote version: 4.4.1
No new version found
openshift-cli - checking updates using AU version 2019.1.7.151020
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.1.7.151020
URL check
https://slproweb.com/download/Win64OpenSSL_Light-1_1_1a.exe
https://slproweb.com/download/Win32OpenSSL_Light-1_1_1a.exe
nuspec version: 1.1.1.20181020
remote version: 1.1.1.000
No new version found
opera - checking updates using au version 2019.1.7.151020
URL check
https://get.geo.opera.com/pub/opera/desktop/57.0.3098.110/win/Opera_57.0.3098.110_Setup.exe
https://get.geo.opera.com/pub/opera/desktop/57.0.3098.110/win/Opera_57.0.3098.110_Setup_x64.exe
nuspec version: 57.0.3098.110
remote version: 57.0.3098.110
No new version found
optipng - checking updates using AU version 2019.1.7.151020
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.1.7.151020
*** Stream: stable ***
URL check
https://download.owncloud.com/desktop/stable/ownCloud-2.5.1.10973.10850.msi
nuspec version: 2.5.1.10973
remote version: 2.5.1.10973
No new version found
paint.net - checking updates using AU version 2019.1.7.151020
URL check
https://www.dotpdn.com/files/paint.net.4.1.5.install.zip
nuspec version: 4.1.5
remote version: 4.1.5
No new version found
palemoon - checking updates using au version 2019.1.7.151020
URL check
http://rm-eu.palemoon.org/release/palemoon-28.2.2.win64.installer.exe
http://rm-eu.palemoon.org/release/palemoon-28.2.2.win32.installer.exe
nuspec version: 28.2.2
remote version: 28.2.2
No new version found
partitionmasterfree - checking updates using au version 2019.1.7.151020
URL check
http://download.easeus.com/free/epm.exe
nuspec version: 13.0.0.20181204
remote version: 13.0
No new version found
patch-my-pc - checking updates using AU version 2019.1.7.151020
URL check
https://patchmypc.net/freeupdater/PatchMyPC.exe
nuspec version: 4.1.0.2
remote version: 4.1.0.2
No new version found
pdfcreator - checking updates using AU version 2019.1.7.151020
URL check
https://purple.download.pdfforge.org/pdfcreator/3.3.2/PDFCreator-3_3_2-Setup.exe
nuspec version: 3.3.2
remote version: 3.3.2
No new version found
peazip - checking updates using au version 2019.1.7.151020
URL check
https://github.com/giorgiotani/PeaZip/releases/download/6.6.1/peazip-6.6.1.WIN64.exe
https://github.com/giorgiotani/PeaZip/releases/download/6.6.1/peazip-6.6.1.WINDOWS.exe
nuspec version: 6.6.1
remote version: 6.6.1
No new version found
peazip.install - checking updates using au version 2019.1.7.151020
URL check
https://github.com/giorgiotani/PeaZip/releases/download/6.6.1/peazip-6.6.1.WIN64.exe
https://github.com/giorgiotani/PeaZip/releases/download/6.6.1/peazip-6.6.1.WINDOWS.exe
nuspec version: 6.6.1
remote version: 6.6.1
No new version found
pencil - checking updates using AU version 2019.1.7.151020
URL check
http://pencil.evolus.vn/dl/V3.0.4/Pencil-Setup-3.0.4.exe
nuspec version: 3.0.4
remote version: 3.0.4
No new version found
php - checking updates using au version 2019.1.7.151020
*** Stream: 5.6 ***
URL check
http://windows.php.net/downloads/releases/php-5.6.39-nts-Win32-VC11-x86.zip
http://windows.php.net/downloads/releases/php-5.6.39-nts-Win32-VC11-x64.zip
http://windows.php.net/downloads/releases/php-5.6.39-Win32-VC11-x86.zip
http://windows.php.net/downloads/releases/php-5.6.39-Win32-VC11-x64.zip
nuspec version: 5.6.39
remote version: 5.6.39
No new version found
*** Stream: 7.0 ***
URL check
http://windows.php.net/downloads/releases/php-7.0.33-nts-Win32-VC14-x86.zip
http://windows.php.net/downloads/releases/php-7.0.33-nts-Win32-VC14-x64.zip
http://windows.php.net/downloads/releases/php-7.0.33-Win32-VC14-x86.zip
http://windows.php.net/downloads/releases/php-7.0.33-Win32-VC14-x64.zip
nuspec version: 7.0.33
remote version: 7.0.33
No new version found
*** Stream: 7.1 ***
URL check
http://windows.php.net/downloads/releases/php-7.1.25-nts-Win32-VC14-x86.zip
http://windows.php.net/downloads/releases/php-7.1.25-nts-Win32-VC14-x64.zip
http://windows.php.net/downloads/releases/php-7.1.25-Win32-VC14-x86.zip
http://windows.php.net/downloads/releases/php-7.1.25-Win32-VC14-x64.zip
nuspec version: 7.1.25
remote version: 7.1.25
No new version found
*** Stream: 7.2 ***
URL check
http://windows.php.net/downloads/releases/php-7.2.13-nts-Win32-VC15-x86.zip
http://windows.php.net/downloads/releases/php-7.2.13-nts-Win32-VC15-x64.zip
http://windows.php.net/downloads/releases/php-7.2.13-Win32-VC15-x86.zip
http://windows.php.net/downloads/releases/php-7.2.13-Win32-VC15-x64.zip
nuspec version: 7.2.13
remote version: 7.2.13
No new version found
*** Stream: 7.3 ***
URL check
http://windows.php.net/downloads/releases/php-7.3.0-nts-Win32-VC15-x86.zip
http://windows.php.net/downloads/releases/php-7.3.0-nts-Win32-VC15-x64.zip
http://windows.php.net/downloads/releases/php-7.3.0-Win32-VC15-x86.zip
http://windows.php.net/downloads/releases/php-7.3.0-Win32-VC15-x64.zip
nuspec version: 7.3.0
remote version: 7.3.0
No new version found
picard - checking updates using AU version 2019.1.7.151020
URL check
https://musicbrainz.osuosl.org/pub/musicbrainz/picard/picard-setup-2.1.exe
nuspec version: 2.1
remote version: 2.1
No new version found
poweriso - checking updates using au version 2019.1.7.151020
URL check
http://www.poweriso.com/PowerISO6-x64.exe
http://www.poweriso.com/PowerISO6.exe
nuspec version: 7.3
remote version: 7.3
No new version found
prey - checking updates using AU version 2019.1.7.151020
*** Stream: 1.6 ***
URL check
https://github.com/prey/prey-node-client/releases/download/v1.6.9/prey-windows-1.6.9-x64.msi
https://github.com/prey/prey-node-client/releases/download/v1.6.9/prey-windows-1.6.9-x86.msi
nuspec version: 1.6.9
remote version: 1.6.9
No new version found
*** 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.2/prey-windows-1.8.2-x64.msi
https://github.com/prey/prey-node-client/releases/download/v1.8.2/prey-windows-1.8.2-x86.msi
nuspec version: 1.8.2
remote version: 1.8.2
No new version found
putty - checking updates using au version 2019.1.7.151020
URL check
https://the.earth.li/~sgtatham/putty/latest/w32/putty.zip
https://the.earth.li/~sgtatham/putty/latest/w32/putty-0.70-installer.msi
https://the.earth.li/~sgtatham/putty/latest/w64/putty.zip
https://the.earth.li/~sgtatham/putty/latest/w64/putty-64bit-0.70-installer.msi
nuspec version: 0.70.0.20171219
remote version: 0.70
No new version found
putty.install - checking updates using au version 2019.1.7.151020
URL check
https://the.earth.li/~sgtatham/putty/latest/w32/putty.zip
https://the.earth.li/~sgtatham/putty/latest/w32/putty-0.70-installer.msi
https://the.earth.li/~sgtatham/putty/latest/w64/putty.zip
https://the.earth.li/~sgtatham/putty/latest/w64/putty-64bit-0.70-installer.msi
nuspec version: 0.70.0.20171219
remote version: 0.70
No new version found
putty.portable - checking updates using au version 2019.1.7.151020
URL check
https://the.earth.li/~sgtatham/putty/latest/w32/putty.zip
https://the.earth.li/~sgtatham/putty/latest/w32/putty-0.70-installer.msi
https://the.earth.li/~sgtatham/putty/latest/w64/putty.zip
https://the.earth.li/~sgtatham/putty/latest/w64/putty-64bit-0.70-installer.msi
nuspec version: 0.70.0.20171219
remote version: 0.70
No new version found
pyhoca-gui - checking updates using AU version 2019.1.7.151020
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.1.7.151020
*** 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
https://www.python.org/ftp/python/3.3.4/python-3.3.4.msi
https://www.python.org/ftp/python/3.3.4/python-3.3.4.amd64.msi
nuspec version: 3.3.4
remote version: 3.3.4
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.2/python-3.7.2.exe
https://www.python.org/ftp/python/3.7.2/python-3.7.2-amd64.exe
nuspec version: 3.7.2
remote version: 3.7.2
No new version found
python2 - checking updates using au version 2019.1.7.151020
*** 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.15/python-2.7.15.msi
https://www.python.org/ftp/python/2.7.15/python-2.7.15.amd64.msi
nuspec version: 2.7.15
remote version: 2.7.15
No new version found
python3 - checking updates using au version 2019.1.7.151020
*** 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
https://www.python.org/ftp/python/3.3.4/python-3.3.4.msi
https://www.python.org/ftp/python/3.3.4/python-3.3.4.amd64.msi
nuspec version: 3.3.4
remote version: 3.3.4
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-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.2/python-3.7.2.exe
https://www.python.org/ftp/python/3.7.2/python-3.7.2-amd64.exe
nuspec version: 3.7.2-rc1
remote version: 3.7.2
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/python3/3.7.2
qtox - checking updates using au version 2019.1.7.151020
URL check
https://build.tox.chat/view/qtox/job/qTox_pkg_windows_x86_stable_release/lastSuccessfulBuild/artifact/setup-qtox32-.1.14.1.exe
https://build.tox.chat/view/qtox/job/qTox_pkg_windows_x86-64_stable_release/lastSuccessfulBuild/artifact/setup-qtox64-.1.14.1.exe
nuspec version: 1.14.1
remote version: 1.14.1
No new version found
quiterss - checking updates using au version 2019.1.7.151020
URL check
https://quiterss.org/files/0.18.12/QuiteRSS-0.18.12-Setup.exe
nuspec version: 0.18.12
remote version: 0.18.12
No new version found
rapidee - checking updates using au version 2019.1.7.151020
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.1.7.151020
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.1.7.151020
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.1.7.151020
URL check
https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.6.0-1/rubyinstaller-2.6.0-1-x64.exe
https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.6.0-1/rubyinstaller-2.6.0-1-x86.exe
nuspec version: 2.5.3.101
remote version: 2.6.0.1
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/ruby/2.6.0.1
rufus - checking updates using au version 2019.1.7.151020
URL check
https://github.com/pbatard/rufus/releases/download/v3.4/rufus-3.4.exe
nuspec version: 3.4
remote version: 3.4
No new version found
seafile-client - checking updates using au version 2019.1.7.151020
URL check
https://download.seadrive.org/seafile-6.2.9-en.msi
nuspec version: 6.2.9
remote version: 6.2.9
No new version found
sidesync - checking updates using au version 2019.1.7.151020
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.1.7.151020
URL check
https://github.com/henrypp/simplewall/releases/download/v.2.3.13/simplewall-2.3.13-bin.zip
https://github.com/henrypp/simplewall/releases/download/v.2.3.13/simplewall-2.3.13-setup.exe
nuspec version: 2.3.13
remote version: 2.3.13
No new version found
simplewall.install - checking updates using au version 2019.1.7.151020
URL check
https://github.com/henrypp/simplewall/releases/download/v.2.3.13/simplewall-2.3.13-bin.zip
https://github.com/henrypp/simplewall/releases/download/v.2.3.13/simplewall-2.3.13-setup.exe
nuspec version: 2.3.13
remote version: 2.3.13
No new version found
simplewall.portable - checking updates using au version 2019.1.7.151020
URL check
https://github.com/henrypp/simplewall/releases/download/v.2.3.13/simplewall-2.3.13-bin.zip
https://github.com/henrypp/simplewall/releases/download/v.2.3.13/simplewall-2.3.13-setup.exe
nuspec version: 2.3.13
remote version: 2.3.13
No new version found
skype - checking updates using au version 2019.1.7.151020
URL check
https://endpoint920510.azureedge.net/s4l/s4l/download/win/Skype-8.34.0.78.exe
nuspec version: 8.36.0.52
remote version: 8.34.0.78
No new version found
smartftp - checking updates using au version 2019.1.7.151020
URL check
https://www.smartftp.com/get/SmartFTP64.msi
https://www.smartftp.com/get/SmartFTP86.msi
nuspec version: 9.0.2623.0
remote version: 9.0.2623.0
No new version found
sonarlint-vs2015 - checking updates using au version 2019.1.7.151020
URL check
https://sonarsource.gallerycdn.vsassets.io/extensions/sonarsource/sonarlintforvisualstudio/4.7.0.3891/1540918554126/SonarLint.VSIX-4.7.0.3891-2015.vsix
nuspec version: 4.7.0.3891
remote version: 4.7.0.3891
No new version found
sourcetree - checking updates using au version 2019.1.7.151020
URL check
https://product-downloads.atlassian.com/software/sourcetree/windows/ga/SourcetreeEnterpriseSetup_3.0.8.msi
nuspec version: 3.0.8
remote version: 3.0.8
No new version found
sparkleshare - checking updates using au version 2019.1.7.151020
URL check
https://bitbucket.org/hbons/sparkleshare/downloads/sparkleshare-windows-1.5.msi
nuspec version: 1.5.0.20161115
remote version: 1.5
No new version found
speccy - checking updates using au version 2019.1.7.151020
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.1.7.151020
URL check
https://download.spotify.com/SpotifyFullSetup.exe
nuspec version: 1.0.95.289
remote version: 1.0.95.289
No new version found
sqlite - checking updates using au version 2019.1.7.151020
URL check
https://sqlite.org/2018/sqlite-tools-win32-x86-3260000.zip
https://sqlite.org/2018/sqlite-dll-win32-x86-3260000.zip
https://sqlite.org/2018/sqlite-dll-win64-x64-3260000.zip
nuspec version: 3.26.0
remote version: 3.26.0
No new version found
sysinternals - checking updates using au version 2019.1.7.151020
URL check
https://download.sysinternals.com/files/SysinternalsSuite-Nano.zip
https://download.sysinternals.com/files/SysinternalsSuite.zip
nuspec version: 2018.12.27
remote version: 2018.12.27
No new version found
testdisk-photorec - checking updates using AU version 2019.1.7.151020
URL check
https://www.cgsecurity.org/testdisk-7.0.win.zip
nuspec version: 7.0.0.20170429
remote version: 7.0
No new version found
texmaker - checking updates using AU version 2019.1.7.151020
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.1.7.151020
URL check
nuspec version: 60.4.0
remote version: 60.4.0
No new version found
tightvnc - checking updates using AU version 2019.1.7.151020
URL check
https://www.tightvnc.com/download/2.8.11/tightvnc-2.8.11-gpl-setup-64bit.msi
https://www.tightvnc.com/download/2.8.11/tightvnc-2.8.11-gpl-setup-32bit.msi
nuspec version: 2.8.11
remote version: 2.8.11
No new version found
tixati - checking updates using au version 2019.1.7.151020
URL check
https://download1.tixati.com/download/tixati-2.58-1.win32-install.exe
https://download1.tixati.com/download/tixati-2.58-1.win64-install.exe
nuspec version: 2.58
remote version: 2.58
No new version found
tixati.portable - checking updates using au version 2019.1.7.151020
URL check
https://download2.tixati.com/download/tixati-2.58-1.portable.zip
nuspec version: 2.58
remote version: 2.58
No new version found
tor-browser - checking updates using au version 2019.1.7.151020
URL check
https://www.torproject.org/dist/torbrowser/8.0.4/torbrowser-install-8.0.4_en-US.exe
https://www.torproject.org/dist/torbrowser/8.0.4/torbrowser-install-8.0.4_de.exe
https://www.torproject.org/dist/torbrowser/8.0.4/torbrowser-install-8.0.4_nb-NO.exe
https://www.torproject.org/dist/torbrowser/8.0.4/torbrowser-install-8.0.4_he.exe
https://www.torproject.org/dist/torbrowser/8.0.4/torbrowser-install-8.0.4_sv-SE.exe
https://www.torproject.org/dist/torbrowser/8.0.4/torbrowser-install-8.0.4_ru.exe
https://www.torproject.org/dist/torbrowser/8.0.4/torbrowser-install-8.0.4_fr.exe
https://www.torproject.org/dist/torbrowser/8.0.4/torbrowser-install-8.0.4_it.exe
https://www.torproject.org/dist/torbrowser/8.0.4/torbrowser-install-8.0.4_fa.exe
https://www.torproject.org/dist/torbrowser/8.0.4/torbrowser-install-8.0.4_tr.exe
https://www.torproject.org/dist/torbrowser/8.0.4/torbrowser-install-8.0.4_da.exe
https://www.torproject.org/dist/torbrowser/8.0.4/torbrowser-install-8.0.4_ja.exe
https://www.torproject.org/dist/torbrowser/8.0.4/torbrowser-install-8.0.4_ga-IE.exe
https://www.torproject.org/dist/torbrowser/8.0.4/torbrowser-install-8.0.4_is.exe
https://www.torproject.org/dist/torbrowser/8.0.4/torbrowser-install-8.0.4_pt-BR.exe
https://www.torproject.org/dist/torbrowser/8.0.4/torbrowser-install-8.0.4_nl.exe
https://www.torproject.org/dist/torbrowser/8.0.4/torbrowser-install-8.0.4_pl.exe
https://www.torproject.org/dist/torbrowser/8.0.4/torbrowser-install-8.0.4_ca.exe
https://www.torproject.org/dist/torbrowser/8.0.4/torbrowser-install-8.0.4_id.exe
https://www.torproject.org/dist/torbrowser/8.0.4/torbrowser-install-8.0.4_es-ES.exe
https://www.torproject.org/dist/torbrowser/8.0.4/torbrowser-install-8.0.4_zh-TW.exe
https://www.torproject.org/dist/torbrowser/8.0.4/torbrowser-install-8.0.4_zh-CN.exe
https://www.torproject.org/dist/torbrowser/8.0.4/torbrowser-install-8.0.4_ko.exe
https://www.torproject.org/dist/torbrowser/8.0.4/torbrowser-install-8.0.4_ar.exe
https://www.torproject.org/dist/torbrowser/8.0.4/torbrowser-install-8.0.4_vi.exe
nuspec version: 8.0.4
remote version: 8.0.4
No new version found
tortoisegit - checking updates using au version 2019.1.7.151020
URL check
https://download.tortoisegit.org/tgit/2.7.0.0/TortoiseGit-2.7.0.0-64bit.msi
https://download.tortoisegit.org/tgit/2.7.0.0/TortoiseGit-2.7.0.0-32bit.msi
nuspec version: 2.7.0.0
remote version: 2.7.0.0
No new version found
tortoisesvn - checking updates using au version 2019.1.7.151020
URL check
https://osdn.net/frs/redir.php?m=xtom_us&f=%2Fstorage%2Fg%2Ft%2Fto%2Ftortoisesvn%2F1.11.0%2FApplication%2FTortoiseSVN-1.11.0.28416-x64-svn-1.11.0.msi
https://osdn.net/frs/redir.php?m=xtom_us&f=%2Fstorage%2Fg%2Ft%2Fto%2Ftortoisesvn%2F1.11.0%2FApplication%2FTortoiseSVN-1.11.0.28416-win32-svn-1.11.0.msi
nuspec version: 1.11.0.28416
remote version: 1.11.0.28416
No new version found
totalcommander - checking updates using au version 2019.1.7.151020
URL check
http://totalcommander.ch/win/tcmd921ax32_64.exe
http://ghisler.fileburst.com/addons/installer.zip
nuspec version: 9.21.1
remote version: 9.21.1
No new version found
transifex-client - checking updates using AU version 2019.1.7.151020
URL check
https://github.com/transifex/transifex-client/releases/download/0.13.5/tx.py36.x64.exe
nuspec version: 0.13.5
remote version: 0.13.5
No new version found
tribler - checking updates using AU version 2019.1.7.151020
URL check
https://github.com/Tribler/tribler/releases/download/v7.1.3/Tribler_7.1.3_x86.exe
https://github.com/Tribler/tribler/releases/download/v7.1.3/Tribler_7.1.3_x64.exe
nuspec version: 7.1.3
remote version: 7.1.3
No new version found
typescript - checking updates using AU version 2019.1.7.151020
URL check
nuspec version: 3.2.2
remote version: 3.2.2
No new version found
umlet - checking updates using AU version 2019.1.7.151020
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, but update is forced
Overriding version to: 14.3.0
New version is available
Automatic checksum skipped
Running au_BeforeUpdate
Setting package description from README.md
Updating files
$Latest data:
Checksum32 (String) F4B064ED57AC0640DAA31F5D59649A95596FC9290E503734EC4974A9BBECDE49
ChecksumType32 (String) sha256
FileName32 (String) umlet-standalone-14.3.0.zip
FileType (String) zip
NuspecVersion (String) 14.3.0
PackageName (String) umlet
URL32 (String) https://www.umlet.com/download/umlet_14_3/umlet-standalone-14.3.0.zip
Version (String) 14.3.0
umlet.nuspec
setting id: umlet
version not changed as it already uses 'revision': 14.3.0
.\tools\chocolateyInstall.ps1
(?i)(^\s+\-File "[$]toolsDir\\).*?" = ${1}umlet-standalone-14.3.0.zip"
legal\VERIFICATION.txt
(?i)(checksum:\s+).* = ${1}F4B064ED57AC0640DAA31F5D59649A95596FC9290E503734EC4974A9BBECDE49
(?i)(url:.+)\<.*\> = ${1}<https://www.umlet.com/download/umlet_14_3/umlet-standalone-14.3.0.zip>
(?i)(checksum type:\s+).* = ${1}sha256
Attempting to build package from 'umlet.nuspec'.
Successfully created package 'C:\projects\chocolatey-coreteampackages\automatic\umlet\umlet.14.3.0.nupkg'
Package updated
Chocolatey v0.10.8
Attempting to push umlet.14.3.0.nupkg to https://push.chocolatey.org
umlet 14.3.0 was pushed successfully to https://push.chocolatey.org
unchecky - checking updates using au version 2019.1.7.151020
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.1.7.151020
URL check
https://www.pendrivelinux.com/downloads/Universal-USB-Installer/Universal-USB-Installer-1.9.8.6.exe
nuspec version: 1.9.8.600
remote version: 1.9.8.600
No new version found
vagrant - checking updates using au version 2019.1.7.151020
URL check
https://releases.hashicorp.com/vagrant/2.2.2/vagrant_2.2.2_x86_64.msi
https://releases.hashicorp.com/vagrant/2.2.2/vagrant_2.2.2_i686.msi
nuspec version: 2.2.2
remote version: 2.2.2
No new version found
vcredist140 - checking updates using AU version 2019.1.7.151020
URL check
https://aka.ms/vs/15/release/VC_redist.x86.exe
https://aka.ms/vs/15/release/VC_redist.x64.exe
nuspec version: 14.16.27012.6
remote version: 14.16.27012.6
No new version found
vcredist2017 - checking updates using AU version 2019.1.7.151020
URL check
nuspec version: 14.16.27012.6
remote version: 14.16.27012.6
No new version found
virtualbox - checking updates using au version 2019.1.7.151020
*** 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.22/Oracle_VM_VirtualBox_Extension_Pack-5.2.22.vbox-extpack
https://download.virtualbox.org/virtualbox/5.2.22/VirtualBox-5.2.22-126460-Win.exe
nuspec version: 5.2.22
remote version: 5.2.22
No new version found
*** Stream: 6.0 ***
URL check
https://download.virtualbox.org/virtualbox/6.0.0/Oracle_VM_VirtualBox_Extension_Pack-6.0.0.vbox-extpack
https://download.virtualbox.org/virtualbox/6.0.0/VirtualBox-6.0.0-127566-Win.exe
nuspec version: 6.0.0
remote version: 6.0.0
No new version found
vlc - checking updates using au version 2019.1.7.151020
URL check
http://get.videolan.org/vlc/3.0.5/win64/vlc-3.0.5-win64.exe
http://get.videolan.org/vlc/3.0.5/win32/vlc-3.0.5-win32.exe
nuspec version: 3.0.5
remote version: 3.0.5
No new version found
voicebot - checking updates using AU version 2019.1.7.151020
URL check
https://binaryfortressdownloads.com/Download/BFSFiles/123/VoiceBotSetup-3.4.exe
nuspec version: 3.4
remote version: 3.4
No new version found
vscode - checking updates using au version 2019.1.7.151020
URL check
https://az764295.vo.msecnd.net/stable/dea8705087adb1b5e5ae1d9123278e178656186a/VSCodeSetup-x64-1.30.1.exe
https://az764295.vo.msecnd.net/stable/dea8705087adb1b5e5ae1d9123278e178656186a/VSCodeSetup-ia32-1.30.1.exe
nuspec version: 1.30.1
remote version: 1.30.1
No new version found
waterfox - checking updates using au version 2019.1.7.151020
URL check
https://storage-waterfox.netdna-ssl.com/releases/win64/installer/Waterfox%2056.2.6%20Setup.exe
nuspec version: 56.2.6
remote version: 56.2.6
No new version found
webstorm - checking updates using AU version 2019.1.7.151020
URL check
https://download.jetbrains.com/webstorm/WebStorm-2018.3.2.exe
nuspec version: 2018.3.2
remote version: 2018.3.2
No new version found
wget - checking updates using au version 2019.1.7.151020
URL check
https://eternallybored.org/misc/wget/releases/wget-1.20-win64.zip
https://eternallybored.org/misc/wget/releases/wget-1.20-win32.zip
nuspec version: 1.20
remote version: 1.20
No new version found
win10mct - checking updates using au version 2019.1.7.151020
URL check
https://software-download.microsoft.com/download/pr/MediaCreationTool1809.exe
nuspec version: 10.0.17763.1
remote version: 10.0.17763.1
No new version found
wincdemu - checking updates using au version 2019.1.7.151020
URL check
http://sysprogs.com/files/WinCDEmu/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.1.7.151020
URL check
nuspec version: 10.0.17763.1
remote version: 10.0.17763.1
No new version found
winpcap - checking updates using au version 2019.1.7.151020
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.1.7.151020
nuspec version: 5.13.6
remote version: 5.13.6
No new version found
winscp.install - checking updates using au version 2019.1.7.151020
nuspec version: 5.13.6
remote version: 5.13.6
No new version found
winscp.portable - checking updates using au version 2019.1.7.151020
nuspec version: 5.13.6
remote version: 5.13.6
No new version found
wixtoolset - checking updates using AU version 2019.1.7.151020
URL check
https://github.com/wixtoolset/wix3/releases/download/wix3111rtm/wix311.exe
nuspec version: 3.11.1
remote version: 3.11.1
No new version found
wps-office-free - checking updates using au version 2019.1.7.151020
*** Stream: wps ***
URL check
http://wdl1.pcfg.cache.wpscdn.com/wpsdl/wpsoffice/download/10.2.0.7587/WPSOffice_10.2.0.7587_Free.exe
nuspec version: 10.2.0.758700
remote version: 10.2.0.758700
No new version found
x2go - checking updates using AU version 2019.1.7.151020
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.1.7.151020
URL check
nuspec version: 2.0.5
remote version: 2.0.5
No new version found
youtube-dl - checking updates using au version 2019.1.7.151020
URL check
https://github.com/rg3/youtube-dl/releases/download/2019.01.02/youtube-dl.exe
nuspec version: 2019.01.02
remote version: 2019.01.02
No new version found
yumi - checking updates using AU version 2019.1.7.151020
URL check
http://www.pendrivelinux.com/downloads/YUMI/YUMI-2.0.6.1a.exe
nuspec version: 2.0.6.1
remote version: 2.0.6.1
No new version found
yumi-uefi - checking updates using AU version 2019.1.7.151020
URL check
http://www.pendrivelinux.com/downloads/YUMI/YUMI-UEFI-0.0.1.2.exe
nuspec version: 0.0.1.2
remote version: 0.0.1.2
No new version found
zotero - checking updates using au version 2019.1.7.151020
URL check
https://download.zotero.org/client/release/5.0.59/Zotero-5.0.59_setup.exe
nuspec version: 5.0.59
remote version: 5.0.59
No new version found