UTC: 2017-12-19 12:08
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 18 ERRORS !!!
Finished 208 packages after 6 minutes.
3 updated, 3 pushed, 3 ignored
18 errors - 18 update, 0 push.
Icon | Name | Updated | Pushed | RemoteVersion | NuspecVersion |
---|---|---|---|---|---|
Opera | True 🔸 | True | 49.0.2725.64 | 49.0.2725.56 | |
python | True 🔸 🕄 | True | 3.7.0-a3 | 3.7.0-a3 | |
python3 | True 🔸 🕄 📥 | True | 3.7.0-a3 | 3.7.0-a3 |
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: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; margin: 0; padding: 0; }
a { color: #07a; }
#header { background: #eee; border-bottom: 1px solid #aaa; height: 50px; -moz-box-shadow: 0px 2px 4px 0px #cccccc; -webkit-box-shadow: 0px 2px 4px 0px #cccccc; -o-box-shadow: 0px 2px 4px 0px #cccccc; box-shadow: 0px 2px 4px 0px #cccccc; }
#header section { margin: 0 auto; width: 960px; padding: 5px 0; }
#content { margin: 0 auto; width: 960px; }
#content h1 { font-family: Ubuntu; font-size: 47px; font-weight: bold; margin: 40px 0 20px 0; }
#content p { margin-bottom: 60px; font-size: 16px; }
#content #error-message { float: left; margin-right: 20px; }
#content #twitter { float: left; position: relative; }
#content #twitter #twitter-bird { position: absolute; top: 40px; }
#content #twitter #message-bubble { position: relative; background: url("//a.fsdn.com/sorry/bubble.png") no-repeat; left: 60px; top: 18px; width: 333px; height: 150px; padding: 9px 28px; }
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");
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: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; margin: 0; padding: 0; }
a { color: #07a; }
#header { background: #eee; border-bottom: 1px solid #aaa; height: 50px; -moz-box-shadow: 0px 2px 4px 0px #cccccc; -webkit-box-shadow: 0px 2px 4px 0px #cccccc; -o-box-shadow: 0px 2px 4px 0px #cccccc; box-shadow: 0px 2px 4px 0px #cccccc; }
#header section { margin: 0 auto; width: 960px; padding: 5px 0; }
#content { margin: 0 auto; width: 960px; }
#content h1 { font-family: Ubuntu; font-size: 47px; font-weight: bold; margin: 40px 0 20px 0; }
#content p { margin-bottom: 60px; font-size: 16px; }
#content #error-message { float: left; margin-right: 20px; }
#content #twitter { float: left; position: relative; }
#content #twitter #twitter-bird { position: absolute; top: 40px; }
#content #twitter #message-bubble { position: relative; background: url("//a.fsdn.com/sorry/bubble.png") no-repeat; left: 60px; top: 18px; width: 333px; height: 150px; padding: 9px 28px; }
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");
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 underlying connection was closed: An unexpected error occurred on a receive.":http://downloads.sourceforge.net/sourceforge/gnucash/gnucash-2.6.19-1.setup.exe
au_GetLatest failed
Cannot index into a null array.
Can't validate URL
Exception calling "GetResponse" with "0" argument(s): "The remote server returned an error: (503) Server Unavailable.":https://sourceforge.net/projects/jubler/files/Jubler%20Binary%20Releases/5.1/Jubler-5.1_32.exe/download
Can't validate URL
Exception calling "GetResponse" with "0" argument(s): "The remote server returned an error: (504) Gateway Timeout.":https://sourceforge.net/projects/keepass/files/KeePass%201.x/1.34/KeePass-1.34-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: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; margin: 0; padding: 0; }
a { color: #07a; }
#header { background: #eee; border-bottom: 1px solid #aaa; height: 50px; -moz-box-shadow: 0px 2px 4px 0px #cccccc; -webkit-box-shadow: 0px 2px 4px 0px #cccccc; -o-box-shadow: 0px 2px 4px 0px #cccccc; box-shadow: 0px 2px 4px 0px #cccccc; }
#header section { margin: 0 auto; width: 960px; padding: 5px 0; }
#content { margin: 0 auto; width: 960px; }
#content h1 { font-family: Ubuntu; font-size: 47px; font-weight: bold; margin: 40px 0 20px 0; }
#content p { margin-bottom: 60px; font-size: 16px; }
#content #error-message { float: left; margin-right: 20px; }
#content #twitter { float: left; position: relative; }
#content #twitter #twitter-bird { position: absolute; top: 40px; }
#content #twitter #message-bubble { position: relative; background: url("//a.fsdn.com/sorry/bubble.png") no-repeat; left: 60px; top: 18px; width: 333px; height: 150px; padding: 9px 28px; }
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");
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 underlying connection was closed: An unexpected error occurred on a receive.":http://prdownloads.sourceforge.net/optipng/optipng-0.7.6-win32.zip?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: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; margin: 0; padding: 0; }
a { color: #07a; }
#header { background: #eee; border-bottom: 1px solid #aaa; height: 50px; -moz-box-shadow: 0px 2px 4px 0px #cccccc; -webkit-box-shadow: 0px 2px 4px 0px #cccccc; -o-box-shadow: 0px 2px 4px 0px #cccccc; box-shadow: 0px 2px 4px 0px #cccccc; }
#header section { margin: 0 auto; width: 960px; padding: 5px 0; }
#content { margin: 0 auto; width: 960px; }
#content h1 { font-family: Ubuntu; font-size: 47px; font-weight: bold; margin: 40px 0 20px 0; }
#content p { margin-bottom: 60px; font-size: 16px; }
#content #error-message { float: left; margin-right: 20px; }
#content #twitter { float: left; position: relative; }
#content #twitter #twitter-bird { position: absolute; top: 40px; }
#content #twitter #message-bubble { position: relative; background: url("//a.fsdn.com/sorry/bubble.png") no-repeat; left: 60px; top: 18px; width: 333px; height: 150px; padding: 9px 28px; }
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");
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/qbittorrent/files/qbittorrent-win32/qbittorrent-4.0.3/qbittorrent_4.0.3_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: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; margin: 0; padding: 0; }
a { color: #07a; }
#header { background: #eee; border-bottom: 1px solid #aaa; height: 50px; -moz-box-shadow: 0px 2px 4px 0px #cccccc; -webkit-box-shadow: 0px 2px 4px 0px #cccccc; -o-box-shadow: 0px 2px 4px 0px #cccccc; box-shadow: 0px 2px 4px 0px #cccccc; }
#header section { margin: 0 auto; width: 960px; padding: 5px 0; }
#content { margin: 0 auto; width: 960px; }
#content h1 { font-family: Ubuntu; font-size: 47px; font-weight: bold; margin: 40px 0 20px 0; }
#content p { margin-bottom: 60px; font-size: 16px; }
#content #error-message { float: left; margin-right: 20px; }
#content #twitter { float: left; position: relative; }
#content #twitter #twitter-bird { position: absolute; top: 40px; }
#content #twitter #message-bubble { position: relative; background: url("//a.fsdn.com/sorry/bubble.png") no-repeat; left: 60px; top: 18px; width: 333px; height: 150px; padding: 9px 28px; }
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");
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: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; margin: 0; padding: 0; }
a { color: #07a; }
#header { background: #eee; border-bottom: 1px solid #aaa; height: 50px; -moz-box-shadow: 0px 2px 4px 0px #cccccc; -webkit-box-shadow: 0px 2px 4px 0px #cccccc; -o-box-shadow: 0px 2px 4px 0px #cccccc; box-shadow: 0px 2px 4px 0px #cccccc; }
#header section { margin: 0 auto; width: 960px; padding: 5px 0; }
#content { margin: 0 auto; width: 960px; }
#content h1 { font-family: Ubuntu; font-size: 47px; font-weight: bold; margin: 40px 0 20px 0; }
#content p { margin-bottom: 60px; font-size: 16px; }
#content #error-message { float: left; margin-right: 20px; }
#content #twitter { float: left; position: relative; }
#content #twitter #twitter-bird { position: absolute; top: 40px; }
#content #twitter #message-bubble { position: relative; background: url("//a.fsdn.com/sorry/bubble.png") no-repeat; left: 60px; top: 18px; width: 333px; height: 150px; padding: 9px 28px; }
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");
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-5.6/SweetHome3D-5.6-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/tortoisesvn/files/1.9.7/Application/TortoiseSVN-1.9.7.27907-win32-svn-1.9.7.msi/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/tvbrowser_4_win32.exe/download
Can't validate URL
Exception calling "GetResponse" with "0" argument(s): "The underlying connection was closed: An unexpected error occurred on a receive.":https://downloads.sourceforge.net/ultradefrag/ultradefrag-7.0.2.bin.amd64.exe
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.12/wesnoth-1.12.6/wesnoth-1.12.6-win32.exe/download
Icon | Name | NuspecVersion | IgnoreMessage |
---|---|---|---|
cameyo | 3.1.1446 | Cameyo update disabled due to site change (See #848: https://goo.gl/DD92Bf) | |
clover | 3.3.5 | Update is disabled due to several virus results on virustotal | |
maxthon.commandline | 5.1.3.2000 | Exception calling "GetResponse" with "0" argument(s): "The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.":https://dl.maxthon.com/mx5/maxthon_portable_5.1.3.2000.7z |
360ts - checking updates using au version 2017.12.19.120853
URL check
https://free.360totalsecurity.com/totalsecurity/360TS_Setup_9.6.0.1097.exe
nuspec version: 9.6.0.1097
remote version: 9.6.0.1097
No new version found
7zip - checking updates using au version 2017.12.19.120853
URL check
http://www.7-zip.org/a/7z1604.exe
http://www.7-zip.org/a/7z1604-x64.exe
http://www.7-zip.org/a/7z1604-extra.7z
nuspec version: 16.4.0.20170506
remote version: 16.4
No new version found
7zip.install - checking updates using au version 2017.12.19.120853
URL check
http://www.7-zip.org/a/7z1604.exe
http://www.7-zip.org/a/7z1604-x64.exe
http://www.7-zip.org/a/7z1604-extra.7z
nuspec version: 16.4.0.20170506
remote version: 16.4
No new version found
7zip.portable - checking updates using au version 2017.12.19.120853
URL check
http://www.7-zip.org/a/7z1604.exe
http://www.7-zip.org/a/7z1604-x64.exe
http://www.7-zip.org/a/7z1604-extra.7z
nuspec version: 16.4
remote version: 16.4
No new version found
absolute-uninstaller - checking updates using au version 2017.12.19.120853
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 2017.12.19.120853
URL check
https://cdn.atomisystems.com/apdownloads/ActivePresenter_v6.1.4_setup.exe
nuspec version: 6.1.4
remote version: 6.1.4
No new version found
alldup - checking updates using au version 2017.12.19.120853
URL check
http://www.alldup.info/download/AllDupSetup.exe
nuspec version: 4.0.42
remote version: 4.0.42
No new version found
ant-renamer - checking updates using au version 2017.12.19.120853
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 2017.12.19.120853
URL check
https://www.apachehaus.com/downloads/httpd-2.4.29-o110g-x64-vc14.zip
https://www.apachehaus.com/downloads/httpd-2.4.29-o110g-x86-vc14.zip
nuspec version: 2.4.29
remote version: 2.4.29
No new version found
aptana-studio - checking updates using au version 2017.12.19.120853
URL check
https://github.com/aptana/studio3/releases/download/v3.6.1/Aptana_Studio_3_Setup_3.6.1.exe
nuspec version: 3.6.1.20161113
remote version: 3.6.1
No new version found
audacity - checking updates using au version 2017.12.19.120853
URL check
http://filehippo.com/download/file/e602da442fa241c713ee14b220898f9f89b9aedb4d8eba1e9f0d51ac23aeef59/
nuspec version: 2.2.1
remote version: 2.2.1
No new version found
autohotkey - checking updates using au version 2017.12.19.120853
URL check
https://github.com/Lexikos/AutoHotkey_L/releases/download/v1.1.26.01/AutoHotkey_1.1.26.01_setup.exe
nuspec version: 1.1.26.01
remote version: 1.1.26.01
No new version found
autohotkey.install - checking updates using au version 2017.12.19.120853
URL check
https://github.com/Lexikos/AutoHotkey_L/releases/download/v1.1.26.01/AutoHotkey_1.1.26.01_setup.exe
nuspec version: 1.1.26.01
remote version: 1.1.26.01
No new version found
autohotkey.portable - checking updates using au version 2017.12.19.120853
nuspec version: 1.1.26.01
remote version: 1.1.26.01
No new version found
autoit - checking updates using au version 2017.12.19.120853
nuspec version: 3.3.14.2
remote version: 3.3.14.2
No new version found
autoit.install - checking updates using au version 2017.12.19.120853
nuspec version: 3.3.14.2
remote version: 3.3.14.2
No new version found
autoit.portable - checking updates using au version 2017.12.19.120853
nuspec version: 3.3.14.2
remote version: 3.3.14.2
No new version found
avidemux - checking updates using au version 2017.12.19.120853
URL check
https://sourceforge.net/projects/avidemux/files/avidemux/2.7.0/avidemux_2.7.0_win32.exe/download
https://sourceforge.net/projects/avidemux/files/avidemux/2.7.0/avidemux_2.7.0_win64.exe/download
nuspec version: 2.7.0
remote version: 2.7.0
No new version found
bleachbit - checking updates using au version 2017.12.19.120853
URL check
https://download.bleachbit.org/beta/1.17/BleachBit-1.17-setup.exe
nuspec version: 1.17-beta
remote version: 1.17-beta
No new version found
bleachbit.install - checking updates using au version 2017.12.19.120853
URL check
https://download.bleachbit.org/beta/1.17/BleachBit-1.17-setup.exe
nuspec version: 0.0
remote version: 1.17-beta
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/bleachbit.install/1.17-beta
blender - checking updates using AU version 2017.12.19.120853
URL check
https://mirror.clarkson.edu/blender/release/Blender2.79/blender-2.79-windows64.msi
https://mirror.clarkson.edu/blender/release/Blender2.79/blender-2.79-windows32.msi
nuspec version: 2.79
remote version: 2.79
No new version found
bluefish - checking updates using au version 2017.12.19.120853
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 2017.12.19.120853
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 2017.12.19.120853
URL check
https://github.com/adobe/brackets/releases/download/release-1.11/Brackets.Release.1.11.msi
nuspec version: 1.11.0.20171021
remote version: 1.11
No new version found
bulk-crap-uninstaller - checking updates using au version 2017.12.19.120853
URL check
https://github.com/Klocman/Bulk-Crap-Uninstaller/releases/download/v3.23/BCUninstaller_3.23_setup.exe
nuspec version: 3.23
remote version: 3.23
No new version found
calibre - checking updates using au version 2017.12.19.120853
URL check
https://download.calibre-ebook.com/3.14.0/calibre-64bit-3.14.0.msi
https://download.calibre-ebook.com/3.14.0/calibre-3.14.0.msi
nuspec version: 3.14.0
remote version: 3.14.0
No new version found
ignored
Cameyo update disabled due to site change (See #848: https://goo.gl/DD92Bf)
ccleaner - checking updates using au version 2017.12.19.120853
URL check
https://download.piriform.com/ccsetup538.exe
nuspec version: 5.38.6357.20171217
remote version: 5.38.6357
No new version found
cdburnerxp - checking updates using au version 2017.12.19.120853
URL check
https://download.cdburnerxp.se/msi/cdbxp_setup_x64_4.5.8.6795.msi
https://download.cdburnerxp.se/msi/cdbxp_setup_4.5.8.6795.msi
nuspec version: 4.5.8.6795
remote version: 4.5.8.6795
No new version found
cdrtfe - checking updates using AU version 2017.12.19.120853
*** 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.7/cdrtfe-1.5.7.exe
nuspec version: 1.5.7
remote version: 1.5.7
No new version found
chromium - checking updates using au version 2017.12.19.120853
URL check
https://github.com/henrypp/chromium/releases/download/v63.0.3239.108-r508578-win32/chromium-sync.exe
https://github.com/henrypp/chromium/releases/download/v63.0.3239.108-r508578-win64/chromium-sync.exe
nuspec version: 63.0.3239.108
remote version: 63.0.3239.108
No new version found
classic-shell - checking updates using au version 2017.12.19.120853
URL check
http://classicshell.mediafire.com/file/d5llbbm8wu92jg8/ClassicShellSetup_4_3_1.exe
nuspec version: 4.3.1
remote version: 4.3.1
No new version found
clementine - checking updates using AU version 2017.12.19.120853
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 2017.12.19.120853
URL check
https://binaryfortressdownloads.com/Download/BFSFiles/104/ClipboardFusionSetup-5.2.1.exe
nuspec version: 5.2.1
remote version: 5.2.1
No new version found
clipgrab - checking updates using au version 2017.12.19.120853
URL check
https://download.clipgrab.org/clipgrab-3.6.6-cgde.exe
nuspec version: 3.6.6
remote version: 3.6.6
No new version found
ignored
Update is disabled due to several virus results on virustotal
cmake - checking updates using AU version 2017.12.19.120853
*** Stream: 3.10 ***
URL check
https://cmake.org/files/v3.10/cmake-3.10.1-win64-x64.zip
https://cmake.org/files/v3.10/cmake-3.10.1-win32-x86.msi
https://cmake.org/files/v3.10/cmake-3.10.1-win64-x64.msi
https://cmake.org/files/v3.10/cmake-3.10.1-win32-x86.zip
nuspec version: 0.0
remote version: 3.10.1
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/cmake/3.10.1
*** Stream: 3.9 ***
URL check
https://cmake.org/files/v3.9/cmake-3.9.6-win64-x64.zip
https://cmake.org/files/v3.9/cmake-3.9.6-win32-x86.msi
https://cmake.org/files/v3.9/cmake-3.9.6-win64-x64.msi
https://cmake.org/files/v3.9/cmake-3.9.6-win32-x86.zip
nuspec version: 3.9.6
remote version: 3.9.6
No new version found
cmake.install - checking updates using AU version 2017.12.19.120853
*** Stream: 3.10 ***
URL check
https://cmake.org/files/v3.10/cmake-3.10.1-win64-x64.zip
https://cmake.org/files/v3.10/cmake-3.10.1-win32-x86.msi
https://cmake.org/files/v3.10/cmake-3.10.1-win64-x64.msi
https://cmake.org/files/v3.10/cmake-3.10.1-win32-x86.zip
nuspec version: 0.0
remote version: 3.10.1
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/cmake.install/3.10.1
*** Stream: 3.9 ***
URL check
https://cmake.org/files/v3.9/cmake-3.9.6-win64-x64.zip
https://cmake.org/files/v3.9/cmake-3.9.6-win32-x86.msi
https://cmake.org/files/v3.9/cmake-3.9.6-win64-x64.msi
https://cmake.org/files/v3.9/cmake-3.9.6-win32-x86.zip
nuspec version: 3.9.6
remote version: 3.9.6
No new version found
cmake.portable - checking updates using AU version 2017.12.19.120853
*** Stream: 3.10 ***
URL check
https://cmake.org/files/v3.10/cmake-3.10.1-win64-x64.zip
https://cmake.org/files/v3.10/cmake-3.10.1-win32-x86.msi
https://cmake.org/files/v3.10/cmake-3.10.1-win64-x64.msi
https://cmake.org/files/v3.10/cmake-3.10.1-win32-x86.zip
nuspec version: 0.0
remote version: 3.10.1
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/cmake.portable/3.10.1
*** Stream: 3.9 ***
URL check
https://cmake.org/files/v3.9/cmake-3.9.6-win64-x64.zip
https://cmake.org/files/v3.9/cmake-3.9.6-win32-x86.msi
https://cmake.org/files/v3.9/cmake-3.9.6-win64-x64.msi
https://cmake.org/files/v3.9/cmake-3.9.6-win32-x86.zip
nuspec version: 3.9.6
remote version: 3.9.6
No new version found
codeblocks - checking updates using au version 2017.12.19.120853
nuspec version: 16.1.0.20161209
remote version: 16.01
No new version found
codelite - checking updates using AU version 2017.12.19.120853
URL check
https://github.com/eranif/codelite/releases/download/11.0/codelite-x86-11.0.0.7z
https://github.com/eranif/codelite/releases/download/11.0/codelite-amd64-11.0.1.7z
nuspec version: 11.0
remote version: 11.0
No new version found
curl - checking updates using au version 2017.12.19.120853
URL check
https://bintray.com/artifact/download/vszakats/generic/curl-7.57.0-win64-mingw.7z
https://bintray.com/artifact/download/vszakats/generic/curl-7.57.0-win32-mingw.7z
nuspec version: 7.57.0
remote version: 7.57.0
No new version found
cutepdf - checking updates using au version 2017.12.19.120853
nuspec version: 3.2
remote version: 3.2
No new version found
cygwin - checking updates using au version 2017.12.19.120853
URL check
https://cygwin.com/setup-x86.exe
https://cygwin.com/setup-x86_64.exe
nuspec version: 2.9.0
remote version: 2.9.0
No new version found
datagrip - checking updates using AU version 2017.12.19.120853
URL check
https://download.jetbrains.com/datagrip/datagrip-2017.3.2.exe
nuspec version: 2017.3.2
remote version: 2017.3.2
No new version found
defraggler - checking updates using au version 2017.12.19.120853
URL check
http://download.piriform.com/dfsetup221.exe
nuspec version: 2.21.993
remote version: 2.21.993
No new version found
diskdefragtouch - checking updates using au version 2017.12.19.120853
URL check
http://downloads.auslogics.com/en/disk-defrag-touch/disk-defrag-touch-setup.exe
nuspec version: 1.3.0.20161026
remote version: 1.3.0.0
No new version found
displayfusion - checking updates using AU version 2017.12.19.120853
URL check
https://binaryfortressdownloads.com/Download/BFSFiles/101/DisplayFusionSetup-9.1.exe
nuspec version: 9.1.0.20171122
remote version: 9.1
No new version found
djv - checking updates using AU version 2017.12.19.120853
URL check
https://sourceforge.net/projects/djv/files/djv-stable/1.1.0/djv-1.1.0-Windows-64.exe/download
nuspec version: 1.1.0.20170207
remote version: 1.1.0
No new version found
dropbox - checking updates using au version 2017.12.19.120853
URL check
https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2040.4.46%20Offline%20Installer.exe
nuspec version: 40.4.46
remote version: 40.4.46
No new version found
dropbox_beta - checking updates using au version 2017.12.19.120853
URL check
https://dl-web.dropbox.com/u/17/Dropbox%2041.3.76.exe
nuspec version: 41.3.76-beta
remote version: 41.3.76-beta
No new version found
encfs4win - checking updates using au version 2017.12.19.120853
URL check
https://github.com/jetwhiz/encfs4win/releases/download/v1.10.1-RC12/encfs-installer.exe
nuspec version: 1.10.1-RC12
remote version: 1.10.1-RC12
No new version found
everything - checking updates using au version 2017.12.19.120853
URL check
https://www.voidtools.com/Everything-1.4.1.877.x64-Setup.exe
https://www.voidtools.com/Everything-1.4.1.877.x86-Setup.exe
nuspec version: 1.4.1877.20170915
remote version: 1.4.1877
No new version found
ffmpeg - checking updates using au version 2017.12.19.120853
URL check
https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-3.4.1-win64-static.zip
https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-3.4.1-win32-static.zip
nuspec version: 3.4.1
remote version: 3.4.1
No new version found
firefox - checking updates using au version 2017.12.19.120853
URL check
nuspec version: 57.0.2
remote version: 57.0.2
No new version found
firefoxesr - checking updates using au version 2017.12.19.120853
URL check
nuspec version: 52.5.2
remote version: 52.5.2
No new version found
flashplayeractivex - checking updates using au version 2017.12.19.120853
URL check
https://download.macromedia.com/pub/flashplayer/pdc/28.0.0.126/install_flash_player_28_active_x.msi
nuspec version: 28.0.0.126
remote version: 28.0.0.126
No new version found
flashplayerplugin - checking updates using au version 2017.12.19.120853
URL check
https://download.macromedia.com/get/flashplayer/pdc/28.0.0.126/install_flash_player_28_plugin.msi
nuspec version: 27.0.0.187
remote version: 28.0.0.126
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/flashplayerplugin/28.0.0.126
flashplayerppapi - checking updates using au version 2017.12.19.120853
URL check
https://download.macromedia.com/pub/flashplayer/pdc/28.0.0.126/install_flash_player_28_ppapi.msi
nuspec version: 28.0.0.126
remote version: 28.0.0.126
No new version found
flightgear - checking updates using au version 2017.12.19.120853
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 2017.12.19.120853
URL check
https://github.com/FreeCAD/FreeCAD/releases/download/0.16/FreeCAD.0.16.6706.f86a4e4-WIN-x86-installer.exe
https://github.com/FreeCAD/FreeCAD/releases/download/0.16.6712/FreeCAD-0.16.6712_x64_setup.exe
nuspec version: 0.16.6712
remote version: 0.16.6712
No new version found
freeciv - checking updates using au version 2017.12.19.120853
URL check
http://files.freeciv.org/packages/windows/Freeciv-2.5.9-win32-gtk2-setup.exe
nuspec version: 2.5.9
remote version: 2.5.9
No new version found
freevideoeditor - checking updates using au version 2017.12.19.120853
URL check
http://downloads.videosoftdev.com/video_tools/video_editor.exe
nuspec version: 5.8.1
remote version: 5.8.1
No new version found
ghostscript - checking updates using AU version 2017.12.19.120853
URL check
https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs922/gs922w32.exe
https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs922/gs922w64.exe
nuspec version: 9.22
remote version: 9.22
No new version found
ghostscript.app - checking updates using AU version 2017.12.19.120853
URL check
https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs922/gs922w32.exe
https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs922/gs922w64.exe
nuspec version: 9.22
remote version: 9.22
No new version found
gimp - checking updates using au version 2017.12.19.120853
URL check
https://download.gimp.org/mirror/pub/gimp/v2.8/windows/gimp-2.8.22-setup.exe
nuspec version: 2.8.22.20171021
remote version: 2.8.22
No new version found
git - checking updates using au version 2017.12.19.120853
URL check
https://github.com/git-for-windows/git/releases/download/v2.15.1.windows.2/Git-2.15.1.2-64-bit.exe
https://github.com/git-for-windows/git/releases/download/v2.15.1.windows.2/Git-2.15.1.2-32-bit.exe
nuspec version: 2.15.1.2
remote version: 2.15.1.2
No new version found
git.install - checking updates using au version 2017.12.19.120853
URL check
https://github.com/git-for-windows/git/releases/download/v2.15.1.windows.2/Git-2.15.1.2-64-bit.exe
https://github.com/git-for-windows/git/releases/download/v2.15.1.windows.2/Git-2.15.1.2-32-bit.exe
nuspec version: 2.15.1.2
remote version: 2.15.1.2
No new version found
git.portable - checking updates using au version 2017.12.19.120853
URL check
https://github.com/git-for-windows/git/releases/download/v2.15.1.windows.2/PortableGit-2.15.1.2-64-bit.7z.exe
https://github.com/git-for-windows/git/releases/download/v2.15.1.windows.2/PortableGit-2.15.1.2-32-bit.7z.exe
nuspec version: 2.15.1.2
remote version: 2.15.1.2
No new version found
git-lfs - checking updates using au version 2017.12.19.120853
URL check
https://github.com/git-lfs/git-lfs/releases/download/v2.3.4/git-lfs-windows-2.3.4.exe
nuspec version: 2.3.4
remote version: 2.3.4
No new version found
git-lfs.install - checking updates using au version 2017.12.19.120853
URL check
https://github.com/git-lfs/git-lfs/releases/download/v2.3.4/git-lfs-windows-2.3.4.exe
nuspec version: 2.3.4
remote version: 2.3.4
No new version found
gmer - checking updates using au version 2017.12.19.120853
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 2017.12.19.120853
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 2017.12.19.120853
URL check
https://cdn.gomlab.com/gretech/player/GOMPLAYERGLOBALSETUP_NEW.EXE
nuspec version: 2.3.23.5280
remote version: 2.3.23.5280
No new version found
googlechrome - checking updates using au version 2017.12.19.120853
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: 63.0.3239.108
remote version: 63.0.3239.108
No new version found
gpg4win - checking updates using au version 2017.12.19.120853
URL check
https://files.gpg4win.org/gpg4win-3.0.2.exe
nuspec version: 3.0.1
remote version: 3.0.2
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/gpg4win/3.0.2
gpg4win-light - checking updates using au version 2017.12.19.120853
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 2017.12.19.120853
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 2017.12.19.120853
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 2017.12.19.120853
URL check
https://www.hedgewars.org/download/releases/hedgewars-win32.exe
nuspec version: 0.9.23
remote version: 0.9.23
No new version found
hostsman - checking updates using au version 2017.12.19.120853
URL check
http://hostsman2.it-mate.co.uk/HostsMan_4.7.105.zip
nuspec version: 4.7.105
remote version: 4.7.105
No new version found
inkscape - checking updates using au version 2017.12.19.120853
URL check
https://inkscape.org/en/gallery/item/11266/inkscape-0.92.2-x86.msi
https://inkscape.org/en/gallery/item/11263/inkscape-0.92.2-x64.msi
nuspec version: 0.92.2
remote version: 0.92.2
No new version found
itunesfusion - checking updates using AU version 2017.12.19.120853
URL check
https://binaryfortressdownloads.com/Download/BFSFiles/102/iTunesFusionSetup-3.1.exe
nuspec version: 3.1
remote version: 3.1
No new version found
jitsi - checking updates using au version 2017.12.19.120853
URL check
https://download.jitsi.org/jitsi/msi/jitsi-2.10.5550-x64.msi
https://download.jitsi.org/jitsi/msi/jitsi-2.10.5550-x86.msi
nuspec version: 2.10.5550
remote version: 2.10.5550
No new version found
juju - checking updates using au version 2017.12.19.120853
*** Stream: 2.2 ***
URL check
https://launchpad.net/juju/2.2/2.2.8/+download/juju-setup-2.2.8.exe
nuspec version: 2.2.8
remote version: 2.2.8
No new version found
*** Stream: 2.3 ***
URL check
https://launchpad.net/juju/2.3/2.3.1/+download/juju-setup-2.3.1-signed.exe
nuspec version: 2.3.1
remote version: 2.3.1
No new version found
keepassx - checking updates using AU version 2017.12.19.120853
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
ketarin - checking updates using AU version 2017.12.19.120853
URL check
https://ketarin.org/downloads/Ketarin/Ketarin-1.8.7.zip
nuspec version: 1.8.7.20171125
remote version: 1.8.7
No new version found
keyfinder - checking updates using AU version 2017.12.19.120853
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 2017.12.19.120853
nuspec version: 0.70.0.1
remote version: 0.70.0.1
No new version found
krita - checking updates using au version 2017.12.19.120853
URL check
https://download.kde.org/stable/krita/3.3.2/krita-3.3.2-x64-setup.exe
https://download.kde.org/stable/krita/3.3.2/krita-3.3.2-x86-setup.exe
nuspec version: 3.3.2
remote version: 3.3.2
No new version found
librecad - checking updates using au version 2017.12.19.120853
URL check
https://github.com/LibreCAD/LibreCAD/releases/download/2.1.3/LibreCAD-Installer-2.1.3.exe
nuspec version: 2.1.3
remote version: 2.1.3
No new version found
libreoffice - checking updates using au version 2017.12.19.120853
*** Stream: still ***
URL check
https://download.documentfoundation.org/libreoffice/stable/5.3.7/win/x86_64/LibreOffice_5.3.7_Win_x64.msi
https://download.documentfoundation.org/libreoffice/stable/5.3.7/win/x86/LibreOffice_5.3.7_Win_x86.msi
nuspec version: 5.3.7
remote version: 5.3.7
No new version found
*** Stream: fresh ***
URL check
https://download.documentfoundation.org/libreoffice/stable/5.4.3/win/x86_64/LibreOffice_5.4.3_Win_x64.msi
https://download.documentfoundation.org/libreoffice/stable/5.4.3/win/x86/LibreOffice_5.4.3_Win_x86.msi
nuspec version: 5.4.3
remote version: 5.4.3
No new version found
lightalloy - checking updates using au version 2017.12.19.120853
nuspec version: 4.10.2
remote version: 4.10.2
No new version found
lightworks - checking updates using au version 2017.12.19.120853
URL check
https://s3.amazonaws.com/lightworks/lightworks_v14.0.0_full_64bit_setup.exe
https://s3.amazonaws.com/lightworks/lightworks_v14.0.0_full_32bit_setup.exe
nuspec version: 14.0.0.20171007
remote version: 14.0.0
No new version found
logfusion - checking updates using AU version 2017.12.19.120853
URL check
https://binaryfortressdownloads.com/Download/BFSFiles/117/LogFusionSetup-6.1.1.exe
nuspec version: 6.1.1
remote version: 6.1.1
No new version found
ignored
maxthon.commandline - checking updates using AU version 2017.12.19.120853
Found redirected url 'http://dl.maxthon.com/mx5/maxthon_portable_5.1.3.2000.7z
URL check
AU ignored on: System.Management.Automation.RuntimeException: Can't validate URL
Exception calling "GetResponse" with "0" argument(s): "The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.":https://dl.maxthon.com/mx5/maxthon_portable_5.1.3.2000.7z
mendeley - checking updates using au version 2017.12.19.120853
URL check
https://desktop-download.mendeley.com/download/Mendeley-Desktop-1.17.12-win32.exe
nuspec version: 1.17.12
remote version: 1.17.12
No new version found
mixxx - checking updates using au version 2017.12.19.120853
URL check
http://downloads.mixxx.org/mixxx-2.0.0/mixxx-2.0.0-win64.exe
http://downloads.mixxx.org/mixxx-2.0.0/mixxx-2.0.0-win32.exe
nuspec version: 2.0.0.20161110
remote version: 2.0.0
No new version found
mkdocs - checking updates using au version 2017.12.19.120853
URL check
nuspec version: 0.17.2
remote version: 0.17.2
No new version found
mkdocs-material - checking updates using au version 2017.12.19.120853
URL check
nuspec version: 2.2.5
remote version: 2.2.5
No new version found
mkvtoolnix - checking updates using au version 2017.12.19.120853
URL check
https://mkvtoolnix.download/windows/releases/19.0.0/mkvtoolnix-64-bit-19.0.0-setup.exe
https://mkvtoolnix.download/windows/releases/19.0.0/mkvtoolnix-32-bit-19.0.0-setup.exe
nuspec version: 19.0.0
remote version: 19.0.0
No new version found
mp3tag - checking updates using au version 2017.12.19.120853
URL check
http://download.mp3tag.de/mp3tagv285setup.exe
nuspec version: 2.85
remote version: 2.85
No new version found
mpc-hc - checking updates using au version 2017.12.19.120853
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
remote version: 1.7.13
No new version found
msys2 - checking updates using au version 2017.12.19.120853
URL check
http://repo.msys2.org/distrib/x86_64/msys2-base-x86_64-20161025.tar.xz
http://repo.msys2.org/distrib/i686/msys2-base-i686-20161025.tar.xz
nuspec version: 20161025.0.0
remote version: 20161025.0.0
No new version found
mumble - checking updates using au version 2017.12.19.120853
URL check
https://github.com/mumble-voip/mumble/releases/download/1.2.19/mumble-1.2.19.msi
nuspec version: 1.2.19
remote version: 1.2.19
No new version found
musescore - checking updates using au version 2017.12.19.120853
URL check
http://ftp.osuosl.org/pub/musescore/releases/MuseScore-2.1/MuseScore-2.1.msi
nuspec version: 2.1
remote version: 2.1
No new version found
nircmd - checking updates using au version 2017.12.19.120853
URL check
http://www.nirsoft.net/utils/nircmd-x64.zip
http://www.nirsoft.net/utils/nircmd.zip
nuspec version: 2.81.0.20171108
remote version: 2.81
No new version found
nmap - checking updates using au version 2017.12.19.120853
URL check
https://nmap.org/dist/nmap-7.60-setup.exe
nuspec version: 7.60
remote version: 7.60
No new version found
nodejs - checking updates using au version 2017.12.19.120853
*** Stream: 4.8 ***
URL check
https://nodejs.org/download/release/latest-v4.x/node-v4.8.7-x86.msi
https://nodejs.org/download/release/latest-v4.x/node-v4.8.7-x64.msi
nuspec version: 4.8.7
remote version: 4.8.7
No new version found
*** Stream: 6.12 ***
URL check
https://nodejs.org/download/release/latest-v6.x/node-v6.12.2-x86.msi
https://nodejs.org/download/release/latest-v6.x/node-v6.12.2-x64.msi
nuspec version: 6.12.2
remote version: 6.12.2
No new version found
*** Stream: 8.9 ***
URL check
https://nodejs.org/dist/v8.9.3/node-v8.9.3-x86.msi
https://nodejs.org/dist/v8.9.3/node-v8.9.3-x64.msi
nuspec version: 8.9.3
remote version: 8.9.3
No new version found
*** Stream: 9.3 ***
URL check
https://nodejs.org/dist/v9.3.0/node-v9.3.0-x86.msi
https://nodejs.org/dist/v9.3.0/node-v9.3.0-x64.msi
nuspec version: 9.3.0
remote version: 9.3.0
No new version found
nodejs.install - checking updates using au version 2017.12.19.120853
*** Stream: 4.8 ***
URL check
https://nodejs.org/download/release/latest-v4.x/node-v4.8.7-x86.msi
https://nodejs.org/download/release/latest-v4.x/node-v4.8.7-x64.msi
nuspec version: 4.8.7
remote version: 4.8.7
No new version found
*** Stream: 6.12 ***
URL check
https://nodejs.org/download/release/latest-v6.x/node-v6.12.2-x86.msi
https://nodejs.org/download/release/latest-v6.x/node-v6.12.2-x64.msi
nuspec version: 6.12.2
remote version: 6.12.2
No new version found
*** Stream: 8.9 ***
URL check
https://nodejs.org/dist/v8.9.3/node-v8.9.3-x86.msi
https://nodejs.org/dist/v8.9.3/node-v8.9.3-x64.msi
nuspec version: 8.9.3
remote version: 8.9.3
No new version found
*** Stream: 9.3 ***
URL check
https://nodejs.org/dist/v9.3.0/node-v9.3.0-x86.msi
https://nodejs.org/dist/v9.3.0/node-v9.3.0-x64.msi
nuspec version: 9.3.0
remote version: 9.3.0
No new version found
no-ip-duc - checking updates using AU version 2017.12.19.120853
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 2017.12.19.120853
URL check
http://download.nomacs.org/nomacs-setup-x86.msi
http://download.nomacs.org/nomacs-setup-x64.msi
nuspec version: 3.8.0
remote version: 3.8.0
No new version found
nomacs.portable - checking updates using au version 2017.12.19.120853
URL check
http://download.nomacs.org/portable/nomacs-3.8.0.zip
nuspec version: 3.8.0
remote version: 3.8.0
No new version found
notepadplusplus - checking updates using au version 2017.12.19.120853
URL check
https://notepad-plus-plus.org/repository/7.x/7.5.3/npp.7.5.3.bin.x64.7z
https://notepad-plus-plus.org/repository/7.x/7.5.3/npp.7.5.3.Installer.exe
https://notepad-plus-plus.org/repository/7.x/7.5.3/npp.7.5.3.Installer.x64.exe
https://notepad-plus-plus.org/repository/7.x/7.5.3/npp.7.5.3.bin.7z
nuspec version: 7.5.3
remote version: 7.5.3
No new version found
notepadplusplus.commandline - checking updates using au version 2017.12.19.120853
URL check
https://notepad-plus-plus.org/repository/7.x/7.5.3/npp.7.5.3.bin.x64.7z
https://notepad-plus-plus.org/repository/7.x/7.5.3/npp.7.5.3.Installer.exe
https://notepad-plus-plus.org/repository/7.x/7.5.3/npp.7.5.3.Installer.x64.exe
https://notepad-plus-plus.org/repository/7.x/7.5.3/npp.7.5.3.bin.7z
nuspec version: 7.5.2
remote version: 7.5.3
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/notepadplusplus.commandline/7.5.3
notepadplusplus.install - checking updates using au version 2017.12.19.120853
URL check
https://notepad-plus-plus.org/repository/7.x/7.5.3/npp.7.5.3.bin.x64.7z
https://notepad-plus-plus.org/repository/7.x/7.5.3/npp.7.5.3.Installer.exe
https://notepad-plus-plus.org/repository/7.x/7.5.3/npp.7.5.3.Installer.x64.exe
https://notepad-plus-plus.org/repository/7.x/7.5.3/npp.7.5.3.bin.7z
nuspec version: 7.5.3
remote version: 7.5.3
No new version found
nssm - checking updates using au version 2017.12.19.120853
URL check
https://www.nssm.cc/ci/nssm-2.24-101-g897c7ad.zip
nuspec version: 2.24.101-g897c7ad
remote version: 2.24.101-g897c7ad
No new version found
nuget.commandline - checking updates using au version 2017.12.19.120853
URL check
https://api.nuget.org/packages/nuget.commandline.4.4.1.nupkg
nuspec version: 4.4.1
remote version: 4.4.1
No new version found
openssl.light - checking updates using AU version 2017.12.19.120853
URL check
https://slproweb.com/download/Win64OpenSSL_Light-1_1_0g.exe
https://slproweb.com/download/Win32OpenSSL_Light-1_1_0g.exe
nuspec version: 1.1.0.60000000
remote version: 1.1.0.60000000
No new version found
opera - checking updates using au version 2017.12.19.120853
URL check
https://get.geo.opera.com/pub/opera/desktop/49.0.2725.64/win/Opera_49.0.2725.64_Setup.exe
https://get.geo.opera.com/pub/opera/desktop/49.0.2725.64/win/Opera_49.0.2725.64_Setup_x64.exe
nuspec version: 49.0.2725.56
remote version: 49.0.2725.64
New version is available
Automatic checksum skipped
Running au_BeforeUpdate
Setting package description from README.md
Updating files
$Latest data:
Checksum32 (String) 92b40168229f4c3ee4249e5ef9edad8bf2efa4bcc3ee6b4e6c803b0d412fedd5
Checksum64 (String) 1dd2abab679b5de2b0ca084219880c17d24e4a170d7680ab50d57ad808ac226a
FileType (String) exe
NuspecVersion (String) 49.0.2725.56
PackageName (String) Opera
ReleaseNotes (String) https://blogs.opera.com/desktop/changelog-for-49/#b2725.64
URL32 (String) https://get.geo.opera.com/pub/opera/desktop/49.0.2725.64/win/Opera_49.0.2725.64_Setup.exe
URL64 (String) https://get.geo.opera.com/pub/opera/desktop/49.0.2725.64/win/Opera_49.0.2725.64_Setup_x64.exe
Version (Version) 49.0.2725.64
opera.nuspec
setting id: Opera
updating version: 49.0.2725.56 -> 49.0.2725.64
.\opera.nuspec
(?i)(^\s*\<releaseNotes\>).*(\<\/releaseNotes\>) = ${1}https://blogs.opera.com/desktop/changelog-for-49/#b2725.64${2}
.\tools\chocolateyInstall.ps1
(^\s*url64\s*=\s*)('.*') = $1'https://get.geo.opera.com/pub/opera/desktop/49.0.2725.64/win/Opera_49.0.2725.64_Setup_x64.exe'
(^\s*checksum64\s*=\s*)('.*') = $1'1dd2abab679b5de2b0ca084219880c17d24e4a170d7680ab50d57ad808ac226a'
(^[$]version\s*=\s*)('.*') = $1'49.0.2725.64'
(^\s*url\s*=\s*)('.*') = $1'https://get.geo.opera.com/pub/opera/desktop/49.0.2725.64/win/Opera_49.0.2725.64_Setup.exe'
(^\s*checksum\s*=\s*)('.*') = $1'92b40168229f4c3ee4249e5ef9edad8bf2efa4bcc3ee6b4e6c803b0d412fedd5'
Attempting to build package from 'opera.nuspec'.
Successfully created package 'C:\projects\chocolatey-coreteampackages\automatic\opera\Opera.49.0.2725.64.nupkg'
Package updated
Chocolatey v0.10.8
Attempting to push Opera.49.0.2725.64.nupkg to https://push.chocolatey.org
Opera 49.0.2725.64 was pushed successfully to https://push.chocolatey.org
owncloud-client - checking updates using au version 2017.12.19.120853
URL check
https://download.owncloud.com/desktop/stable/ownCloud-2.3.4.8624-setup.exe
nuspec version: 2.3.4.8624
remote version: 2.3.4.8624
No new version found
paint.net - checking updates using AU version 2017.12.19.120853
URL check
https://www.dotpdn.com/files/paint.net.4.0.19.install.zip
nuspec version: 4.0.19
remote version: 4.0.19
No new version found
palemoon - checking updates using au version 2017.12.19.120853
URL check
http://rm-eu.palemoon.org/release/palemoon-27.6.2.win32.installer.exe
http://rm-eu.palemoon.org/release/palemoon-27.6.2.win64.installer.exe
nuspec version: 27.6.2
remote version: 27.6.2
No new version found
partitionmasterfree - checking updates using au version 2017.12.19.120853
URL check
http://download.easeus.com/free/epm.exe
nuspec version: 12.8
remote version: 12.8
No new version found
patch-my-pc - checking updates using AU version 2017.12.19.120853
URL check
https://patchmypc.net/freeupdater/PatchMyPC.exe
nuspec version: 3.3.0.1
remote version: 3.3.0.1
No new version found
pdfcreator - checking updates using au version 2017.12.19.120853
URL check
http://download.pdfforge.org/download/pdfcreator/3.0.2/PDFCreator-3_0_2-Setup.exe?file=PDFCreator-3_0_2-Setup.exe&download
nuspec version: 3.0.1
remote version: 3.0.2
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/PDFCreator/3.0.2
peazip - checking updates using au version 2017.12.19.120853
URL check
https://github.com/giorgiotani/PeaZip/releases/download/6.5.0/peazip-6.5.0.WIN64.exe
https://github.com/giorgiotani/PeaZip/releases/download/6.5.0/peazip-6.5.0.WINDOWS.exe
nuspec version: 6.5.0
remote version: 6.5.0
No new version found
peazip.install - checking updates using au version 2017.12.19.120853
URL check
https://github.com/giorgiotani/PeaZip/releases/download/6.5.0/peazip-6.5.0.WIN64.exe
https://github.com/giorgiotani/PeaZip/releases/download/6.5.0/peazip-6.5.0.WINDOWS.exe
nuspec version: 6.5.0
remote version: 6.5.0
No new version found
php - checking updates using au version 2017.12.19.120853
*** Stream: 5.6 ***
URL check
http://windows.php.net/downloads/releases/php-5.6.32-nts-Win32-VC11-x86.zip
http://windows.php.net/downloads/releases/php-5.6.32-nts-Win32-VC11-x64.zip
http://windows.php.net/downloads/releases/php-5.6.32-Win32-VC11-x86.zip
http://windows.php.net/downloads/releases/php-5.6.32-Win32-VC11-x64.zip
nuspec version: 5.6.32
remote version: 5.6.32
No new version found
*** Stream: 7.0 ***
URL check
http://windows.php.net/downloads/releases/php-7.0.26-nts-Win32-VC14-x86.zip
http://windows.php.net/downloads/releases/php-7.0.26-nts-Win32-VC14-x64.zip
http://windows.php.net/downloads/releases/php-7.0.26-Win32-VC14-x86.zip
http://windows.php.net/downloads/releases/php-7.0.26-Win32-VC14-x64.zip
nuspec version: 7.0.26
remote version: 7.0.26
No new version found
*** Stream: 7.1 ***
URL check
http://windows.php.net/downloads/releases/php-7.1.12-nts-Win32-VC14-x86.zip
http://windows.php.net/downloads/releases/php-7.1.12-nts-Win32-VC14-x64.zip
http://windows.php.net/downloads/releases/php-7.1.12-Win32-VC14-x86.zip
http://windows.php.net/downloads/releases/php-7.1.12-Win32-VC14-x64.zip
nuspec version: 7.1.12
remote version: 7.1.12
No new version found
*** Stream: 7.2 ***
URL check
http://windows.php.net/downloads/releases/php-7.2.0-nts-Win32-VC15-x86.zip
http://windows.php.net/downloads/releases/php-7.2.0-nts-Win32-VC15-x64.zip
http://windows.php.net/downloads/releases/php-7.2.0-Win32-VC15-x86.zip
http://windows.php.net/downloads/releases/php-7.2.0-Win32-VC15-x64.zip
nuspec version: 7.2.0
remote version: 7.2.0
No new version found
picard - checking updates using AU version 2017.12.19.120853
URL check
ftp://ftp.musicbrainz.org/pub/musicbrainz/picard/picard-setup-1.4.2.exe
nuspec version: 1.4.2
remote version: 1.4.2
No new version found
poweriso - checking updates using au version 2017.12.19.120853
URL check
http://www.poweriso.com/PowerISO6-x64.exe
http://www.poweriso.com/PowerISO6.exe
nuspec version: 7.0
remote version: 7.0
No new version found
prey - checking updates using au version 2017.12.19.120853
URL check
https://github.com/prey/prey-node-client/releases/download/v1.7.2/prey-windows-1.7.2-x64.msi
https://github.com/prey/prey-node-client/releases/download/v1.7.2/prey-windows-1.7.2-x86.msi
nuspec version: 1.7.2
remote version: 1.7.2
No new version found
putty - checking updates using au version 2017.12.19.120853
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
remote version: 0.70
No new version found
putty.install - checking updates using au version 2017.12.19.120853
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
remote version: 0.70
No new version found
putty.portable - checking updates using au version 2017.12.19.120853
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
remote version: 0.70
No new version found
pyhoca-gui - checking updates using AU version 2017.12.19.120853
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.4000
No new version found
python - checking updates using au version 2017.12.19.120853
*** 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.amd64.msi
https://www.python.org/ftp/python/3.4.4/python-3.4.4.amd64.msi
nuspec version: 3.4.4
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-amd64.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.4/python-3.6.4-amd64.exe
https://www.python.org/ftp/python/3.6.4/python-3.6.4-amd64.exe
nuspec version: 3.6.4-rc1
remote version: 3.6.4
New version is available
Automatic checksum skipped
Running au_BeforeUpdate
Setting package description from README.md
Updating files
$Latest data:
Checksum32 (String) DE02D46FE9A6269A7C0792D8BE155B0D1FA20A68623A0FAD33AB02F92EF58D49
Checksum64 (String) DE02D46FE9A6269A7C0792D8BE155B0D1FA20A68623A0FAD33AB02F92EF58D49
ChecksumType32 (String) sha256
FileName32 (String) python-3.6.4-amd64_x32.exe
FileName64 (String) python-3.6.4-amd64_x64.exe
FileType (String) exe
NuspecVersion (String) 3.6.4-rc1
PackageName (String) python
Stream (String) 3.6
Streams (Hashtable) System.Collections.Hashtable
URL32 (String) https://www.python.org/ftp/python/3.6.4/python-3.6.4-amd64.exe
URL64 (String) https://www.python.org/ftp/python/3.6.4/python-3.6.4-amd64.exe
Version (AUVersion) 3.6.4
python.nuspec
setting id: python
updating version: 3.6.4-rc1 -> 3.6.4
python.nuspec
(\<dependency .+? version=)"([^"]+)" = $1"[3.6.4]"
Attempting to build package from 'python.nuspec'.
Successfully created package 'C:\projects\chocolatey-coreteampackages\automatic\python\python.3.6.4.nupkg'
*** Stream: 3.7 ***
URL check
https://www.python.org/ftp/python/3.7.0/python-3.7.0a3-amd64.exe
https://www.python.org/ftp/python/3.7.0/python-3.7.0a3-amd64.exe
nuspec version: 3.7.0-a3
remote version: 3.7.0-a3
No new version found
Package updated
Chocolatey v0.10.8
Attempting to push python.3.6.4.nupkg to https://push.chocolatey.org
python 3.6.4 was pushed successfully to https://push.chocolatey.org
python2 - checking updates using au version 2017.12.19.120853
*** 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.14/python-2.7.14.msi
https://www.python.org/ftp/python/2.7.14/python-2.7.14.amd64.msi
nuspec version: 2.7.14
remote version: 2.7.14
No new version found
python3 - checking updates using au version 2017.12.19.120853
*** 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.amd64.msi
https://www.python.org/ftp/python/3.4.4/python-3.4.4.amd64.msi
nuspec version: 3.4.4
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-amd64.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.4/python-3.6.4-amd64.exe
https://www.python.org/ftp/python/3.6.4/python-3.6.4-amd64.exe
nuspec version: 3.6.4-rc1
remote version: 3.6.4
New version is available
Automatic checksum skipped
Running au_BeforeUpdate
Setting package description from README.md
Updating files
$Latest data:
Checksum32 (String) DE02D46FE9A6269A7C0792D8BE155B0D1FA20A68623A0FAD33AB02F92EF58D49
Checksum64 (String) DE02D46FE9A6269A7C0792D8BE155B0D1FA20A68623A0FAD33AB02F92EF58D49
ChecksumType32 (String) sha256
FileName32 (String) python-3.6.4-amd64_x32.exe
FileName64 (String) python-3.6.4-amd64_x64.exe
FileType (String) exe
NuspecVersion (String) 3.6.4-rc1
PackageName (String) python3
Stream (String) 3.6
Streams (Hashtable) System.Collections.Hashtable
URL32 (String) https://www.python.org/ftp/python/3.6.4/python-3.6.4-amd64.exe
URL64 (String) https://www.python.org/ftp/python/3.6.4/python-3.6.4-amd64.exe
Version (AUVersion) 3.6.4
python3.nuspec
setting id: python3
updating version: 3.6.4-rc1 -> 3.6.4
.\legal\VERIFICATION.txt
(?i)(\s+x32:).* = ${1} https://www.python.org/ftp/python/3.6.4/python-3.6.4-amd64.exe
(?i)(checksum64:).* = ${1} DE02D46FE9A6269A7C0792D8BE155B0D1FA20A68623A0FAD33AB02F92EF58D49
(?i)(checksum32:).* = ${1} DE02D46FE9A6269A7C0792D8BE155B0D1FA20A68623A0FAD33AB02F92EF58D49
(?i)(\s+x64:).* = ${1} https://www.python.org/ftp/python/3.6.4/python-3.6.4-amd64.exe
.\tools\chocolateyInstall.ps1
(?i)(^\s*fileType\s*=\s*)('.*') = $1'exe'
(?i)(^\s*packageName\s*=\s*)('.*') = $1'python3'
Attempting to build package from 'python3.nuspec'.
Successfully created package 'C:\projects\chocolatey-coreteampackages\automatic\python3\python3.3.6.4.nupkg'
*** Stream: 3.7 ***
URL check
https://www.python.org/ftp/python/3.7.0/python-3.7.0a3-amd64.exe
https://www.python.org/ftp/python/3.7.0/python-3.7.0a3-amd64.exe
nuspec version: 3.7.0-a3
remote version: 3.7.0-a3
No new version found
Package updated
Chocolatey v0.10.8
Attempting to push python3.3.6.4.nupkg to https://push.chocolatey.org
python3 3.6.4 was pushed successfully to https://push.chocolatey.org
qtox - checking updates using au version 2017.12.19.120853
URL check
https://qtox-win.pkg.tox.chat/qtox/win32/download
https://qtox-win.pkg.tox.chat/qtox/win64/download
nuspec version: 1.13.0
remote version: 1.13.0
No new version found
quiterss - checking updates using au version 2017.12.19.120853
URL check
https://quiterss.org/files/0.18.9/QuiteRSS-0.18.9-Setup.exe
nuspec version: 0.0
remote version: 0.18.9
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/quiterss/0.18.9
rapidee - checking updates using au version 2017.12.19.120853
URL check
https://www.rapidee.com/download/RapidEEx64.zip
https://www.rapidee.com/download/RapidEE.zip
nuspec version: 9.1.936.20170923
remote version: 9.1.936
No new version found
renamemaster - checking updates using AU version 2017.12.19.120853
URL check
http://files.snapfiles.com/directdl/rmv313.zip
nuspec version: 3.12
remote version: 3.13
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/renamemaster/3.13
reshack - checking updates using au version 2017.12.19.120853
URL check
http://www.angusj.com/resourcehacker/reshacker_setup.exe
nuspec version: 4.5.30.20170526
remote version: 4.5.30
No new version found
ruby - checking updates using au version 2017.12.19.120853
URL check
https://github.com/oneclick/rubyinstaller2/releases/download/rubyinstaller-2.4.2-2/rubyinstaller-2.4.2-2-x64.exe
https://github.com/oneclick/rubyinstaller2/releases/download/rubyinstaller-2.4.2-2/rubyinstaller-2.4.2-2-x86.exe
nuspec version: 2.4.2.2
remote version: 2.4.2.2
No new version found
rufus - checking updates using au version 2017.12.19.120853
URL check
http://rufus.akeo.ie/downloads/rufus-2.18.exe
nuspec version: 2.18
remote version: 2.18
No new version found
seafile-client - checking updates using au version 2017.12.19.120853
URL check
https://download.seadrive.org/seafile-6.1.3-en.msi
nuspec version: 6.1.3
remote version: 6.1.3
No new version found
sidesync - checking updates using au version 2017.12.19.120853
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
smartftp - checking updates using au version 2017.12.19.120853
URL check
https://www.smartftp.com/get/SmartFTP64.msi
https://www.smartftp.com/get/SmartFTP86.msi
nuspec version: 9.0.2522.0
remote version: 9.0.2522.0
No new version found
sonarlint-vs2015 - checking updates using au version 2017.12.19.120853
URL check
https://sonarsource.gallerycdn.vsassets.io/extensions/sonarsource/sonarlintforvisualstudio/3.8.0.2728/1512581419665/169863/39/SonarLint.VSIX-3.8.0.2728-2015.vsix
nuspec version: 3.8.0.2728
remote version: 3.8.0.2728
No new version found
sourcetree - checking updates using au version 2017.12.19.120853
URL check
https://downloads.atlassian.com/software/sourcetree/windows/ga/SourceTreeSetup-2.3.5.0.exe
nuspec version: 2.3.5.0
remote version: 2.3.5.0
No new version found
sparkleshare - checking updates using au version 2017.12.19.120853
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 2017.12.19.120853
URL check
http://download.piriform.com/spsetup131.exe
nuspec version: 1.31.732
remote version: 1.31.732
No new version found
spotify - checking updates using AU version 2017.12.19.120853
URL check
https://download.spotify.com/SpotifyFullSetup.exe
nuspec version: 1.0.66.478
remote version: 1.0.66.478
No new version found
sqlite - checking updates using au version 2017.12.19.120853
URL check
https://sqlite.org/2017/sqlite-tools-win32-x86-3210000.zip
https://sqlite.org/2017/sqlite-dll-win32-x86-3210000.zip
https://sqlite.org/2017/sqlite-dll-win64-x64-3210000.zip
nuspec version: 3.21.0
remote version: 3.21.0
No new version found
sysinternals - checking updates using au version 2017.12.19.120853
URL check
https://download.sysinternals.com/files/SysinternalsSuite-Nano.zip
https://download.sysinternals.com/files/SysinternalsSuite.zip
nuspec version: 2017.12.13
remote version: 2017.12.13
No new version found
testdisk-photorec - checking updates using AU version 2017.12.19.120853
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 2017.12.19.120853
URL check
http://www.xm1math.net/texmaker/assets/files/Texmaker_5.0.2_Win_x64.msi
nuspec version: 5.0.2
remote version: 5.0.2
No new version found
thunderbird - checking updates using au version 2017.12.19.120853
URL check
nuspec version: 52.5.0
remote version: 52.5.0
No new version found
tightvnc - checking updates using au version 2017.12.19.120853
URL check
https://www.tightvnc.com/download/2.8.8/tightvnc-2.8.8-gpl-setup-32bit.msi
https://www.tightvnc.com/download/2.8.8/tightvnc-2.8.8-gpl-setup-64bit.msi
nuspec version: 2.8.8
remote version: 2.8.8
No new version found
tixati - checking updates using au version 2017.12.19.120853
URL check
https://download1.tixati.com/download/tixati-2.55-1.win32-install.exe
https://download1.tixati.com/download/tixati-2.55-1.win64-install.exe
nuspec version: 2.55
remote version: 2.55
No new version found
tixati.portable - checking updates using au version 2017.12.19.120853
URL check
https://download2.tixati.com/download/tixati-2.55-1.portable.zip
nuspec version: 2.55
remote version: 2.55
No new version found
tor-browser - checking updates using au version 2017.12.19.120853
URL check
https://www.torproject.org/dist/torbrowser/7.0.11/torbrowser-install-7.0.11_pl.exe
https://www.torproject.org/dist/torbrowser/7.0.11/torbrowser-install-7.0.11_ru.exe
https://www.torproject.org/dist/torbrowser/7.0.11/torbrowser-install-7.0.11_nl.exe
https://www.torproject.org/dist/torbrowser/7.0.11/torbrowser-install-7.0.11_fa.exe
https://www.torproject.org/dist/torbrowser/7.0.11/torbrowser-install-7.0.11_zh-CN.exe
https://www.torproject.org/dist/torbrowser/7.0.11/torbrowser-install-7.0.11_en-US.exe
https://www.torproject.org/dist/torbrowser/7.0.11/torbrowser-install-7.0.11_it.exe
https://www.torproject.org/dist/torbrowser/7.0.11/torbrowser-install-7.0.11_tr.exe
https://www.torproject.org/dist/torbrowser/7.0.11/torbrowser-install-7.0.11_ja.exe
https://www.torproject.org/dist/torbrowser/7.0.11/torbrowser-install-7.0.11_ar.exe
https://www.torproject.org/dist/torbrowser/7.0.11/torbrowser-install-7.0.11_vi.exe
https://www.torproject.org/dist/torbrowser/7.0.11/torbrowser-install-7.0.11_de.exe
https://www.torproject.org/dist/torbrowser/7.0.11/torbrowser-install-7.0.11_fr.exe
https://www.torproject.org/dist/torbrowser/7.0.11/torbrowser-install-7.0.11_pt-BR.exe
https://www.torproject.org/dist/torbrowser/7.0.11/torbrowser-install-7.0.11_es-ES.exe
https://www.torproject.org/dist/torbrowser/7.0.11/torbrowser-install-7.0.11_ko.exe
nuspec version: 7.0.11
remote version: 7.0.11
No new version found
tortoisegit - checking updates using au version 2017.12.19.120853
URL check
https://download.tortoisegit.org/tgit/2.5.0.0/TortoiseGit-2.5.0.0-64bit.msi
https://download.tortoisegit.org/tgit/2.5.0.0/TortoiseGit-2.5.0.0-32bit.msi
nuspec version: 2.5.0.0
remote version: 2.5.0.0
No new version found
totalcommander - checking updates using au version 2017.12.19.120853
URL check
http://totalcommander.ch/win/tcmd912x32_64.exe
http://ghisler.fileburst.com/addons/installer.zip
nuspec version: 9.12
remote version: 9.12
No new version found
transifex-client - checking updates using AU version 2017.12.19.120853
URL check
https://github.com/transifex/transifex-client/releases/download/0.12.5/tx.py35.x64.exe
nuspec version: 0.12.5
remote version: 0.12.5
No new version found
tribler - checking updates using au version 2017.12.19.120853
URL check
https://github.com/Tribler/tribler/releases/download/v6.5.2/Tribler_6.5.2.exe
nuspec version: 6.5.2
remote version: 6.5.2
No new version found
typescript - checking updates using AU version 2017.12.19.120853
URL check
nuspec version: 2.6.2
remote version: 2.6.2
No new version found
unchecky - checking updates using au version 2017.12.19.120853
URL check
https://unchecky.com/files/unchecky_setup.exe
nuspec version: 1.1
remote version: 1.1
No new version found
universal-usb-installer - checking updates using AU version 2017.12.19.120853
URL check
https://www.pendrivelinux.com/downloads/Universal-USB-Installer/Universal-USB-Installer-1.9.7.9.exe
nuspec version: 1.9.7.900
remote version: 1.9.7.900
No new version found
vagrant - checking updates using au version 2017.12.19.120853
URL check
https://releases.hashicorp.com/vagrant/2.0.1/vagrant_2.0.1_x86_64.msi
https://releases.hashicorp.com/vagrant/2.0.1/vagrant_2.0.1_i686.msi
nuspec version: 2.0.1
remote version: 2.0.1
No new version found
virtualbox - checking updates using au version 2017.12.19.120853
*** 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
http://download.virtualbox.org/virtualbox/5.1.30/Oracle_VM_VirtualBox_Extension_Pack-5.1.30.vbox-extpack
http://download.virtualbox.org/virtualbox/5.1.30/VirtualBox-5.1.30-118389-Win.exe
nuspec version: 5.1.30
remote version: 5.1.30
No new version found
*** Stream: 5.2 ***
URL check
http://download.virtualbox.org/virtualbox/5.2.2/Oracle_VM_VirtualBox_Extension_Pack-5.2.2.vbox-extpack
http://download.virtualbox.org/virtualbox/5.2.2/VirtualBox-5.2.2-119230-Win.exe
nuspec version: 5.2.2
remote version: 5.2.2
No new version found
visualstudiocode - checking updates using au version 2017.12.19.120853
URL check
https://az764295.vo.msecnd.net/stable/816be6780ca8bd0ab80314e11478c48c70d09383/VSCodeSetup-x64-1.19.0.exe
https://az764295.vo.msecnd.net/stable/816be6780ca8bd0ab80314e11478c48c70d09383/VSCodeSetup-ia32-1.19.0.exe
nuspec version: 1.19.0
remote version: 1.19.0
No new version found
vlc - checking updates using au version 2017.12.19.120853
URL check
http://get.videolan.org/vlc/2.2.8/win64/vlc-2.2.8-win64.exe
http://get.videolan.org/vlc/2.2.8/win32/vlc-2.2.8-win32.exe
nuspec version: 2.2.8
remote version: 2.2.8
No new version found
voicebot - checking updates using AU version 2017.12.19.120853
URL check
https://binaryfortressdownloads.com/Download/BFSFiles/123/VoiceBotSetup-3.1.exe
nuspec version: 3.1
remote version: 3.1
No new version found
waterfox - checking updates using au version 2017.12.19.120853
URL check
https://storage-waterfox.netdna-ssl.com/releases/win64/installer/Waterfox%2056.0.1%20Setup.exe
nuspec version: 56.0.1
remote version: 56.0.1
No new version found
webstorm - checking updates using AU version 2017.12.19.120853
URL check
https://download.jetbrains.com/webstorm/WebStorm-2017.3.1.exe
nuspec version: 2017.3.1
remote version: 2017.3.1
No new version found
wget - checking updates using au version 2017.12.19.120853
URL check
https://eternallybored.org/misc/wget/releases/wget-1.19.2-win64.zip
https://eternallybored.org/misc/wget/releases/wget-1.19.2-win32.zip
nuspec version: 1.19.2
remote version: 1.19.2
No new version found
wincdemu - checking updates using au version 2017.12.19.120853
URL check
http://sysprogs.com/files/WinCDEmu/WinCDEmu-4.1.exe
nuspec version: 4.1
remote version: 4.1
No new version found
winpcap - checking updates using au version 2017.12.19.120853
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 2017.12.19.120853
nuspec version: 5.11.3
remote version: 5.11.3
No new version found
winscp.install - checking updates using au version 2017.12.19.120853
nuspec version: 5.11.3
remote version: 5.11.3
No new version found
winscp.portable - checking updates using au version 2017.12.19.120853
nuspec version: 5.11.3
remote version: 5.11.3
No new version found
wixtoolset - checking updates using AU version 2017.12.19.120853
URL check
https://github.com/wixtoolset/wix3/releases/download/wix311rtm/wix311.exe
nuspec version: 3.11.0.20170506
remote version: 3.11
No new version found
wps-office-free - checking updates using au version 2017.12.19.120853
URL check
https://jump.wps.com/latest_package?distsrc=00100.00000103&lang=en
nuspec version: 10.2.0.597800
remote version: 10.2.0.597800
No new version found
x2go - checking updates using AU version 2017.12.19.120853
URL check
https://code.x2go.org/releases/binary-win32/x2goclient/releases/4.1.0.0-2017.03.11/x2goclient-4.1.0.0-2017.03.11-setup.exe
nuspec version: 4.1.0.0
remote version: 4.1.0.0
No new version found
yo - checking updates using au version 2017.12.19.120853
URL check
nuspec version: 2.0.0
remote version: 2.0.0
No new version found
youtube-dl - checking updates using au version 2017.12.19.120853
URL check
https://github.com/rg3/youtube-dl/releases/download/2017.12.14/youtube-dl.exe
nuspec version: 2017.12.14
remote version: 2017.12.14
No new version found
yumi - checking updates using AU version 2017.12.19.120853
URL check
http://www.pendrivelinux.com/downloads/YUMI/YUMI-2.0.5.2.exe
nuspec version: 2.0.5.2
remote version: 2.0.5.2
No new version found
zotero-standalone - checking updates using au version 2017.12.19.120853
URL check
https://download.zotero.org/client/release/5.0.32/Zotero-5.0.32_setup.exe
nuspec version: 5.0.32
remote version: 5.0.32
No new version found