UTC: 2020-04-20 18:06 chocolatey-community/chocolatey-coreteampackages
This file is automatically generated by the update_all.ps1 script using the AU module.
Ignored | History | Force Test | Releases | TESTING AU NEXT VERSION
LAST RUN HAD 12 ERRORS !!!
Finished 236 packages after 6.67 minutes.
5 updated, 5 pushed, 3 ignored
12 errors - 12 update, 0 push.
Icon | Name | Updated | Pushed | RemoteVersion | NuspecVersion |
---|---|---|---|---|---|
datagrip | True 🔸 | True | 2020.1.1 | 2020.1 | |
dropbox | True 🔸 🕄 | True | 96.3.162-beta | 96.3.159-beta | |
git | True 🔸 | True | 2.26.2 | 2.26.1 | |
git.portable | True 🔸 📥 | True | 2.26.2 | 2.26.1 | |
python2 | True 🔸 🕄 📥 | True | 2.7.18 | 2.7.17 |
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): "Unable to connect to the remote server":https://sourceforge.net/projects/cdrtfe/files/cdrtfe/cdrtfe%201.2/cdrtfe-1.2.exe
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
Unable to connect to the remote server
Can't validate URL
Exception calling "GetResponse" with "0" argument(s): "Unable to connect to the remote server":https://sourceforge.net/projects/keepass/files/KeePass%201.x/1.38/KeePass-1.38-Setup.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/maxima/files/Maxima-Windows/5.43.2-Windows/maxima-clisp-sbcl-5.43.2-win32.exe/download
Can't validate URL
Exception calling "GetResponse" with "0" argument(s): "The remote server returned an error: (504) Gateway Timeout.":http://prdownloads.sourceforge.net/optipng/optipng-0.7.7-win32.zip?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/qbittorrent/files/qbittorrent-win32/qbittorrent-4.2.3/qbittorrent_4.2.3_setup.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/screencloud/files/1.5.1/windows/ScreenCloud-1.5.1-x86.msi/download
Can't validate URL
Exception calling "GetResponse" with "0" argument(s): "Unable to connect to the remote server":http://sourceforge.net/projects/sweethome3d/files/SweetHome3D/SweetHome3D-6.3/SweetHome3D-6.3-windows.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/tvbrowser/files/TV-Browser%20Releases%20%28Java%2011%20and%20higher%29/4.2.1/tvbrowser-lite_4.2.1_win.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/wesnoth/files/wesnoth-1.14/wesnoth-1.14.11/wesnoth-1.14.11-win32.exe/download
Icon | Name | NuspecVersion | IgnoreMessage |
---|---|---|---|
git.install | 2.26.2 | AU ignored on: System.Management.Automation.RuntimeException: Chocolatey v0.10.15 Attempting to push git.install.2.26.2.nupkg to https://push.chocolatey.org An error has occurred. It's possible the package version already exists on the repository. | |
graphviz | 2.38.0.20190211 | The request was aborted: Could not create SSL/TLS secure channel. | |
keepassx | 2.0.3 | The request was aborted: Could not create SSL/TLS secure channel. |
1password - checking updates using AU version 2020.4.20.180634
*** Stream: OPW4 ***
URL check
https://c.1password.com/dist/1P/win4/1Password-4.6.2.626.exe
nuspec version: 4.6.2.626
remote version: 4.6.2.626
No new version found
360ts - checking updates using au version 2020.4.20.180634
*** Stream: ts ***
URL check
https://free.360totalsecurity.com/totalsecurity/360TS_Setup_10.6.0.1392.exe
nuspec version: 10.6.0.1379
remote version: 10.6.0.1392
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/360ts/10.6.0.1392
*** Stream: tse ***
URL check
https://free.360totalsecurity.com/totalsecurity/360TSE_Setup_8.8.0.1119.exe
nuspec version: 8.8.0.1119
remote version: 8.8.0.1119
No new version found
7zip - checking updates using au version 2020.4.20.180634
*** Stream: stable ***
URL check
http://www.7-zip.org/a/7z1900.exe
http://www.7-zip.org/a/7z1900-extra.7z
http://www.7-zip.org/a/7z1900-x64.exe
nuspec version: 19.0
remote version: 19.0
No new version found
7zip.install - checking updates using au version 2020.4.20.180634
*** Stream: stable ***
URL check
http://www.7-zip.org/a/7z1900.exe
http://www.7-zip.org/a/7z1900-extra.7z
http://www.7-zip.org/a/7z1900-x64.exe
nuspec version: 19.0
remote version: 19.0
No new version found
7zip.portable - checking updates using au version 2020.4.20.180634
*** Stream: stable ***
URL check
http://www.7-zip.org/a/7z1900.exe
http://www.7-zip.org/a/7z1900-extra.7z
http://www.7-zip.org/a/7z1900-x64.exe
nuspec version: 19.0
remote version: 19.0
No new version found
absolute-uninstaller - checking updates using au version 2020.4.20.180634
URL check
https://download.glarysoft.com/ausetup.exe
nuspec version: 5.3.1.26
remote version: 5.3.1.26
No new version found
activepresenter - checking updates using au version 2020.4.20.180634
URL check
https://cdn.atomisystems.com/apdownloads/ActivePresenter_v8.0.5_setup.exe
nuspec version: 8.0.4
remote version: 8.0.5
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/activepresenter/8.0.5
alldup - checking updates using au version 2020.4.20.180634
URL check
http://www.alldup.info/download/AllDupSetup.exe
nuspec version: 4.4.24
remote version: 4.4.24
No new version found
ant-renamer - checking updates using au version 2020.4.20.180634
URL check
http://update.antp.be/renamer/antrenamer2_install.exe
nuspec version: 2.12.0.20170526
remote version: 2.12.0
No new version found
apache-httpd - checking updates using au version 2020.4.20.180634
URL check
https://www.apachehaus.com/downloads/httpd-2.4.43-lre302-x64-vc14.zip
https://www.apachehaus.com/downloads/httpd-2.4.43-lre302-x86-vc14.zip
nuspec version: 2.4.43
remote version: 2.4.43
No new version found
aptana-studio - checking updates using au version 2020.4.20.180634
URL check
https://github.com/aptana/studio3/releases/download/3.7.2.201807301111/Aptana_Studio_3_Setup.exe
nuspec version: 3.7.2
remote version: 3.7.2
No new version found
audacity - checking updates using au version 2020.4.20.180634
URL check
https://fossies.org/windows/misc/audacity-win-2.3.3.exe
nuspec version: 2.3.3
remote version: 2.3.3
No new version found
autohotkey - checking updates using au version 2020.4.20.180634
URL check
https://github.com/Lexikos/AutoHotkey_L/releases/download/v1.1.32.00/AutoHotkey_1.1.32.00_setup.exe
nuspec version: 1.1.32.00
remote version: 1.1.32.00
No new version found
autohotkey.install - checking updates using au version 2020.4.20.180634
URL check
https://github.com/Lexikos/AutoHotkey_L/releases/download/v1.1.32.00/AutoHotkey_1.1.32.00_setup.exe
nuspec version: 1.1.32.00
remote version: 1.1.32.00
No new version found
autohotkey.portable - checking updates using au version 2020.4.20.180634
*** Stream: 1.1 ***
nuspec version: 1.1.32.00
remote version: 1.1.32.00
No new version found
*** Stream: 2.0 ***
nuspec version: 2.0-a108
remote version: 2.0-a108
No new version found
autoit - checking updates using au version 2020.4.20.180634
nuspec version: 3.3.14.5
remote version: 3.3.14.5
No new version found
autoit.install - checking updates using au version 2020.4.20.180634
nuspec version: 3.3.14.5
remote version: 3.3.14.5
No new version found
autoit.portable - checking updates using au version 2020.4.20.180634
nuspec version: 3.3.14.5
remote version: 3.3.14.5
No new version found
bleachbit - checking updates using au version 2020.4.20.180634
URL check
https://download.bleachbit.org/BleachBit-4.0.0-setup.exe
nuspec version: 3.0
remote version: 4.0.0
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/bleachbit/4.0.0
bleachbit.install - checking updates using au version 2020.4.20.180634
URL check
https://download.bleachbit.org/BleachBit-4.0.0-setup.exe
nuspec version: 4.0.0
remote version: 4.0.0
No new version found
blender - checking updates using AU version 2020.4.20.180634
URL check
https://mirror.clarkson.edu/blender/release/Blender2.82/blender-2.82a-windows64.msi
nuspec version: 2.82.1
remote version: 2.82.1
No new version found
bluefish - checking updates using au version 2020.4.20.180634
URL check
https://www.bennewitz.com/bluefish/stable/binaries/win32/Bluefish-2.2.10-setup.exe
nuspec version: 2.2.10
remote version: 2.2.10
No new version found
bluegriffon - checking updates using AU version 2020.4.20.180634
URL check
http://bluegriffon.org/freshmeat/3.1/bluegriffon-3.1.win-x86_64.exe
nuspec version: 3.0.1
remote version: 3.1
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/bluegriffon/3.1
brackets - checking updates using au version 2020.4.20.180634
URL check
https://github.com/adobe/brackets/releases/download/release-1.14.2/Brackets.Release.1.14.2.msi
nuspec version: 1.14
remote version: 1.14.2
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/Brackets/1.14.2
brave - checking updates using au version 2020.4.20.180634
*** Stream: beta ***
ignore
*** Stream: stable ***
URL check
https://github.com/brave/brave-browser/releases/download/v1.7.98/BraveBrowserStandaloneSilentSetup.exe
https://github.com/brave/brave-browser/releases/download/v1.7.98/BraveBrowserStandaloneSilentSetup32.exe
nuspec version: 1.7.98
remote version: 1.7.98
No new version found
bulk-crap-uninstaller - checking updates using au version 2020.4.20.180634
URL check
https://github.com/Klocman/Bulk-Crap-Uninstaller/releases/download/v4.16/BCUninstaller_4.16_setup.exe
nuspec version: 4.16
remote version: 4.16
No new version found
calibre - checking updates using au version 2020.4.20.180634
URL check
https://download.calibre-ebook.com/4.13.0/calibre-64bit-4.13.0.msi
https://download.calibre-ebook.com/4.13.0/calibre-4.13.0.msi
nuspec version: 4.13.0
remote version: 4.13.0
No new version found
ccleaner - checking updates using au version 2020.4.20.180634
URL check
https://download.ccleaner.com/ccsetup565.exe
nuspec version: 5.65.7632
remote version: 5.65.7632
No new version found
cdburnerxp - checking updates using au version 2020.4.20.180634
URL check
https://download.cdburnerxp.se/msi/cdbxp_setup_x64_4.5.8.7128.msi
https://download.cdburnerxp.se/msi/cdbxp_setup_4.5.8.7128.msi
nuspec version: 4.5.8.712800
remote version: 4.5.8.712800
No new version found
chromium - checking updates using au version 2020.4.20.180634
*** Stream: snapshots ***
URL check
https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/760498/mini_installer.exe
https://storage.googleapis.com/chromium-browser-snapshots/Win/760498/mini_installer.exe
nuspec version: 84.0.4121.0-snapshots
remote version: 84.0.4121.0-snapshots
No new version found
*** Stream: stable ***
URL check
https://github.com/Hibbiki/chromium-win64/releases/download/v81.0.4044.113-r737173/mini_installer.sync.exe
https://github.com/Hibbiki/chromium-win32/releases/download/v81.0.4044.113-r737173/mini_installer.sync.exe
nuspec version: 81.0.4044.113
remote version: 81.0.4044.113
No new version found
clementine - checking updates using AU version 2020.4.20.180634
URL check
https://github.com/clementine-player/Clementine/releases/download/1.3.1/ClementineSetup-1.3.1.exe
nuspec version: 1.3.1.20170212
remote version: 1.3.1
No new version found
clipboardfusion - checking updates using AU version 2020.4.20.180634
*** Stream: unstable ***
URL check
https://binaryfortressdownloads.com/Download/BFSFiles/104/ClipboardFusionSetup-5.7c.exe
nuspec version: 5.7-c
remote version: 5.7-c
No new version found
clipgrab - checking updates using AU version 2020.4.20.180634
URL check
https://download.clipgrab.org/clipgrab-3.8.11-portable.exe
nuspec version: 3.8.10
remote version: 3.8.11
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/clipgrab/3.8.11
cmake - checking updates using AU version 2020.4.20.180634
*** Stream: 3.16 ***
URL check
https://github.com/Kitware/CMake/releases/download/v3.16.6/cmake-3.16.6-win64-x64.zip
https://github.com/Kitware/CMake/releases/download/v3.16.6/cmake-3.16.6-win32-x86.msi
https://github.com/Kitware/CMake/releases/download/v3.16.6/cmake-3.16.6-win64-x64.msi
https://github.com/Kitware/CMake/releases/download/v3.16.6/cmake-3.16.6-win32-x86.zip
nuspec version: 3.16.5
remote version: 3.16.6
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/cmake/3.16.6
*** Stream: 3.17 ***
URL check
https://github.com/Kitware/CMake/releases/download/v3.17.1/cmake-3.17.1-win64-x64.zip
https://github.com/Kitware/CMake/releases/download/v3.17.1/cmake-3.17.1-win32-x86.msi
https://github.com/Kitware/CMake/releases/download/v3.17.1/cmake-3.17.1-win64-x64.msi
https://github.com/Kitware/CMake/releases/download/v3.17.1/cmake-3.17.1-win32-x86.zip
nuspec version: 3.17.0
remote version: 3.17.1
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/cmake/3.17.1
cmake.install - checking updates using AU version 2020.4.20.180634
*** Stream: 3.16 ***
URL check
https://github.com/Kitware/CMake/releases/download/v3.16.6/cmake-3.16.6-win64-x64.zip
https://github.com/Kitware/CMake/releases/download/v3.16.6/cmake-3.16.6-win32-x86.msi
https://github.com/Kitware/CMake/releases/download/v3.16.6/cmake-3.16.6-win64-x64.msi
https://github.com/Kitware/CMake/releases/download/v3.16.6/cmake-3.16.6-win32-x86.zip
nuspec version: 3.16.6
remote version: 3.16.6
No new version found
*** Stream: 3.17 ***
URL check
https://github.com/Kitware/CMake/releases/download/v3.17.1/cmake-3.17.1-win64-x64.zip
https://github.com/Kitware/CMake/releases/download/v3.17.1/cmake-3.17.1-win32-x86.msi
https://github.com/Kitware/CMake/releases/download/v3.17.1/cmake-3.17.1-win64-x64.msi
https://github.com/Kitware/CMake/releases/download/v3.17.1/cmake-3.17.1-win32-x86.zip
nuspec version: 3.17.0
remote version: 3.17.1
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/cmake.install/3.17.1
cmake.portable - checking updates using AU version 2020.4.20.180634
*** Stream: 3.16 ***
URL check
https://github.com/Kitware/CMake/releases/download/v3.16.6/cmake-3.16.6-win64-x64.zip
https://github.com/Kitware/CMake/releases/download/v3.16.6/cmake-3.16.6-win32-x86.msi
https://github.com/Kitware/CMake/releases/download/v3.16.6/cmake-3.16.6-win64-x64.msi
https://github.com/Kitware/CMake/releases/download/v3.16.6/cmake-3.16.6-win32-x86.zip
nuspec version: 3.16.6
remote version: 3.16.6
No new version found
*** Stream: 3.17 ***
URL check
https://github.com/Kitware/CMake/releases/download/v3.17.1/cmake-3.17.1-win64-x64.zip
https://github.com/Kitware/CMake/releases/download/v3.17.1/cmake-3.17.1-win32-x86.msi
https://github.com/Kitware/CMake/releases/download/v3.17.1/cmake-3.17.1-win64-x64.msi
https://github.com/Kitware/CMake/releases/download/v3.17.1/cmake-3.17.1-win32-x86.zip
nuspec version: 3.17.1
remote version: 3.17.1
No new version found
codeblocks - checking updates using au version 2020.4.20.180634
nuspec version: 20.03
remote version: 20.03
No new version found
codelite - checking updates using AU version 2020.4.20.180634
URL check
https://github.com/eranif/codelite/releases/download/13.0/codelite-amd64-13.0.0.exe.7z
nuspec version: 13.0
remote version: 13.0
No new version found
curl - checking updates using au version 2020.4.20.180634
URL check
https://bintray.com/artifact/download/vszakats/generic/curl-7.69.1-win32-mingw.zip
https://bintray.com/artifact/download/vszakats/generic/curl-7.69.1-win64-mingw.zip
nuspec version: 7.69.1
remote version: 7.69.1
No new version found
cutepdf - checking updates using au version 2020.4.20.180634
nuspec version: 4.0.0.201
remote version: 4.0.0.201
No new version found
cygwin - checking updates using au version 2020.4.20.180634
URL check
https://cygwin.com/setup-x86.exe
https://cygwin.com/setup-x86_64.exe
nuspec version: 3.1.4
remote version: 3.1.4
No new version found
datagrip - checking updates using AU version 2020.4.20.180634
URL check
https://download.jetbrains.com/datagrip/datagrip-2020.1.1.exe
nuspec version: 2020.1
remote version: 2020.1.1
New version is available
Automatic checksum skipped
Setting package description from README.md
Updating files
$Latest data:
Checksum32 (String) 002275d7e561830ad74d57e8c97c21ef823008b52dd8f3af45c5e7d06ec18642
ChecksumType32 (String) sha256
FileType (String) exe
NuspecVersion (String) 2020.1
PackageName (String) datagrip
Url32 (String) https://download.jetbrains.com/datagrip/datagrip-2020.1.1.exe
Version (String) 2020.1.1
datagrip.nuspec
setting id: datagrip
updating version: 2020.1 -> 2020.1.1
.\tools\chocolateyInstall.ps1
(?i)(^\s*url\s*=\s*)('.*') = $1'https://download.jetbrains.com/datagrip/datagrip-2020.1.1.exe'
(?i)(^\s*checksum\s*=\s*)('.*') = $1'002275d7e561830ad74d57e8c97c21ef823008b52dd8f3af45c5e7d06ec18642'
(?i)(^\s*checksumType\s*=\s*)('.*') = $1'sha256'
Attempting to build package from 'datagrip.nuspec'.
Successfully created package 'C:\projects\chocolatey-coreteampackages\automatic\datagrip\datagrip.2020.1.1.nupkg'
Package updated
Chocolatey v0.10.15
Attempting to push datagrip.2020.1.1.nupkg to https://push.chocolatey.org
datagrip 2020.1.1 was pushed successfully to https://push.chocolatey.org
defraggler - checking updates using au version 2020.4.20.180634
URL check
https://download.ccleaner.com/dfsetup222.exe
nuspec version: 2.22.995.20181017
remote version: 2.22.995
No new version found
displayfusion - checking updates using AU version 2020.4.20.180634
*** Stream: unstable ***
URL check
https://binaryfortressdownloads.com/Download/BFSFiles/101/DisplayFusionSetup-9.6.1c.exe
nuspec version: 9.6.1-c
remote version: 9.6.1-c
No new version found
djv - checking updates using AU version 2020.4.20.180634
URL check
https://sourceforge.net/projects/djv/files/djv-beta/2.0.5/DJV-2.0.5-win64.exe/download
nuspec version: 2.0.5
remote version: 2.0.5
No new version found
docker-kitematic - checking updates using AU version 2020.4.20.180634
URL check
https://github.com/docker/kitematic/releases/download/v0.17.11/Kitematic-0.17.11-Windows.zip
nuspec version: 0.17.11
remote version: 0.17.11
No new version found
dropbox - checking updates using au version 2020.4.20.180634
*** Stream: beta ***
URL check
https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2096.3.162%20Offline%20Installer.exe
nuspec version: 96.3.159-beta
remote version: 96.3.162-beta
New version is available
Automatic checksum skipped
Running au_BeforeUpdate
Setting package description from README.md
Updating files
$Latest data:
Checksum32 (String) 62f5e93891db7ba84172285be822141b91e8f10aa3bf3762a7f25ea481bc96f4
ChecksumType32 (String) sha256
FileType (String) exe
NuspecVersion (String) 96.3.159-beta
PackageName (String) dropbox
RemoteVersion (String) 96.3.162
Stream (String) beta
Streams (OrderedDictionary) System.Collections.Specialized.OrderedDictionary
Title (String) Dropbox Beta Build
URL32 (String) https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2096.3.162%20Offline%20Installer.exe
Version (String) 96.3.162-beta
dropbox.nuspec
setting id: dropbox
updating version: 96.3.159-beta -> 96.3.162-beta
.\tools\chocolateyInstall.ps1
(?i)(^\s*url\s*=\s*)('.*') = $1'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2096.3.162%20Offline%20Installer.exe'
(^[$]version\s*=\s*)('.*') = $1'96.3.162'
(?i)(^\s*checksum\s*=\s*)('.*') = $1'62f5e93891db7ba84172285be822141b91e8f10aa3bf3762a7f25ea481bc96f4'
(?i)(^\s*checksumType\s*=\s*)('.*') = $1'sha256'
Attempting to build package from 'dropbox.nuspec'.
Successfully created package 'C:\projects\chocolatey-coreteampackages\automatic\dropbox\dropbox.96.3.162-beta.nupkg'
*** Stream: stable ***
URL check
https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2095.4.441%20Offline%20Installer.exe
nuspec version: 95.4.441
remote version: 95.4.441
No new version found
Package updated
Chocolatey v0.10.15
Attempting to push dropbox.96.3.162-beta.nupkg to https://push.chocolatey.org
dropbox 96.3.162-beta was pushed successfully to https://push.chocolatey.org
encfs4win - checking updates using AU version 2020.4.20.180634
*** Stream: 1.10 ***
URL check
https://github.com/jetwhiz/encfs4win/releases/download/v1.10.2/encfs-installer.exe
nuspec version: 1.10.2
remote version: 1.10.2
No new version found
*** Stream: 1.11 ***
URL check
https://github.com/jetwhiz/encfs4win/releases/download/v1.11.0-beta.2/encfs-installer.exe
nuspec version: 1.11.0-beta2
remote version: 1.11.0-beta2
No new version found
etcd - checking updates using AU version 2020.4.20.180634
*** Stream: 3.2 ***
URL check
https://github.com/etcd-io/etcd/releases/download/v3.2.30/etcd-v3.2.30-windows-amd64.zip
nuspec version: 3.2.30
remote version: 3.2.30
No new version found
*** Stream: 3.3 ***
URL check
https://github.com/etcd-io/etcd/releases/download/v3.3.20/etcd-v3.3.20-windows-amd64.zip
nuspec version: 3.3.20
remote version: 3.3.20
No new version found
*** Stream: 3.4 ***
URL check
https://github.com/etcd-io/etcd/releases/download/v3.4.7/etcd-v3.4.7-windows-amd64.zip
nuspec version: 3.4.7
remote version: 3.4.7
No new version found
everything - checking updates using au version 2020.4.20.180634
URL check
https://www.voidtools.com/Everything-1.4.1.969.x64-Setup.exe
https://www.voidtools.com/Everything-1.4.1.969.x86-Setup.exe
nuspec version: 1.4.1969
remote version: 1.4.1969
No new version found
ffmpeg - checking updates using au version 2020.4.20.180634
URL check
https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-4.2.2-win64-static.zip
https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-4.2.2-win32-static.zip
nuspec version: 4.2.2
remote version: 4.2.2
No new version found
filezilla - checking updates using au version 2020.4.20.180634
URL check
https://dl1.cdn.filezilla-project.org/client/FileZilla_3.47.2.1_win32-setup.exe?h=_IRCTKvzVzDdZbK2u_f8OA&x=1587409705
https://dl1.cdn.filezilla-project.org/client/FileZilla_3.47.2.1_win64-setup.exe?h=AsSsa_M9NqlG2ej6wbQcjQ&x=1587409705
nuspec version: 3.47.2.1
remote version: 3.47.2.1
No new version found
firefox - checking updates using au version 2020.4.20.180634
*** Stream: esr ***
URL check
nuspec version: 68.7.0
remote version: 68.7.0
No new version found
*** Stream: latest ***
URL check
nuspec version: 75.0
remote version: 75.0
No new version found
flashplayeractivex - checking updates using au version 2020.4.20.180634
URL check
https://download.macromedia.com/pub/flashplayer/pdc/32.0.0.363/install_flash_player_32_active_x.msi
nuspec version: 32.0.0.344
remote version: 32.0.0.363
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/flashplayeractivex/32.0.0.363
flashplayerplugin - checking updates using au version 2020.4.20.180634
URL check
https://download.macromedia.com/get/flashplayer/pdc/32.0.0.363/install_flash_player_32_plugin.msi
nuspec version: 32.0.0.344
remote version: 32.0.0.363
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/flashplayerplugin/32.0.0.363
flashplayerppapi - checking updates using au version 2020.4.20.180634
URL check
https://download.macromedia.com/pub/flashplayer/pdc/32.0.0.363/install_flash_player_32_ppapi.msi
nuspec version: 32.0.0.344
remote version: 32.0.0.363
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/flashplayerppapi/32.0.0.363
flightgear - checking updates using au version 2020.4.20.180634
URL check
http://ftp.igh.cnrs.fr/pub/flightgear/ftp/Windows/FlightGear-2016.4.1.exe
nuspec version: 2016.4.1
remote version: 2016.4.1
No new version found
freecad - checking updates using au version 2020.4.20.180634
*** Stream: portable ***
URL check
https://github.com/FreeCAD/FreeCAD/releases/download/0.18.4/FreeCAD-0.18.4.980bf90-WIN-x64-portable.7z
https://github.com/FreeCAD/FreeCAD/releases/download/0.18.4/FreeCAD-0.18.4.980bf90-WIN-x32-portable.7z
nuspec version: 0.18.4.980
remote version: 0.18.4.980
No new version found
*** Stream: stable ***
URL check
https://github.com/FreeCAD/FreeCAD/releases/download/0.18.4/FreeCAD-0.18.4.980bf90-WIN-x64-installer.exe
https://github.com/FreeCAD/FreeCAD/releases/download/0.18.4/FreeCAD-0.18.4.980bf90-WIN-x32-installer.exe
nuspec version: 0.18.4.980
remote version: 0.18.4.980
No new version found
*** Stream: dev ***
URL check
https://github.com/FreeCAD/FreeCAD/releases/download/0.19_pre/FreeCAD_0.19.20514-Win-Conda_vc14.x-x86_64.7z
nuspec version: 0.19.0.20514-dev
remote version: 0.19.0.20514-dev
No new version found
freeciv - checking updates using au version 2020.4.20.180634
URL check
http://files.freeciv.org/packages/windows/Freeciv-2.6.2-win32-gtk3-setup.exe
nuspec version: 2.6.2
remote version: 2.6.2
No new version found
freevideoeditor - checking updates using AU version 2020.4.20.180634
URL check
http://downloads.videosoftdev.com/video_tools/video_editor_x64.exe
http://downloads.videosoftdev.com/video_tools/video_editor_x32.exe
nuspec version: 6.4.2
remote version: 6.4.2
No new version found
free-virtual-keyboard - checking updates using AU version 2020.4.20.180634
URL check
http://freevirtualkeyboard.com/FreeVKSetup.exe
nuspec version: 4.2
remote version: 5.0
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/free-virtual-keyboard/5.0
ghostscript - checking updates using AU version 2020.4.20.180634
URL check
https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs952/gs952w32.exe
https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs952/gs952w64.exe
nuspec version: 9.51
remote version: 9.52
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/Ghostscript/9.52
ghostscript.app - checking updates using AU version 2020.4.20.180634
URL check
https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs952/gs952w32.exe
https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs952/gs952w64.exe
nuspec version: 9.52
remote version: 9.52
No new version found
gimp - checking updates using AU version 2020.4.20.180634
URL check
https://download.gimp.org/mirror/pub/gimp/v2.10/windows/gimp-2.10.18-setup-2.exe
nuspec version: 2.10.14
remote version: 2.10.18
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/gimp/2.10.18
git - checking updates using au version 2020.4.20.180634
URL check
https://github.com/git-for-windows/git/releases/download/v2.26.2.windows.1/Git-2.26.2-64-bit.exe
https://github.com/git-for-windows/git/releases/download/v2.26.2.windows.1/Git-2.26.2-32-bit.exe
nuspec version: 2.26.1
remote version: 2.26.2
New version is available
Automatic checksum skipped
Running au_BeforeUpdate
Setting package description from README.md
Updating files
$Latest data:
FileType (String) exe
NuspecVersion (String) 2.26.1
PackageName (String) git
URL32 (String) https://github.com/git-for-windows/git/releases/download/v2.26.2.windows.1/Git-2.26.2-32-bit.exe
URL64 (String) https://github.com/git-for-windows/git/releases/download/v2.26.2.windows.1/Git-2.26.2-64-bit.exe
Version (String) 2.26.2
git.nuspec
setting id: git
updating version: 2.26.1 -> 2.26.2
git.nuspec
(\<dependency .+?"git.install" version=)"([^"]+)" = $1"[2.26.2]"
Attempting to build package from 'git.nuspec'.
Successfully created package 'C:\projects\chocolatey-coreteampackages\automatic\git\git.2.26.2.nupkg'
Package updated
Chocolatey v0.10.15
Attempting to push git.2.26.2.nupkg to https://push.chocolatey.org
git 2.26.2 was pushed successfully to https://push.chocolatey.org
Did you know the proceeds of Pro (and some proceeds from other
licensed editions) go into bettering the community infrastructure?
Your support ensures an active community, keeps Chocolatey tip top,
plus it nets you some awesome features!
https://chocolatey.org/compare
ignored
AU ignored on: System.Management.Automation.RuntimeException: Chocolatey v0.10.15 Attempting to push git.install.2.26.2.nupkg to https://push.chocolatey.org An error has occurred. It's possible the package version already exists on the repository.
git.portable - checking updates using au version 2020.4.20.180634
URL check
https://github.com/git-for-windows/git/releases/download/v2.26.2.windows.1/PortableGit-2.26.2-64-bit.7z.exe
https://github.com/git-for-windows/git/releases/download/v2.26.2.windows.1/PortableGit-2.26.2-32-bit.7z.exe
nuspec version: 2.26.1
remote version: 2.26.2
New version is available
Automatic checksum skipped
Running au_BeforeUpdate
Setting package description from README.md
Updating files
$Latest data:
Checksum32 (String) E18F75DB932AB314263C5F7FCA7A9D638DF3539629DBF5248A4089BEB4E03685
Checksum64 (String) DD36F76A815B993165E67AD3CBC8F5B2976E5757A0C808A4A92FB72D1000E1C8
ChecksumType32 (String) sha256
ChecksumType64 (String) sha256
FileName32 (String) PortableGit-2.26.2-32-bit.7z.exe
FileName64 (String) PortableGit-2.26.2-64-bit.7z.exe
FileType (String) exe
NuspecVersion (String) 2.26.1
PackageName (String) git.portable
URL32 (String) https://github.com/git-for-windows/git/releases/download/v2.26.2.windows.1/PortableGit-2.26.2-32-bit.7z.exe
URL64 (String) https://github.com/git-for-windows/git/releases/download/v2.26.2.windows.1/PortableGit-2.26.2-64-bit.7z.exe
Version (String) 2.26.2
git.portable.nuspec
setting id: git.portable
updating version: 2.26.1 -> 2.26.2
.\legal\verification.txt
(?i)(checksum type:\s+).* = ${1}
(?i)(32-Bit.+)\<.*\> = ${1}<https://github.com/git-for-windows/git/releases/download/v2.26.2.windows.1/PortableGit-2.26.2-32-bit.7z.exe>
(?i)(checksum32:\s+).* = ${1}E18F75DB932AB314263C5F7FCA7A9D638DF3539629DBF5248A4089BEB4E03685
(?i)(checksum64:\s+).* = ${1}DD36F76A815B993165E67AD3CBC8F5B2976E5757A0C808A4A92FB72D1000E1C8
(?i)(64-Bit.+)\<.*\> = ${1}<https://github.com/git-for-windows/git/releases/download/v2.26.2.windows.1/PortableGit-2.26.2-64-bit.7z.exe>
Attempting to build package from 'git.portable.nuspec'.
Successfully created package 'C:\projects\chocolatey-coreteampackages\automatic\git.portable\git.portable.2.26.2.nupkg'
Package updated
Chocolatey v0.10.15
Attempting to push git.portable.2.26.2.nupkg to https://push.chocolatey.org
git.portable 2.26.2 was pushed successfully to https://push.chocolatey.org
gitextensions - checking updates using AU version 2020.4.20.180634
*** Stream: 3.0 ***
URL check
https://github.com/gitextensions/gitextensions/releases/download/v3.0.2/GitExtensions-3.0.2.5232.msi
nuspec version: 3.0.2
remote version: 3.0.2
No new version found
*** Stream: 3.1 ***
URL check
https://github.com/gitextensions/gitextensions/releases/download/v3.1.1/GitExtensions-3.1.1.6049.msi
nuspec version: 3.1.1
remote version: 3.1.1
No new version found
*** Stream: 3.2 ***
URL check
https://github.com/gitextensions/gitextensions/releases/download/v3.2.1/GitExtensions-3.2.1.6628.msi
nuspec version: 3.2.1
remote version: 3.2.1
No new version found
*** Stream: 3.3 ***
URL check
https://github.com/gitextensions/gitextensions/releases/download/v3.3.1/GitExtensions-3.3.1.7897.msi
nuspec version: 3.3.1
remote version: 3.3.1
No new version found
git-lfs - checking updates using au version 2020.4.20.180634
URL check
https://github.com/git-lfs/git-lfs/releases/download/v2.10.0/git-lfs-windows-v2.10.0.exe
nuspec version: 2.10.0
remote version: 2.10.0
No new version found
git-lfs.install - checking updates using au version 2020.4.20.180634
URL check
https://github.com/git-lfs/git-lfs/releases/download/v2.10.0/git-lfs-windows-v2.10.0.exe
nuspec version: 2.10.0
remote version: 2.10.0
No new version found
gmer - checking updates using au version 2020.4.20.180634
URL check
http://www2.gmer.net/gmer.zip
nuspec version: 2.2.19882.20161107
remote version: 2.2.19882
No new version found
gnupg - checking updates using au version 2020.4.20.180634
URL check
https://www.gnupg.org/ftp/gcrypt/binary/gnupg-w32-2.2.20_20200320.exe
nuspec version: 2.2.20
remote version: 2.2.20
No new version found
gobby - checking updates using AU version 2020.4.20.180634
URL check
http://releases.0x539.de/gobby/gobby-0.5.0.exe
nuspec version: 0.5.0
remote version: 0.5.0
No new version found
gom-player - checking updates using AU version 2020.4.20.180634
URL check
https://cdn.gomlab.com/gretech/player/GOMPLAYERGLOBALSETUP_NEW.EXE
nuspec version: 2.3.51.5315
remote version: 2.3.51.5315
No new version found
googlechrome - checking updates using au version 2020.4.20.180634
URL check
https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise.msi
https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise64.msi
nuspec version: 81.0.4044.113
remote version: 81.0.4044.113
No new version found
googlechromebeta - checking updates using au version 2020.4.20.180634
URL check
https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi
https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi
nuspec version: 83.0.4103.14-beta
remote version: 83.0.4103.14-beta
No new version found
gpg4win - checking updates using au version 2020.4.20.180634
URL check
https://files.gpg4win.org/gpg4win-3.1.11.exe
nuspec version: 3.1.11
remote version: 3.1.11
No new version found
ignored
graphviz - checking updates using au version 2020.4.20.180634
AU ignored on: System.Management.Automation.RuntimeException: au_GetLatest failed
The request was aborted: Could not create SSL/TLS secure channel.
hedgewars - checking updates using AU version 2020.4.20.180634
URL check
https://www.hedgewars.org/download/releases/Hedgewars-1.0.0.exe
nuspec version: 1.0.0
remote version: 1.0.0
No new version found
hostsman - checking updates using AU version 2020.4.20.180634
URL check
https://drive.google.com/uc?export=download&id=0B0N7Pu7pijFBejcxNXlLZVVMSnM
nuspec version: 4.7.105.20180405
remote version: 4.8.106
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/hostsman/4.8.106
inkscape - checking updates using au version 2020.4.20.180634
URL check
https://inkscape.org/gallery/item/18065/inkscape-0.92.5-x86.msi
https://inkscape.org/gallery/item/18066/inkscape-0.92.5-x64.msi
nuspec version: 0.92.5
remote version: 0.92.5
No new version found
itunes - checking updates using AU version 2020.4.20.180634
URL check
https://secure-appldnld.apple.com/itunes12/061-92045-20200409-4241FF6C-7A9A-11EA-AF35-DE26E913A597/iTunes64Setup.exe
https://secure-appldnld.apple.com/itunes12/061-92046-20200409-4241A26A-7A9A-11EA-91E8-A9A941A24ACB/iTunesSetup.exe
nuspec version: 12.10.4.2
remote version: 12.10.6.2
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/iTunes/12.10.6.2
itunesfusion - checking updates using AU version 2020.4.20.180634
URL check
https://binaryfortressdownloads.com/Download/BFSFiles/102/iTunesFusionSetup-3.3.exe
nuspec version: 3.3
remote version: 3.3
No new version found
jitsi - checking updates using AU version 2020.4.20.180634
*** Stream: 2.0 ***
URL check
https://download.jitsi.org/jitsi/msi/jitsi-2.0.4506.10553-x86.msi
https://download.jitsi.org/jitsi/msi/jitsi-2.0.4506.10553-x64.msi
nuspec version: 2.0.4506.10553
remote version: 2.0.4506.10553
No new version found
*** Stream: 2.10 ***
URL check
https://download.jitsi.org/jitsi/msi/jitsi-2.10.5550-x86.msi
https://download.jitsi.org/jitsi/msi/jitsi-2.10.5550-x64.msi
nuspec version: 2.10.5550.20180405
remote version: 2.10.5550
No new version found
*** Stream: 2.2 ***
URL check
https://download.jitsi.org/jitsi/msi/jitsi-2.2.4603.9615-x86.msi
https://download.jitsi.org/jitsi/msi/jitsi-2.2.4603.9615-x64.msi
nuspec version: 2.2.4603.961501
remote version: 2.2.4603.9615
No new version found
*** Stream: 2.4 ***
URL check
https://download.jitsi.org/jitsi/msi/jitsi-2.4.4997-x86.msi
https://download.jitsi.org/jitsi/msi/jitsi-2.4.4997-x64.msi
nuspec version: 2.4.4997.20140504
remote version: 2.4.4997
No new version found
*** Stream: 2.6 ***
URL check
https://download.jitsi.org/jitsi/msi/jitsi-2.6.5390-x86.msi
https://download.jitsi.org/jitsi/msi/jitsi-2.6.5390-x64.msi
nuspec version: 2.6.5390
remote version: 2.6.5390
No new version found
*** Stream: 2.8 ***
URL check
https://download.jitsi.org/jitsi/msi/jitsi-2.8.5426-x86.msi
https://download.jitsi.org/jitsi/msi/jitsi-2.8.5426-x64.msi
nuspec version: 2.8.5426
remote version: 2.8.5426
No new version found
jubler - checking updates using au version 2020.4.20.180634
URL check
https://github.com/teras/Jubler/releases/download/v7.0.0-alpha3/Jubler-7.0.0-alpha3.32.exe
https://github.com/teras/Jubler/releases/download/v7.0.0-alpha3/Jubler-7.0.0-alpha3.64.exe
nuspec version: 7.0.0-alpha3
remote version: 7.0.0-alpha3
No new version found
juju - checking updates using au version 2020.4.20.180634
*** Stream: 2.7 ***
URL check
https://launchpad.net/juju/2.7/2.7.5/+download/juju-setup-2.7.5-signed.exe
nuspec version: 2.7.5
remote version: 2.7.5
No new version found
julia - checking updates using au version 2020.4.20.180634
URL check
https://julialang-s3.julialang.org/bin/winnt/x86/1.4/julia-1.4.1-win32.exe
https://julialang-s3.julialang.org/bin/winnt/x64/1.4/julia-1.4.1-win64.exe
nuspec version: 1.4.1
remote version: 1.4.1
No new version found
k9s - checking updates using AU version 2020.4.20.180634
URL check
https://github.com/derailed/k9s/releases/download/v0.19.2/k9s_Windows_x86_64.tar.gz
https://github.com/derailed/k9s/releases/download/v0.19.2/k9s_Windows_i386.tar.gz
nuspec version: 0.19.0
remote version: 0.19.2
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/k9s/0.19.2
ignored
keepassx - checking updates using AU version 2020.4.20.180634
AU ignored on: System.Management.Automation.RuntimeException: au_GetLatest failed
The request was aborted: Could not create SSL/TLS secure channel.
keepassxc - checking updates using au version 2020.4.20.180634
URL check
https://github.com/keepassxreboot/keepassxc/releases/download/2.5.4/KeePassXC-2.5.4-Win64.msi
https://github.com/keepassxreboot/keepassxc/releases/download/2.5.4/KeePassXC-2.5.4-Win32.msi
nuspec version: 2.5.4
remote version: 2.5.4
No new version found
keeweb - checking updates using au version 2020.4.20.180634
URL check
https://github.com/keeweb/keeweb/releases/download/v1.14.0/KeeWeb-1.14.0.win.ia32.exe
https://github.com/keeweb/keeweb/releases/download/v1.14.0/KeeWeb-1.14.0.win.x64.exe
nuspec version: 1.14.0
remote version: 1.14.0
No new version found
ketarin - checking updates using AU version 2020.4.20.180634
URL check
https://ketarin.org/downloads/Ketarin/Ketarin-1.8.11.zip
nuspec version: 1.8.11
remote version: 1.8.11
No new version found
keyfinder - checking updates using AU version 2020.4.20.180634
URL check
https://www.magicaljellybean.com/downloads/KeyFinderInstaller.exe
nuspec version: 2.0.10.13
remote version: 2.0.10.13
No new version found
kitty - checking updates using au version 2020.4.20.180634
URL check
https://github.com/cyd01/KiTTY/releases/download/v0.73.2.11/kitty.exe
https://github.com/cyd01/KiTTY/releases/download/v0.73.2.11/kageant.exe
https://github.com/cyd01/KiTTY/releases/download/v0.73.2.11/klink.exe
https://github.com/cyd01/KiTTY/releases/download/v0.73.2.11/cygtermd.exe
https://github.com/cyd01/KiTTY/releases/download/v0.73.2.11/ksftp.exe
https://github.com/cyd01/KiTTY/releases/download/v0.73.2.11/kittygen.exe
https://github.com/cyd01/KiTTY/releases/download/v0.73.2.11/kscp.exe
https://github.com/cyd01/KiTTY/releases/download/v0.73.2.11/genpass.exe
nuspec version: 0.73.2.11
remote version: 0.73.2.11
No new version found
krita - checking updates using au version 2020.4.20.180634
URL check
https://download.kde.org/stable/krita/4.2.9/krita-x64-4.2.9-setup.exe
https://download.kde.org/stable/krita/4.2.9/krita-x86-4.2.9-setup.exe
nuspec version: 4.2.9
remote version: 4.2.9
No new version found
kubernetes-cli - checking updates using AU version 2020.4.20.180634
*** Stream: 1.1 ***
URL check
https://dl.k8s.io/v1.18.2/kubernetes-client-windows-amd64.tar.gz
https://dl.k8s.io/v1.18.2/kubernetes-client-windows-386.tar.gz
nuspec version: 1.18.2
remote version: 1.18.2
No new version found
kubernetes-kompose - checking updates using AU version 2020.4.20.180634
URL check
https://github.com/kubernetes/kompose/releases/download/v1.21.0/kompose-windows-amd64.exe
nuspec version: 1.21.0
remote version: 1.21.0
No new version found
librecad - checking updates using AU version 2020.4.20.180634
*** Stream: 2.0 ***
URL check
https://github.com/LibreCAD/LibreCAD/releases/download/2.0.11/LibreCAD-Installer-2.0.11.exe
nuspec version: 0.0
remote version: 2.0.11
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/librecad/2.0.11
*** Stream: 2.1 ***
URL check
https://github.com/LibreCAD/LibreCAD/releases/download/2.1.3/LibreCAD-Installer-2.1.3.exe
nuspec version: 0.0
remote version: 2.1.3
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/librecad/2.1.3
*** Stream: 2.2 ***
URL check
https://github.com/LibreCAD/LibreCAD/releases/download/2.2.0-rc1/LibreCAD-Installer-2.2.0-rc1.exe
nuspec version: 2.2.0-rc1
remote version: 2.2.0-rc1
No new version found
libreoffice-streams - checking updates using au version 2020.4.20.180634
lightscreen - checking updates using au version 2020.4.20.180634
URL check
https://github.com/ckaiser/Lightscreen/releases/download/v2.4/LightscreenSetup-2.4.exe
nuspec version: 2.4.0.20180605
remote version: 2.4
No new version found
lightworks - checking updates using au version 2020.4.20.180634
URL check
https://downloads.lwks.com/v14-5/lightworks_v14.5.0_full_64bit_setup.exe
https://downloads.lwks.com/v14-5/lightworks_v14.5.0_full_32bit_setup.exe
nuspec version: 14.5
remote version: 14.5
No new version found
logfusion - checking updates using AU version 2020.4.20.180634
URL check
https://binaryfortressdownloads.com/Download/BFSFiles/117/LogFusionSetup-6.3.1c.exe
nuspec version: 6.3.1
remote version: 6.3.1
No new version found
mattermost-desktop - checking updates using au version 2020.4.20.180634
URL check
https://releases.mattermost.com/desktop/4.4.0/mattermost-desktop-4.4.0-x86.msi
https://releases.mattermost.com/desktop/4.4.0/mattermost-desktop-4.4.0-x64.msi
nuspec version: 4.4.0
remote version: 4.4.0
No new version found
maxthon.commandline - checking updates using AU version 2020.4.20.180634
URL check
https://dl.maxthon.com/mx5/maxthon_portable_5.3.8.2000.7z
nuspec version: 5.3.8.2000
remote version: 5.3.8.2000
No new version found
mendeley - checking updates using au version 2020.4.20.180634
URL check
https://desktop-download.mendeley.com/download/Mendeley-Desktop-1.19.4-win32.exe
nuspec version: 1.19.5
remote version: 1.19.4
No new version found
minikube - checking updates using AU version 2020.4.20.180634
URL check
https://storage.googleapis.com/minikube/releases/v1.9.2/minikube-windows-amd64.exe
nuspec version: 1.9.2
remote version: 1.9.2
No new version found
minishift - checking updates using AU version 2020.4.20.180634
URL check
https://github.com/minishift/minishift/releases/download/v1.34.2/minishift-1.34.2-windows-amd64.zip
nuspec version: 1.34.2
remote version: 1.34.2
No new version found
mixxx - checking updates using au version 2020.4.20.180634
URL check
https://downloads.mixxx.org/mixxx-2.2.3/mixxx-2.2.3-win32.exe
https://downloads.mixxx.org/mixxx-2.2.3/mixxx-2.2.3-win64.exe
nuspec version: 2.2.3
remote version: 2.2.3
No new version found
mkdocs - checking updates using au version 2020.4.20.180634
URL check
nuspec version: 1.1
remote version: 1.1
No new version found
mkdocs-material - checking updates using au version 2020.4.20.180634
URL check
nuspec version: 5.1.1
remote version: 5.1.1
No new version found
mkvtoolnix - checking updates using au version 2020.4.20.180634
URL check
https://mkvtoolnix.download/windows/releases/45.0.0/mkvtoolnix-64-bit-45.0.0-setup.exe
https://mkvtoolnix.download/windows/releases/45.0.0/mkvtoolnix-32-bit-45.0.0-setup.exe
nuspec version: 44.0.0
remote version: 45.0.0
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/mkvtoolnix/45.0.0
mono - checking updates using AU version 2020.4.20.180634
URL check
https://download.mono-project.com/archive/6.8.0/windows-installer/mono-6.8.0.105-x64-0.msi
https://download.mono-project.com/archive/6.8.0/windows-installer/mono-6.8.0.105-gtksharp-2.12.45-win32-0.msi
nuspec version: 6.8.0.105
remote version: 6.8.0.105
No new version found
mp3tag - checking updates using au version 2020.4.20.180634
URL check
http://download.mp3tag.de/mp3tagv301setup.exe
nuspec version: 3.01
remote version: 3.01
No new version found
mpc-hc - checking updates using AU version 2020.4.20.180634
URL check
https://binaries.mpc-hc.org/MPC%20HomeCinema%20-%20Win32/MPC-HC_v1.7.13_x86/MPC-HC.1.7.13.x86.exe
https://binaries.mpc-hc.org/MPC%20HomeCinema%20-%20x64/MPC-HC_v1.7.13_x64/MPC-HC.1.7.13.x64.exe
nuspec version: 1.7.13.20180702
remote version: 1.7.13
No new version found
mpc-hc-clsid2 - checking updates using AU version 2020.4.20.180634
URL check
https://github.com/clsid2/mpc-hc/releases/download/1.9.2/MPC-HC.1.9.2.x64.exe
https://github.com/clsid2/mpc-hc/releases/download/1.9.2/MPC-HC.1.9.2.x86.exe
nuspec version: 1.9.2
remote version: 1.9.2
No new version found
msys2 - checking updates using au version 2020.4.20.180634
URL check
http://repo.msys2.org/distrib/x86_64/msys2-base-x86_64-20190524.tar.xz
http://repo.msys2.org/distrib/i686/msys2-base-i686-20190524.tar.xz
nuspec version: 20190524.0.0
remote version: 20190524.0.0
No new version found
mumble - checking updates using AU version 2020.4.20.180634
URL check
https://github.com/mumble-voip/mumble/releases/download/1.3.1-rc1/mumble-1.3.1-rc1.msi
nuspec version: 1.3.0
remote version: 1.3.1-rc1
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/mumble/1.3.1-rc1
musescore - checking updates using AU version 2020.4.20.180634
URL check
https://cdn.jsdelivr.net/musescore/v3.4.2/MuseScore-3.4.2-x86_64.msi
nuspec version: 3.4.2
remote version: 3.4.2
No new version found
nircmd - checking updates using au version 2020.4.20.180634
URL check
http://www.nirsoft.net/utils/nircmd-x64.zip
http://www.nirsoft.net/utils/nircmd.zip
nuspec version: 2.86
remote version: 2.86
No new version found
nmap - checking updates using au version 2020.4.20.180634
URL check
https://nmap.org/dist/nmap-7.80-setup.exe
nuspec version: 7.80
remote version: 7.80
No new version found
nodejs - checking updates using au version 2020.4.20.180634
*** Stream: 10 ***
URL check
https://nodejs.org/download/release/latest-v10.x/node-v10.20.1-x86.msi
https://nodejs.org/download/release/latest-v10.x/node-v10.20.1-x64.msi
nuspec version: 10.20.1
remote version: 10.20.1
No new version found
*** Stream: 11 ***
URL check
https://nodejs.org/download/release/latest-v11.x/node-v11.15.0-x86.msi
https://nodejs.org/download/release/latest-v11.x/node-v11.15.0-x64.msi
nuspec version: 11.15.0
remote version: 11.15.0
No new version found
*** Stream: 12 ***
URL check
https://nodejs.org/dist/v12.16.2/node-v12.16.2-x86.msi
https://nodejs.org/dist/v12.16.2/node-v12.16.2-x64.msi
nuspec version: 12.16.2
remote version: 12.16.2
No new version found
*** Stream: 13 ***
URL check
https://nodejs.org/dist/v13.13.0/node-v13.13.0-x86.msi
https://nodejs.org/dist/v13.13.0/node-v13.13.0-x64.msi
nuspec version: 13.13.0
remote version: 13.13.0
No new version found
*** Stream: 4 ***
URL check
https://nodejs.org/download/release/latest-v4.x/node-v4.9.1-x86.msi
https://nodejs.org/download/release/latest-v4.x/node-v4.9.1-x64.msi
nuspec version: 4.9.1
remote version: 4.9.1
No new version found
*** Stream: 5 ***
URL check
https://nodejs.org/download/release/latest-v5.x/node-v5.12.0-x86.msi
https://nodejs.org/download/release/latest-v5.x/node-v5.12.0-x64.msi
nuspec version: 5.12.0
remote version: 5.12.0
No new version found
*** Stream: 6 ***
URL check
https://nodejs.org/download/release/latest-v6.x/node-v6.17.1-x86.msi
https://nodejs.org/download/release/latest-v6.x/node-v6.17.1-x64.msi
nuspec version: 6.17.1
remote version: 6.17.1
No new version found
*** Stream: 7 ***
URL check
https://nodejs.org/download/release/latest-v7.x/node-v7.10.1-x86.msi
https://nodejs.org/download/release/latest-v7.x/node-v7.10.1-x64.msi
nuspec version: 7.10.1
remote version: 7.10.1
No new version found
*** Stream: 8 ***
URL check
https://nodejs.org/download/release/latest-v8.x/node-v8.17.0-x86.msi
https://nodejs.org/download/release/latest-v8.x/node-v8.17.0-x64.msi
nuspec version: 8.17.0
remote version: 8.17.0
No new version found
*** Stream: 9 ***
URL check
https://nodejs.org/download/release/latest-v9.x/node-v9.11.2-x86.msi
https://nodejs.org/download/release/latest-v9.x/node-v9.11.2-x64.msi
nuspec version: 9.11.2
remote version: 9.11.2
No new version found
nodejs.install - checking updates using au version 2020.4.20.180634
*** Stream: 10 ***
URL check
https://nodejs.org/download/release/latest-v10.x/node-v10.20.1-x86.msi
https://nodejs.org/download/release/latest-v10.x/node-v10.20.1-x64.msi
nuspec version: 10.20.1
remote version: 10.20.1
No new version found
*** Stream: 11 ***
URL check
https://nodejs.org/download/release/latest-v11.x/node-v11.15.0-x86.msi
https://nodejs.org/download/release/latest-v11.x/node-v11.15.0-x64.msi
nuspec version: 11.15.0
remote version: 11.15.0
No new version found
*** Stream: 12 ***
URL check
https://nodejs.org/dist/v12.16.2/node-v12.16.2-x86.msi
https://nodejs.org/dist/v12.16.2/node-v12.16.2-x64.msi
nuspec version: 12.16.2
remote version: 12.16.2
No new version found
*** Stream: 13 ***
URL check
https://nodejs.org/dist/v13.13.0/node-v13.13.0-x86.msi
https://nodejs.org/dist/v13.13.0/node-v13.13.0-x64.msi
nuspec version: 13.13.0
remote version: 13.13.0
No new version found
*** Stream: 4 ***
URL check
https://nodejs.org/download/release/latest-v4.x/node-v4.9.1-x86.msi
https://nodejs.org/download/release/latest-v4.x/node-v4.9.1-x64.msi
nuspec version: 4.9.1
remote version: 4.9.1
No new version found
*** Stream: 5 ***
URL check
https://nodejs.org/download/release/latest-v5.x/node-v5.12.0-x86.msi
https://nodejs.org/download/release/latest-v5.x/node-v5.12.0-x64.msi
nuspec version: 5.12.0
remote version: 5.12.0
No new version found
*** Stream: 6 ***
URL check
https://nodejs.org/download/release/latest-v6.x/node-v6.17.1-x86.msi
https://nodejs.org/download/release/latest-v6.x/node-v6.17.1-x64.msi
nuspec version: 6.17.1
remote version: 6.17.1
No new version found
*** Stream: 7 ***
URL check
https://nodejs.org/download/release/latest-v7.x/node-v7.10.1-x86.msi
https://nodejs.org/download/release/latest-v7.x/node-v7.10.1-x64.msi
nuspec version: 7.10.1
remote version: 7.10.1
No new version found
*** Stream: 8 ***
URL check
https://nodejs.org/download/release/latest-v8.x/node-v8.17.0-x86.msi
https://nodejs.org/download/release/latest-v8.x/node-v8.17.0-x64.msi
nuspec version: 8.17.0
remote version: 8.17.0
No new version found
*** Stream: 9 ***
URL check
https://nodejs.org/download/release/latest-v9.x/node-v9.11.2-x86.msi
https://nodejs.org/download/release/latest-v9.x/node-v9.11.2-x64.msi
nuspec version: 9.11.2
remote version: 9.11.2
No new version found
no-ip-duc - checking updates using AU version 2020.4.20.180634
URL check
https://www.noip.com/client/DUCSetup_v4_1_1.exe
nuspec version: 4.1.1.20170207
remote version: 4.1.1
No new version found
nomacs - checking updates using au version 2020.4.20.180634
URL check
http://download.nomacs.org/nomacs-setup-x86.msi
http://download.nomacs.org/nomacs-setup-x64.msi
nuspec version: 3.12.1
remote version: 3.12.1
No new version found
nomacs.portable - checking updates using au version 2020.4.20.180634
URL check
http://download.nomacs.org/portable/nomacs-3.12.1.zip
nuspec version: 3.12.1
remote version: 3.12.1
No new version found
notepadplusplus - checking updates using au version 2020.4.20.180634
URL check
http://download.notepad-plus-plus.org/repository/7.x/7.8.5/npp.7.8.5.bin.x64.7z
http://download.notepad-plus-plus.org/repository/7.x/7.8.5/npp.7.8.5.Installer.exe
http://download.notepad-plus-plus.org/repository/7.x/7.8.5/npp.7.8.5.Installer.x64.exe
http://download.notepad-plus-plus.org/repository/7.x/7.8.5/npp.7.8.5.bin.7z
nuspec version: 7.8.5
remote version: 7.8.5
No new version found
notepadplusplus.commandline - checking updates using au version 2020.4.20.180634
URL check
http://download.notepad-plus-plus.org/repository/7.x/7.8.5/npp.7.8.5.bin.x64.7z
http://download.notepad-plus-plus.org/repository/7.x/7.8.5/npp.7.8.5.Installer.exe
http://download.notepad-plus-plus.org/repository/7.x/7.8.5/npp.7.8.5.Installer.x64.exe
http://download.notepad-plus-plus.org/repository/7.x/7.8.5/npp.7.8.5.bin.7z
nuspec version: 7.8.5
remote version: 7.8.5
No new version found
notepadplusplus.install - checking updates using au version 2020.4.20.180634
URL check
http://download.notepad-plus-plus.org/repository/7.x/7.8.5/npp.7.8.5.bin.x64.7z
http://download.notepad-plus-plus.org/repository/7.x/7.8.5/npp.7.8.5.Installer.exe
http://download.notepad-plus-plus.org/repository/7.x/7.8.5/npp.7.8.5.Installer.x64.exe
http://download.notepad-plus-plus.org/repository/7.x/7.8.5/npp.7.8.5.bin.7z
nuspec version: 7.8.5
remote version: 7.8.5
No new version found
nssm - checking updates using au version 2020.4.20.180634
URL check
https://www.nssm.cc/ci/nssm-2.24-101-g897c7ad.zip
nuspec version: 2.24.101.20180116
remote version: 2.24.101
No new version found
nuget.commandline - checking updates using au version 2020.4.20.180634
*** Stream: 2.8 ***
URL check
https://dist.nuget.org/win-x86-commandline/v2.8.6/nuget.exe
nuspec version: 0.0
remote version: 2.8.6
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/nuget.commandline/2.8.6
*** Stream: 3.2 ***
URL check
https://dist.nuget.org/win-x86-commandline/v3.2.0/nuget.exe
nuspec version: 3.2.0
remote version: 3.2.0
No new version found
*** Stream: 3.3 ***
URL check
https://dist.nuget.org/win-x86-commandline/v3.3.0/nuget.exe
nuspec version: 0.0
remote version: 3.3.0
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/nuget.commandline/3.3.0
*** Stream: 3.4 ***
URL check
https://dist.nuget.org/win-x86-commandline/v3.4.4/nuget.exe
nuspec version: 3.4.4
remote version: 3.4.4
No new version found
*** Stream: 3.5 ***
URL check
https://dist.nuget.org/win-x86-commandline/v3.5.0/nuget.exe
nuspec version: 0.0
remote version: 3.5.0
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/nuget.commandline/3.5.0
*** Stream: 4.0 ***
URL check
https://dist.nuget.org/win-x86-commandline/v4.0.0/nuget.exe
nuspec version: 4.0.0
remote version: 4.0.0
No new version found
*** Stream: 4.1 ***
URL check
https://dist.nuget.org/win-x86-commandline/v4.1.0/nuget.exe
nuspec version: 0.0
remote version: 4.1.0
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/nuget.commandline/4.1.0
*** Stream: 4.3 ***
URL check
https://dist.nuget.org/win-x86-commandline/v4.3.1/nuget.exe
nuspec version: 4.3.1
remote version: 4.3.1
No new version found
*** Stream: 4.4 ***
URL check
https://dist.nuget.org/win-x86-commandline/v4.4.3/nuget.exe
nuspec version: 4.4.3
remote version: 4.4.3
No new version found
*** Stream: 4.5 ***
URL check
https://dist.nuget.org/win-x86-commandline/v4.5.3/nuget.exe
nuspec version: 4.5.3
remote version: 4.5.3
No new version found
*** Stream: 4.6 ***
URL check
https://dist.nuget.org/win-x86-commandline/v4.6.4/nuget.exe
nuspec version: 4.6.4
remote version: 4.6.4
No new version found
*** Stream: 4.7 ***
URL check
https://dist.nuget.org/win-x86-commandline/v4.7.3/nuget.exe
nuspec version: 4.7.3
remote version: 4.7.3
No new version found
*** Stream: 4.8 ***
URL check
https://dist.nuget.org/win-x86-commandline/v4.8.2/nuget.exe
nuspec version: 4.8.2
remote version: 4.8.2
No new version found
*** Stream: 4.9 ***
URL check
https://dist.nuget.org/win-x86-commandline/v4.9.4/nuget.exe
nuspec version: 4.9.4
remote version: 4.9.4
No new version found
*** Stream: 5.0 ***
URL check
https://dist.nuget.org/win-x86-commandline/v5.0.2/nuget.exe
nuspec version: 0.0
remote version: 5.0.2
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/nuget.commandline/5.0.2
*** Stream: 5.1 ***
URL check
https://dist.nuget.org/win-x86-commandline/v5.1.0/nuget.exe
nuspec version: 0.0
remote version: 5.1.0
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/nuget.commandline/5.1.0
*** Stream: 5.2 ***
URL check
https://dist.nuget.org/win-x86-commandline/v5.2.0/nuget.exe
nuspec version: 0.0
remote version: 5.2.0
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/nuget.commandline/5.2.0
*** Stream: 5.3 ***
URL check
https://dist.nuget.org/win-x86-commandline/v5.3.1/nuget.exe
nuspec version: 0.0
remote version: 5.3.1
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/nuget.commandline/5.3.1
*** Stream: 5.4 ***
URL check
https://dist.nuget.org/win-x86-commandline/v5.4.0/nuget.exe
nuspec version: 5.4.0
remote version: 5.4.0
No new version found
*** Stream: 5.5 ***
URL check
https://dist.nuget.org/win-x86-commandline/v5.5.1/nuget.exe
nuspec version: 5.5.1
remote version: 5.5.1
No new version found
*** Stream: stable ***
URL check
https://dist.nuget.org/win-x86-commandline/v5.6.0-preview2/nuget.exe
nuspec version: 5.6.0-preview2
remote version: 5.6.0-preview2
No new version found
octave.portable - checking updates using AU version 2020.4.20.180634
URL check
https://ftp.gnu.org/gnu/octave/windows/octave-5.2.0_1-w32.7z
https://ftp.gnu.org/gnu/octave/windows/octave-5.2.0_1-w64.7z
nuspec version: 5.1.0
remote version: 5.2.0.1
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/octave.portable/5.2.0.1
openshift-cli - checking updates using AU version 2020.4.20.180634
URL check
https://github.com/openshift/origin/releases/download/v3.11.0/openshift-origin-client-tools-v3.11.0-0cbc58b-windows.zip
nuspec version: 3.11.0
remote version: 3.11.0
No new version found
openssl.light - checking updates using AU version 2020.4.20.180634
URL check
https://slproweb.com/download/Win64OpenSSL_Light-1_1_1f.exe
https://slproweb.com/download/Win32OpenSSL_Light-1_1_1f.exe
nuspec version: 1.1.1.20181020
remote version: 1.1.1.500
No new version found
opera - checking updates using au version 2020.4.20.180634
URL check
https://get.geo.opera.com/pub/opera/desktop/67.0.3575.137/win/Opera_67.0.3575.137_Setup.exe
https://get.geo.opera.com/pub/opera/desktop/67.0.3575.137/win/Opera_67.0.3575.137_Setup_x64.exe
nuspec version: 67.0.3575.137
remote version: 67.0.3575.137
No new version found
owncloud-client - checking updates using AU version 2020.4.20.180634
*** Stream: stable ***
URL check
https://download.owncloud.com/desktop/stable/ownCloud-2.6.1.13407.13049.msi
nuspec version: 2.6.0.13018
remote version: 2.6.1.13407
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/owncloud-client/2.6.1.13407
paint.net - checking updates using AU version 2020.4.20.180634
URL check
https://www.dotpdn.com/files/paint.net.4.2.10.install.zip
nuspec version: 4.2.9
remote version: 4.2.10
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/paint.net/4.2.10
palemoon - checking updates using au version 2020.4.20.180634
URL check
https://rm-eu.palemoon.org/release/palemoon-28.9.1.win64.installer.exe
https://rm-eu.palemoon.org/release/palemoon-28.9.1.win32.installer.exe
nuspec version: 28.9.0.2
remote version: 28.9.1
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/palemoon/28.9.1
partitionmasterfree - checking updates using au version 2020.4.20.180634
URL check
http://download.easeus.com/free/epm_e1125.exe
nuspec version: 13.5
remote version: 13.5
No new version found
patch-my-pc - checking updates using AU version 2020.4.20.180634
URL check
https://patchmypc.net/freeupdater/PatchMyPC.exe
nuspec version: 4.1.0.3
remote version: 4.1.0.4
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/patch-my-pc/4.1.0.4
pdfcreator - checking updates using AU version 2020.4.20.180634
URL check
https://lime.download.pdfforge.org/pdfcreator/4.0.4/PDFCreator-4_0_4-Setup_legacy.exe
nuspec version: 4.0.4
remote version: 4.0.4
No new version found
peazip - checking updates using au version 2020.4.20.180634
URL check
https://github.com/giorgiotani/PeaZip/releases/download/7.2.0/peazip-7.2.0.WIN64.exe
https://github.com/giorgiotani/PeaZip/releases/download/7.2.0/peazip-7.2.0.WINDOWS.exe
nuspec version: 7.2.0
remote version: 7.2.0
No new version found
peazip.install - checking updates using au version 2020.4.20.180634
URL check
https://github.com/giorgiotani/PeaZip/releases/download/7.2.0/peazip-7.2.0.WIN64.exe
https://github.com/giorgiotani/PeaZip/releases/download/7.2.0/peazip-7.2.0.WINDOWS.exe
nuspec version: 7.2.0
remote version: 7.2.0
No new version found
pencil - checking updates using AU version 2020.4.20.180634
URL check
http://pencil.evolus.vn/dl/V3.1.0.ga/pencil-3.1.0.ga-i386.exe
http://pencil.evolus.vn/dl/V3.1.0.ga/pencil-3.1.0.ga-x86_64.exe
nuspec version: 3.1.0
remote version: 3.1.0
No new version found
php - checking updates using au version 2020.4.20.180634
*** Stream: 7.2 ***
URL check
http://windows.php.net/downloads/releases/php-7.2.30-nts-Win32-VC15-x86.zip
http://windows.php.net/downloads/releases/php-7.2.30-nts-Win32-VC15-x64.zip
http://windows.php.net/downloads/releases/php-7.2.30-Win32-VC15-x86.zip
http://windows.php.net/downloads/releases/php-7.2.30-Win32-VC15-x64.zip
nuspec version: 7.2.30
remote version: 7.2.30
No new version found
*** Stream: 7.3 ***
URL check
http://windows.php.net/downloads/releases/php-7.3.17-nts-Win32-VC15-x86.zip
http://windows.php.net/downloads/releases/php-7.3.17-nts-Win32-VC15-x64.zip
http://windows.php.net/downloads/releases/php-7.3.17-Win32-VC15-x86.zip
http://windows.php.net/downloads/releases/php-7.3.17-Win32-VC15-x64.zip
nuspec version: 7.3.17
remote version: 7.3.17
No new version found
*** Stream: 7.4 ***
URL check
http://windows.php.net/downloads/releases/php-7.4.5-nts-Win32-vc15-x86.zip
http://windows.php.net/downloads/releases/php-7.4.5-nts-Win32-vc15-x64.zip
http://windows.php.net/downloads/releases/php-7.4.5-Win32-vc15-x86.zip
http://windows.php.net/downloads/releases/php-7.4.5-Win32-vc15-x64.zip
nuspec version: 7.4.5
remote version: 7.4.5
No new version found
picard - checking updates using AU version 2020.4.20.180634
URL check
https://musicbrainz.osuosl.org/pub/musicbrainz/picard/picard-setup-2.3.1.exe
nuspec version: 2.3.1
remote version: 2.3.1
No new version found
poi - checking updates using au version 2020.4.20.180634
URL check
https://github.com/poooi/poi/releases/download/v10.5.1/poi-setup-10.5.1.exe
nuspec version: 10.5.1
remote version: 10.5.1
No new version found
poweriso - checking updates using au version 2020.4.20.180634
URL check
http://www.poweriso.com/PowerISO6-x64.exe
http://www.poweriso.com/PowerISO6.exe
nuspec version: 7.6
remote version: 7.6
No new version found
prey - checking updates using AU version 2020.4.20.180634
*** Stream: 1.7 ***
URL check
https://github.com/prey/prey-node-client/releases/download/v1.7.5/prey-windows-1.7.5-x64.msi
https://github.com/prey/prey-node-client/releases/download/v1.7.5/prey-windows-1.7.5-x86.msi
nuspec version: 1.7.5
remote version: 1.7.5
No new version found
*** Stream: 1.8 ***
URL check
https://github.com/prey/prey-node-client/releases/download/v1.8.3/prey-windows-1.8.3-x64.msi
https://github.com/prey/prey-node-client/releases/download/v1.8.3/prey-windows-1.8.3-x86.msi
nuspec version: 1.8.3
remote version: 1.8.3
No new version found
*** Stream: 1.9 ***
URL check
https://github.com/prey/prey-node-client/releases/download/v1.9.3/prey-windows-1.9.3-x64.msi
https://github.com/prey/prey-node-client/releases/download/v1.9.3/prey-windows-1.9.3-x86.msi
nuspec version: 1.9.3
remote version: 1.9.3
No new version found
protoc - checking updates using au version 2020.4.20.180634
URL check
https://github.com//protocolbuffers/protobuf/releases/download/v3.11.4/protoc-3.11.4-win32.zip
https://github.com//protocolbuffers/protobuf/releases/download/v3.11.4/protoc-3.11.4-win64.zip
nuspec version: 3.11.4
remote version: 3.11.4
No new version found
pspp - checking updates using AU version 2020.4.20.180634
URL check
https://sourceforge.net/projects/pspp4windows/files/2018-11-09/pspp-20181109-daily-32bits-setup.exe/download
https://sourceforge.net/projects/pspp4windows/files/2018-11-09/pspp-20181109-daily-64bits-setup.exe/download
nuspec version: 1.2.0
remote version: 1.2.0
No new version found
putty - checking updates using au version 2020.4.20.180634
URL check
https://the.earth.li/~sgtatham/putty/latest/w32/putty.zip
https://the.earth.li/~sgtatham/putty/latest/w32/putty-0.73-installer.msi
https://the.earth.li/~sgtatham/putty/latest/w64/putty.zip
https://the.earth.li/~sgtatham/putty/latest/w64/putty-64bit-0.73-installer.msi
nuspec version: 0.73
remote version: 0.73
No new version found
putty.install - checking updates using au version 2020.4.20.180634
URL check
https://the.earth.li/~sgtatham/putty/latest/w32/putty.zip
https://the.earth.li/~sgtatham/putty/latest/w32/putty-0.73-installer.msi
https://the.earth.li/~sgtatham/putty/latest/w64/putty.zip
https://the.earth.li/~sgtatham/putty/latest/w64/putty-64bit-0.73-installer.msi
nuspec version: 0.73
remote version: 0.73
No new version found
putty.portable - checking updates using au version 2020.4.20.180634
URL check
https://the.earth.li/~sgtatham/putty/latest/w32/putty.zip
https://the.earth.li/~sgtatham/putty/latest/w32/putty-0.73-installer.msi
https://the.earth.li/~sgtatham/putty/latest/w64/putty.zip
https://the.earth.li/~sgtatham/putty/latest/w64/putty-64bit-0.73-installer.msi
nuspec version: 0.73
remote version: 0.73
No new version found
pyhoca-gui - checking updates using AU version 2020.4.20.180634
URL check
http://code.x2go.org/releases/binary-win32/pyhoca-gui/releases/0.5.0.4-20150125/PyHoca-GUI_0.5.0.4-20150125_win32-setup.exe
nuspec version: 0.5.0.4001
remote version: 0.5.0.401
No new version found
python - checking updates using au version 2020.4.20.180634
*** Stream: 3.0 ***
URL check
https://www.python.org/ftp/python/3.0.1/python-3.0.1.msi
https://www.python.org/ftp/python/3.0.1/python-3.0.1.amd64.msi
nuspec version: 3.0.1
remote version: 3.0.1
No new version found
*** Stream: 3.1 ***
URL check
https://www.python.org/ftp/python/3.1.4/python-3.1.4.msi
https://www.python.org/ftp/python/3.1.4/python-3.1.4.amd64.msi
nuspec version: 3.1.4
remote version: 3.1.4
No new version found
*** Stream: 3.2 ***
URL check
https://www.python.org/ftp/python/3.2.5/python-3.2.5.msi
https://www.python.org/ftp/python/3.2.5/python-3.2.5.amd64.msi
nuspec version: 3.2.5
remote version: 3.2.5
No new version found
*** Stream: 3.3 ***
URL check
http://www.python.org/ftp/python/3.3.5/python-3.3.5.msi
http://www.python.org/ftp/python/3.3.5/python-3.3.5.amd64.msi
nuspec version: 3.3.5.20200110
remote version: 3.3.5
No new version found
*** Stream: 3.4 ***
URL check
https://www.python.org/ftp/python/3.4.4/python-3.4.4.msi
https://www.python.org/ftp/python/3.4.4/python-3.4.4.amd64.msi
nuspec version: 3.4.4.20180111
remote version: 3.4.4
No new version found
*** Stream: 3.5 ***
URL check
https://www.python.org/ftp/python/3.5.4/python-3.5.4.exe
https://www.python.org/ftp/python/3.5.4/python-3.5.4-amd64.exe
nuspec version: 3.5.4.20200110
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.20200110
remote version: 3.6.8
No new version found
*** Stream: 3.7 ***
URL check
https://www.python.org/ftp/python/3.7.7/python-3.7.7.exe
https://www.python.org/ftp/python/3.7.7/python-3.7.7-amd64.exe
nuspec version: 3.7.7
remote version: 3.7.7
No new version found
*** Stream: 3.8 ***
URL check
https://www.python.org/ftp/python/3.8.2/python-3.8.2.exe
https://www.python.org/ftp/python/3.8.2/python-3.8.2-amd64.exe
nuspec version: 3.8.2
remote version: 3.8.2
No new version found
*** Stream: 3.9 ***
URL check
https://www.python.org/ftp/python/3.9.0/python-3.9.0a5.exe
https://www.python.org/ftp/python/3.9.0/python-3.9.0a5-amd64.exe
nuspec version: 3.9.0-a5
remote version: 3.9.0-a5
No new version found
python2 - checking updates using au version 2020.4.20.180634
*** Stream: 2.4 ***
URL check
https://www.python.org/ftp/python/2.4.4/python-2.4.4.msi
https://www.python.org/ftp/python/2.4.4/python-2.4.4.msi
nuspec version: 2.4.4
remote version: 2.4.4
No new version found
*** Stream: 2.5 ***
URL check
https://www.python.org/ftp/python/2.5.4/python-2.5.4.msi
https://www.python.org/ftp/python/2.5.4/python-2.5.4.amd64.msi
nuspec version: 2.5.4
remote version: 2.5.4
No new version found
*** Stream: 2.6 ***
URL check
https://www.python.org/ftp/python/2.6.6/python-2.6.6.msi
https://www.python.org/ftp/python/2.6.6/python-2.6.6.amd64.msi
nuspec version: 2.6.6
remote version: 2.6.6
No new version found
*** Stream: 2.7 ***
URL check
https://www.python.org/ftp/python/2.7.18/python-2.7.18.msi
https://www.python.org/ftp/python/2.7.18/python-2.7.18.amd64.msi
nuspec version: 2.7.17
remote version: 2.7.18
New version is available
Automatic checksum skipped
Running au_BeforeUpdate
Setting package description from README.md
Updating files
$Latest data:
Checksum32 (String) D901802E90026E9BAD76B8A81F8DD7E43C7D7E8269D9281C9E9DF7A9C40480A9
Checksum64 (String) B74A3AFA1E0BF2A6FC566A7B70D15C9BFABBA3756FB077797D16FFFA27800C05
ChecksumType32 (String) sha256
ChecksumType64 (String) sha256
FileName32 (String) python-2.7.18.msi
FileName64 (String) python-2.7.18.amd64.msi
FileType (String) msi
NuspecVersion (String) 2.7.17
PackageName (String) python2
Stream (String) 2.7
Streams (Hashtable) System.Collections.Hashtable
URL32 (String) https://www.python.org/ftp/python/2.7.18/python-2.7.18.msi
URL64 (String) https://www.python.org/ftp/python/2.7.18/python-2.7.18.amd64.msi
Version (String) 2.7.18
python2.nuspec
setting id: python2
updating version: 2.7.17 -> 2.7.18
.\legal\VERIFICATION.txt
(?i)(^\s*checksum64\:).* = ${1} B74A3AFA1E0BF2A6FC566A7B70D15C9BFABBA3756FB077797D16FFFA27800C05
(?i)(\s*32\-Bit Software.*)\<.*\> = ${1}<https://www.python.org/ftp/python/2.7.18/python-2.7.18.msi>
(?i)(^\s*checksum\s*type\:).* = ${1} sha256
(?i)(\s*64\-Bit Software.*)\<.*\> = ${1}<https://www.python.org/ftp/python/2.7.18/python-2.7.18.amd64.msi>
(?i)(^\s*checksum(32)?\:).* = ${1} D901802E90026E9BAD76B8A81F8DD7E43C7D7E8269D9281C9E9DF7A9C40480A9
(?i)(^\s*location on\:?\s*)\<.*\> = ${1}<https://www.python.org/downloads/>
.\tools\chocolateyInstall.ps1
(?i)(^\s*file\s*=\s*"[$]toolsPath\\).* = ${1}python-2.7.18.msi"
(?i)(^\s*file64\s*=\s*"[$]toolsPath\\).* = ${1}python-2.7.18.amd64.msi"
Attempting to build package from 'python2.nuspec'.
Successfully created package 'C:\projects\chocolatey-coreteampackages\automatic\python2\python2.2.7.18.nupkg'
Package updated
Chocolatey v0.10.15
Attempting to push python2.2.7.18.nupkg to https://push.chocolatey.org
python2 2.7.18 was pushed successfully to https://push.chocolatey.org
python3 - checking updates using au version 2020.4.20.180634
*** Stream: 3.0 ***
URL check
https://www.python.org/ftp/python/3.0.1/python-3.0.1.msi
https://www.python.org/ftp/python/3.0.1/python-3.0.1.amd64.msi
nuspec version: 3.0.1.20200110
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.20200110
remote version: 3.2.5
No new version found
*** Stream: 3.3 ***
URL check
http://www.python.org/ftp/python/3.3.5/python-3.3.5.msi
http://www.python.org/ftp/python/3.3.5/python-3.3.5.amd64.msi
nuspec version: 3.3.4
remote version: 3.3.5
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/python3/3.3.5
*** Stream: 3.4 ***
URL check
https://www.python.org/ftp/python/3.4.4/python-3.4.4.msi
https://www.python.org/ftp/python/3.4.4/python-3.4.4.amd64.msi
nuspec version: 3.4.4.20180111
remote version: 3.4.4
No new version found
*** Stream: 3.5 ***
URL check
https://www.python.org/ftp/python/3.5.4/python-3.5.4.exe
https://www.python.org/ftp/python/3.5.4/python-3.5.4-amd64.exe
nuspec version: 3.5.4.20200110
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.7/python-3.7.7.exe
https://www.python.org/ftp/python/3.7.7/python-3.7.7-amd64.exe
nuspec version: 3.7.7
remote version: 3.7.7
No new version found
*** Stream: 3.8 ***
URL check
https://www.python.org/ftp/python/3.8.2/python-3.8.2.exe
https://www.python.org/ftp/python/3.8.2/python-3.8.2-amd64.exe
nuspec version: 3.8.2
remote version: 3.8.2
No new version found
*** Stream: 3.9 ***
URL check
https://www.python.org/ftp/python/3.9.0/python-3.9.0a5.exe
https://www.python.org/ftp/python/3.9.0/python-3.9.0a5-amd64.exe
nuspec version: 3.9.0-a5
remote version: 3.9.0-a5
No new version found
qtox - checking updates using au version 2020.4.20.180634
URL check
https://github.com/qTox/qTox/releases/download/v1.16.3/setup-qtox-x86_64-release.exe
https://github.com/qTox/qTox/releases/download/v1.16.3/setup-qtox-i686-release.exe
nuspec version: 1.16.3
remote version: 1.16.3
No new version found
quiterss - checking updates using au version 2020.4.20.180634
URL check
https://quiterss.org/files/0.19.3/QuiteRSS-0.19.3-Setup.exe
nuspec version: 0.19.3
remote version: 0.19.3
No new version found
rapidee - checking updates using au version 2020.4.20.180634
URL check
https://www.rapidee.com/download/RapidEEx64.zip
https://www.rapidee.com/download/RapidEE.zip
nuspec version: 9.2.937
remote version: 9.2.937
No new version found
renamemaster - checking updates using AU version 2020.4.20.180634
URL check
http://files.snapfiles.com/directdl/rmv314.zip
nuspec version: 3.14
remote version: 3.14
No new version found
reshack - checking updates using au version 2020.4.20.180634
URL check
http://www.angusj.com/resourcehacker/reshacker_setup.exe
nuspec version: 5.1.7
remote version: 5.1.7
No new version found
ruby - checking updates using au version 2020.4.20.180634
URL check
https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.7.1-1/rubyinstaller-2.7.1-1-x64.exe
https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-2.7.1-1/rubyinstaller-2.7.1-1-x86.exe
nuspec version: 2.7.0.1
remote version: 2.7.1.1
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/ruby/2.7.1.1
rufus - checking updates using au version 2020.4.20.180634
URL check
https://github.com/pbatard/rufus/releases/download/v3.9/rufus-3.9.exe
nuspec version: 3.8
remote version: 3.9
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/rufus/3.9
scribus - checking updates using AU version 2020.4.20.180634
URL check
https://sourceforge.net/projects/scribus/files/scribus/1.4.8/scribus-1.4.8-windows.exe/download
https://sourceforge.net/projects/scribus/files/scribus/1.4.8/scribus-1.4.8-windows-x64.exe/download
nuspec version: 1.4.8
remote version: 1.4.8
No new version found
seafile-client - checking updates using au version 2020.4.20.180634
URL check
https://s3.eu-central-1.amazonaws.com/download.seadrive.org/seafile-7.0.7-en.msi
nuspec version: 7.0.7
remote version: 7.0.7
No new version found
sidesync - checking updates using au version 2020.4.20.180634
URL check
https://downloadcenter.samsung.com/content/SW/201710/20171031152920648/SideSync_4.7.5.203.exe
https://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 2020.4.20.180634
URL check
https://github.com/henrypp/simplewall/releases/download/v.3.1.2/simplewall-3.1.2-bin.zip
https://github.com/henrypp/simplewall/releases/download/v.3.1.2/simplewall-3.1.2-setup.exe
nuspec version: 3.1.2
remote version: 3.1.2
No new version found
simplewall.install - checking updates using au version 2020.4.20.180634
URL check
https://github.com/henrypp/simplewall/releases/download/v.3.1.2/simplewall-3.1.2-bin.zip
https://github.com/henrypp/simplewall/releases/download/v.3.1.2/simplewall-3.1.2-setup.exe
nuspec version: 3.1.2
remote version: 3.1.2
No new version found
simplewall.portable - checking updates using au version 2020.4.20.180634
URL check
https://github.com/henrypp/simplewall/releases/download/v.3.1.2/simplewall-3.1.2-bin.zip
https://github.com/henrypp/simplewall/releases/download/v.3.1.2/simplewall-3.1.2-setup.exe
nuspec version: 3.1.2
remote version: 3.1.2
No new version found
skype - checking updates using au version 2020.4.20.180634
URL check
https://download.skype.com/s4l/download/win/Skype-8.59.0.77.exe
nuspec version: 8.59.0.77
remote version: 8.59.0.77
No new version found
smartftp - checking updates using au version 2020.4.20.180634
URL check
https://www.smartftp.com/get/SmartFTP86.msi
https://www.smartftp.com/get/SmartFTP64.msi
nuspec version: 9.0.2750.0
remote version: 9.0.2750.0
No new version found
sonarlint-vs2015 - checking updates using au version 2020.4.20.180634
URL check
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/SonarSource/vsextensions/SonarLintforVisualStudio/4.20.0.16339/vspackage
nuspec version: 4.19.0.15817
remote version: 4.20.0.16339
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/sonarlint-vs2015/4.20.0.16339
sourcetree - checking updates using au version 2020.4.20.180634
URL check
https://product-downloads.atlassian.com/software/sourcetree/windows/ga/SourcetreeEnterpriseSetup_3.3.8.msi
nuspec version: 3.3.8
remote version: 3.3.8
No new version found
sparkleshare - checking updates using au version 2020.4.20.180634
URL check
https://bitbucket.org/hbons/sparkleshare/downloads/sparkleshare-windows-1.4.msi
nuspec version: 1.5.0.20161115
remote version: 1.4
No new version found
speccy - checking updates using au version 2020.4.20.180634
URL check
https://download.ccleaner.com/spsetup132.exe
nuspec version: 1.32.740
remote version: 1.32.740
No new version found
spotify - checking updates using AU version 2020.4.20.180634
URL check
https://download.scdn.co/SpotifySetup.exe
nuspec version: 1.1.29.592
remote version: 1.1.30.658
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/spotify/1.1.30.658
sqlite - checking updates using au version 2020.4.20.180634
URL check
https://sqlite.org/2020/sqlite-tools-win32-x86-3310100.zip
https://sqlite.org/2020/sqlite-dll-win32-x86-3310100.zip
https://sqlite.org/2020/sqlite-dll-win64-x64-3310100.zip
nuspec version: 3.31.1
remote version: 3.31.1
No new version found
supertuxkart - checking updates using au version 2020.4.20.180634
URL check
https://sourceforge.net/projects/supertuxkart/files/SuperTuxKart/1.1/SuperTuxKart%201.1.0%20installer-32bit.exe/download
https://sourceforge.net/projects/supertuxkart/files/SuperTuxKart/1.1/SuperTuxKart%201.1.0%20installer-64bit.exe/download
nuspec version: 1.1
remote version: 1.1
No new version found
sysinternals - checking updates using au version 2020.4.20.180634
URL check
https://download.sysinternals.com/files/SysinternalsSuite-Nano.zip
https://download.sysinternals.com/files/SysinternalsSuite.zip
nuspec version: 2019.12.19
remote version: 2019.12.19
No new version found
testdisk-photorec - checking updates using AU version 2020.4.20.180634
URL check
https://www.cgsecurity.org/testdisk-7.1.win.zip
nuspec version: 7.1
remote version: 7.1
No new version found
texmaker - checking updates using AU version 2020.4.20.180634
URL check
http://www.xm1math.net/texmaker/assets/files/Texmaker_5.0.4_Win_x64.msi
nuspec version: 5.0.4
remote version: 5.0.4
No new version found
thunderbird - checking updates using au version 2020.4.20.180634
URL check
nuspec version: 68.7.0
remote version: 68.7.0
No new version found
tightvnc - checking updates using AU version 2020.4.20.180634
URL check
https://www.tightvnc.com/download/2.8.27/tightvnc-2.8.27-gpl-setup-64bit.msi
https://www.tightvnc.com/download/2.8.27/tightvnc-2.8.27-gpl-setup-32bit.msi
nuspec version: 2.8.27
remote version: 2.8.27
No new version found
tixati - checking updates using au version 2020.4.20.180634
URL check
https://download1.tixati.com/download/tixati-2.72-1.win32-install.exe
https://download1.tixati.com/download/tixati-2.72-1.win64-install.exe
nuspec version: 2.72
remote version: 2.72
No new version found
tixati.portable - checking updates using au version 2020.4.20.180634
URL check
https://download2.tixati.com/download/tixati-2.72-1.portable.zip
nuspec version: 2.72
remote version: 2.72
No new version found
tor-browser - checking updates using au version 2020.4.20.180634
URL check
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-9.0.9_de.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-9.0.9_es-AR.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-win64-9.0.9_mk.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-win64-9.0.9_vi.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-9.0.9_mk.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-9.0.9_tr.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-win64-9.0.9_cs.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-win64-9.0.9_da.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-win64-9.0.9_pl.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-win64-9.0.9_he.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-9.0.9_nb-NO.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-9.0.9_he.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-9.0.9_pl.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-win64-9.0.9_ko.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-win64-9.0.9_tr.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-win64-9.0.9_is.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-9.0.9_en-US.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-win64-9.0.9_ro.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-9.0.9_ja.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-9.0.9_id.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-win64-9.0.9_de.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-win64-9.0.9_ga-IE.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-win64-9.0.9_nb-NO.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-9.0.9_hu.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-9.0.9_nl.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-9.0.9_ca.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-9.0.9_fr.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-9.0.9_ar.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-win64-9.0.9_fr.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-9.0.9_da.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-9.0.9_zh-CN.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-win64-9.0.9_id.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-win64-9.0.9_ru.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-win64-9.0.9_ja.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-9.0.9_ka.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-9.0.9_ro.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-win64-9.0.9_en-US.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-9.0.9_is.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-9.0.9_zh-TW.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-win64-9.0.9_nl.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-win64-9.0.9_hu.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-win64-9.0.9_zh-TW.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-9.0.9_ga-IE.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-win64-9.0.9_ka.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-9.0.9_es-ES.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-win64-9.0.9_it.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-9.0.9_fa.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-win64-9.0.9_pt-BR.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-win64-9.0.9_zh-CN.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-win64-9.0.9_ar.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-9.0.9_vi.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-win64-9.0.9_ca.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-9.0.9_ko.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-9.0.9_pt-BR.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-win64-9.0.9_es-ES.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-9.0.9_it.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-9.0.9_sv-SE.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-win64-9.0.9_es-AR.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-win64-9.0.9_el.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-9.0.9_cs.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-win64-9.0.9_sv-SE.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-9.0.9_ru.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-9.0.9_el.exe
https://www.torproject.org/dist/torbrowser/9.0.9/torbrowser-install-win64-9.0.9_fa.exe
nuspec version: 9.0.8
remote version: 9.0.9
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/tor-browser/9.0.9
tortoisegit - checking updates using au version 2020.4.20.180634
URL check
https://download.tortoisegit.org/tgit/2.10.0.0/TortoiseGit-2.10.0.2-64bit.msi
https://download.tortoisegit.org/tgit/2.10.0.0/TortoiseGit-2.10.0.2-32bit.msi
nuspec version: 2.10.0.2
remote version: 2.10.0.2
No new version found
tortoisesvn - checking updates using au version 2020.4.20.180634
URL check
https://osdn.net/frs/redir.php?m=xtom_us&f=%2Fstorage%2Fg%2Ft%2Fto%2Ftortoisesvn%2F1.13.1%2FApplication%2FTortoiseSVN-1.13.1.28686-x64-svn-1.13.0.msi
https://osdn.net/frs/redir.php?m=gigenet&f=%2Fstorage%2Fg%2Ft%2Fto%2Ftortoisesvn%2F1.13.1%2FApplication%2FTortoiseSVN-1.13.1.28686-win32-svn-1.13.0.msi
nuspec version: 1.13.1.28686
remote version: 1.13.1.28686
No new version found
totalcommander - checking updates using au version 2020.4.20.180634
URL check
https://totalcommander.ch/win/tcmd951x32_64.exe
http://ghisler.fileburst.com/addons/installer.zip
nuspec version: 9.50
remote version: 9.51
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/totalcommander/9.51
transifex-client - checking updates using AU version 2020.4.20.180634
URL check
https://github.com/transifex/transifex-client/releases/download/0.13.6/tx.py36.x64.exe
nuspec version: 0.13.6
remote version: 0.13.6
No new version found
tribler - checking updates using AU version 2020.4.20.180634
URL check
https://github.com/Tribler/tribler/releases/download/v7.4.4/Tribler_7.4.4_x86.exe
https://github.com/Tribler/tribler/releases/download/v7.4.4/Tribler_7.4.4_x64.exe
nuspec version: 7.4.4
remote version: 7.4.4
No new version found
typescript - checking updates using AU version 2020.4.20.180634
URL check
nuspec version: 3.7.5
remote version: 3.8.3
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/typescript/3.8.3
ultradefrag - checking updates using au version 2020.4.20.180634
URL check
https://sourceforge.net/projects/ultradefrag/files/stable-release/7.1.4/ultradefrag-7.1.4.bin.i386.exe/download
https://sourceforge.net/projects/ultradefrag/files/stable-release/7.1.4/ultradefrag-7.1.4.bin.amd64.exe/download
nuspec version: 7.1.4
remote version: 7.1.4
No new version found
umlet - checking updates using AU version 2020.4.20.180634
URL check
https://www.umlet.com/download/umlet_14_3/umlet-standalone-14.3.0.zip
nuspec version: 14.3.0
remote version: 14.3.0
No new version found
unchecky - checking updates using au version 2020.4.20.180634
URL check
https://unchecky.com/files/unchecky_setup.exe
nuspec version: 1.2
remote version: 1.2
No new version found
universal-usb-installer - checking updates using AU version 2020.4.20.180634
URL check
https://www.pendrivelinux.com/downloads/Universal-USB-Installer/Universal-USB-Installer-1.9.9.0.exe
nuspec version: 1.9.8.900
remote version: 1.9.9.000
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/universal-usb-installer/1.9.9.000
vagrant - checking updates using au version 2020.4.20.180634
URL check
https://releases.hashicorp.com/vagrant/2.2.7/vagrant_2.2.7_x86_64.msi
https://releases.hashicorp.com/vagrant/2.2.7/vagrant_2.2.7_i686.msi
nuspec version: 2.2.7
remote version: 2.2.7
No new version found
vcredist140 - checking updates using AU version 2020.4.20.180634
URL check
https://aka.ms/vs/16/release/VC_redist.x86.exe
https://aka.ms/vs/16/release/VC_redist.x64.exe
nuspec version: 14.25.28508.3
remote version: 14.25.28508.3
No new version found
vcredist2017 - checking updates using AU version 2020.4.20.180634
URL check
nuspec version: 14.16.27033
remote version: 14.16.27033
No new version found
vim - checking updates using au version 2020.4.20.180634
URL check
https://github.com/vim/vim-win32-installer/releases/download/v8.2.0607/gvim_8.2.0607_x86.zip
https://github.com/vim/vim-win32-installer/releases/download/v8.2.0607/gvim_8.2.0607_x64.zip
nuspec version: 8.2.0587
remote version: 8.2.0607
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/vim/8.2.0607
virtualbox - checking updates using au version 2020.4.20.180634
*** Stream: 4.0 ***
URL check
http://download.virtualbox.org/virtualbox/4.0.36/Oracle_VM_VirtualBox_Extension_Pack-4.0.36.vbox-extpack
http://download.virtualbox.org/virtualbox/4.0.36/VirtualBox-4.0.36-104075-Win.exe
nuspec version: 4.0.36
remote version: 4.0.36
No new version found
*** Stream: 4.1 ***
URL check
http://download.virtualbox.org/virtualbox/4.1.44/Oracle_VM_VirtualBox_Extension_Pack-4.1.44.vbox-extpack
http://download.virtualbox.org/virtualbox/4.1.44/VirtualBox-4.1.44-104071-Win.exe
nuspec version: 4.1.44
remote version: 4.1.44
No new version found
*** Stream: 4.2 ***
URL check
http://download.virtualbox.org/virtualbox/4.2.36/Oracle_VM_VirtualBox_Extension_Pack-4.2.36.vbox-extpack
http://download.virtualbox.org/virtualbox/4.2.36/VirtualBox-4.2.36-104064-Win.exe
nuspec version: 4.2.36
remote version: 4.2.36
No new version found
*** Stream: 4.3 ***
URL check
http://download.virtualbox.org/virtualbox/4.3.40/Oracle_VM_VirtualBox_Extension_Pack-4.3.40.vbox-extpack
http://download.virtualbox.org/virtualbox/4.3.40/VirtualBox-4.3.40-110317-Win.exe
nuspec version: 4.3.40
remote version: 4.3.40
No new version found
*** Stream: 5.0 ***
URL check
http://download.virtualbox.org/virtualbox/5.0.40/Oracle_VM_VirtualBox_Extension_Pack-5.0.40.vbox-extpack
http://download.virtualbox.org/virtualbox/5.0.40/VirtualBox-5.0.40-115130-Win.exe
nuspec version: 5.0.40
remote version: 5.0.40
No new version found
*** Stream: 5.1 ***
URL check
https://download.virtualbox.org/virtualbox/5.1.38/Oracle_VM_VirtualBox_Extension_Pack-5.1.38.vbox-extpack
https://download.virtualbox.org/virtualbox/5.1.38/VirtualBox-5.1.38-122592-Win.exe
nuspec version: 5.1.38
remote version: 5.1.38
No new version found
*** Stream: 5.2 ***
URL check
https://download.virtualbox.org/virtualbox/5.2.40/Oracle_VM_VirtualBox_Extension_Pack-5.2.40.vbox-extpack
https://download.virtualbox.org/virtualbox/5.2.40/VirtualBox-5.2.40-137108-Win.exe
nuspec version: 5.2.38
remote version: 5.2.40
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/virtualbox/5.2.40
*** Stream: 6.0 ***
URL check
https://download.virtualbox.org/virtualbox/6.0.20/Oracle_VM_VirtualBox_Extension_Pack-6.0.20.vbox-extpack
https://download.virtualbox.org/virtualbox/6.0.20/VirtualBox-6.0.20-137117-Win.exe
nuspec version: 6.0.18
remote version: 6.0.20
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/virtualbox/6.0.20
*** Stream: 6.1 ***
URL check
https://download.virtualbox.org/virtualbox/6.1.6/Oracle_VM_VirtualBox_Extension_Pack-6.1.6.vbox-extpack
https://download.virtualbox.org/virtualbox/6.1.6/VirtualBox-6.1.6-137129-Win.exe
nuspec version: 6.1.6
remote version: 6.1.6
No new version found
vlc - checking updates using au version 2020.4.20.180634
URL check
http://get.videolan.org/vlc/3.0.8/win64/vlc-3.0.8-win64.exe
http://get.videolan.org/vlc/3.0.8/win32/vlc-3.0.8-win32.exe
nuspec version: 3.0.8
remote version: 3.0.8
No new version found
voicebot - checking updates using AU version 2020.4.20.180634
URL check
https://binaryfortressdownloads.com/Download/BFSFiles/123/VoiceBotSetup-3.6c.exe
nuspec version: 3.6
remote version: 3.6.2
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/voicebot/3.6.2
vscode - checking updates using au version 2020.4.20.180634
URL check
https://az764295.vo.msecnd.net/stable/ff915844119ce9485abfe8aa9076ec76b5300ddd/VSCodeSetup-ia32-1.44.2.exe
https://az764295.vo.msecnd.net/stable/ff915844119ce9485abfe8aa9076ec76b5300ddd/VSCodeSetup-x64-1.44.2.exe
nuspec version: 1.44.2
remote version: 1.44.2
No new version found
vscode.install - checking updates using au version 2020.4.20.180634
URL check
https://az764295.vo.msecnd.net/stable/ff915844119ce9485abfe8aa9076ec76b5300ddd/VSCodeSetup-ia32-1.44.2.exe
https://az764295.vo.msecnd.net/stable/ff915844119ce9485abfe8aa9076ec76b5300ddd/VSCodeSetup-x64-1.44.2.exe
nuspec version: 1.44.2
remote version: 1.44.2
No new version found
waterfox - checking updates using au version 2020.4.20.180634
*** Stream: current ***
URL check
https://storage-waterfox.netdna-ssl.com/releases/win64/installer/Waterfox%20Current%202020.04%20Setup.exe
nuspec version: 2020.04
remote version: 2020.04
No new version found
*** Stream: classic ***
URL check
https://storage-waterfox.netdna-ssl.com/releases/win64/installer/Waterfox%20Classic%202020.04%20Setup.exe
nuspec version: 2020.04
remote version: 2020.04
No new version found
webstorm - checking updates using AU version 2020.4.20.180634
URL check
https://download.jetbrains.com/webstorm/WebStorm-2020.1.exe
nuspec version: 2020.1
remote version: 2020.1
No new version found
wget - checking updates using au version 2020.4.20.180634
URL check
https://eternallybored.org/misc/wget/releases/wget-1.20.3-win64.zip
https://eternallybored.org/misc/wget/releases/wget-1.20.3-win32.zip
nuspec version: 1.20.3.20190531
remote version: 1.20.3
No new version found
win10mct - checking updates using au version 2020.4.20.180634
URL check
https://download.microsoft.com/download/c/0/b/c0b2b254-54f1-42de-bfe5-82effe499ee0/MediaCreationTool1909.exe
nuspec version: 10.0.18362.418
remote version: 10.0.18362.418
No new version found
wincdemu - checking updates using au version 2020.4.20.180634
URL check
https://github.com/sysprogs/WinCDEmu/releases/download/v4.1/WinCDEmu-4.1.exe
nuspec version: 4.1.0.20171221
remote version: 4.1
No new version found
windows10-media-creation-tool - checking updates using au version 2020.4.20.180634
URL check
nuspec version: 10.0.18362.418
remote version: 10.0.18362.418
No new version found
winpcap - checking updates using au version 2020.4.20.180634
URL check
https://www.winpcap.org/install/bin/WinPcap_4_1_3.exe
nuspec version: 4.1.3.20161116
remote version: 4.1.3
No new version found
winscp - checking updates using au version 2020.4.20.180634
nuspec version: 5.17.2.20200316
remote version: 5.17.3
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/winscp/5.17.3
winscp.install - checking updates using au version 2020.4.20.180634
nuspec version: 5.17.3
remote version: 5.17.3
No new version found
winscp.portable - checking updates using au version 2020.4.20.180634
nuspec version: 5.17.2.20200316
remote version: 5.17.3
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/winscp.portable/5.17.3
wixtoolset - checking updates using AU version 2020.4.20.180634
URL check
https://github.com/wixtoolset/wix3/releases/download/wix3112rtm/wix311.exe
nuspec version: 3.11.2
remote version: 3.11.2
No new version found
wps-office-free - checking updates using au version 2020.4.20.180634
*** Stream: wps ***
URL check
https://wdl1.pcfg.cache.wpscdn.com/wpsdl/wpsoffice/download/11.2.0.9281/WPSOffice_11.2.0.9281.exe
nuspec version: 11.2.0.9255
remote version: 11.2.0.9281
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/wps-office-free/11.2.0.9281
x2go - checking updates using AU version 2020.4.20.180634
URL check
https://code.x2go.org/releases/binary-win32/x2goclient/releases/4.1.2.2-2020.02.13/x2goclient-4.1.2.2-2020.02.13-setup.exe
nuspec version: 4.1.2.0
remote version: 4.1.2.2
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/x2go/4.1.2.2
yo - checking updates using au version 2020.4.20.180634
URL check
nuspec version: 3.1.1
remote version: 3.1.1
No new version found
youtube-dl - checking updates using au version 2020.4.20.180634
URL check
https://github.com/ytdl-org/youtube-dl/releases/download/2020.03.24/youtube-dl.exe
nuspec version: 2020.03.24
remote version: 2020.03.24
No new version found
yumi - checking updates using AU version 2020.4.20.180634
URL check
http://www.pendrivelinux.com/downloads/YUMI/YUMI-2.0.6.9.exe
nuspec version: 2.0.6.9
remote version: 2.0.6.9
No new version found
yumi-uefi - checking updates using AU version 2020.4.20.180634
URL check
http://www.pendrivelinux.com/downloads/YUMI/YUMI-UEFI-0.0.2.1.exe
nuspec version: 0.0.2.1
remote version: 0.0.2.1
No new version found
zotero - checking updates using au version 2020.4.20.180634
URL check
https://download.zotero.org/client/release/5.0.85/Zotero-5.0.85_setup.exe
nuspec version: 5.0.84
remote version: 5.0.85
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/zotero/5.0.85