UTC: 2021-02-04 18:07 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 5 ERRORS !!!
Finished 240 packages after 13.22 minutes.
3 updated, 3 pushed, 0 ignored
5 errors - 5 update, 0 push.
Icon | Name | Updated | Pushed | RemoteVersion | NuspecVersion |
---|---|---|---|---|---|
tor-browser | True 🔸 | True | 10.0.10 | 10.0.9 | |
vscode | True 🔸 | True | 1.53.0 | 1.52.1 | |
vscode.install | True 🔸 | True | 1.53.0 | 1.52.1 |
Can't validate URL
Exception calling "GetResponse" with "0" argument(s): "The remote server returned an error: (404) Not Found.":https://free.360totalsecurity.com/totalsecurity/360TSE_Setup_8.8.0.1119.exe
au_GetLatest failed
Invalid URI: The hostname could not be parsed.
Invalid version: portable
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
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) + ' ...';
}
1password - checking updates using AU version 2021.2.4.180734
*** Stream: OPW ***
URL check
https://c.1password.com/dist/1P/win6/1PasswordSetup-7.6.791.exe
nuspec version: 7.6.791
remote version: 7.6.791
No new version found
*** Stream: OPW4 ***
URL check
https://c.1password.com/dist/1P/win4/1Password-4.6.2.626.exe
nuspec version: 4.6.2.626
remote version: 4.6.2.626
No new version found
7zip - checking updates using au version 2021.2.4.180734
*** 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 2021.2.4.180734
*** 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 2021.2.4.180734
*** 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 2021.2.4.180734
URL check
https://download.glarysoft.com/ausetup.exe
nuspec version: 5.3.1.29
remote version: 5.3.1.29
No new version found
activepresenter - checking updates using au version 2021.2.4.180734
URL check
https://cdn.atomisystems.com/apdownloads/ActivePresenter_v8.3.2_setup.exe
nuspec version: 8.3.2
remote version: 8.3.2
No new version found
alldup - checking updates using au version 2021.2.4.180734
URL check
http://www.alldup.info/download/AllDupSetup.exe
nuspec version: 4.4.44
remote version: 4.4.44
No new version found
ant-renamer - checking updates using au version 2021.2.4.180734
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 2021.2.4.180734
URL check
https://www.apachehaus.com/downloads/httpd-2.4.46-o111i-x64-vc15.zip
https://www.apachehaus.com/downloads/httpd-2.4.46-o111i-x86-vc15.zip
nuspec version: 2.4.46
remote version: 2.4.46
No new version found
aptana-studio - checking updates using au version 2021.2.4.180734
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 2021.2.4.180734
URL check
https://fossies.org/windows/misc/audacity-win-2.4.2.exe
nuspec version: 2.4.1
remote version: 2.4.2
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/audacity/2.4.2
autohotkey - checking updates using au version 2021.2.4.180734
URL check
https://github.com/Lexikos/AutoHotkey_L/releases/download/v1.1.33.02/AutoHotkey_1.1.33.02_setup.exe
nuspec version: 1.1.33.02
remote version: 1.1.33.02
No new version found
autohotkey.install - checking updates using au version 2021.2.4.180734
URL check
https://github.com/Lexikos/AutoHotkey_L/releases/download/v1.1.33.02/AutoHotkey_1.1.33.02_setup.exe
nuspec version: 1.1.33.02
remote version: 1.1.33.02
No new version found
autohotkey.portable - checking updates using au version 2021.2.4.180734
*** Stream: 1.1 ***
nuspec version: 1.1.33.02
remote version: 1.1.33.02
No new version found
*** Stream: 2.0 ***
nuspec version: 2.0-a123
remote version: 2.0-a123
No new version found
autoit - checking updates using au version 2021.2.4.180734
nuspec version: 3.3.14.5
remote version: 3.3.14.5
No new version found
autoit.install - checking updates using au version 2021.2.4.180734
nuspec version: 3.3.14.5
remote version: 3.3.14.5
No new version found
autoit.portable - checking updates using au version 2021.2.4.180734
nuspec version: 3.3.14.5
remote version: 3.3.14.5
No new version found
avidemux - checking updates using au version 2021.2.4.180734
URL check
https://sourceforge.net/projects/avidemux/files/avidemux/2.7.6/Avidemux_2.7.6%20VC%2B%2B%2064bits%20.exe/download
nuspec version: 2.7.6
remote version: 2.7.6
No new version found
bleachbit - checking updates using au version 2021.2.4.180734
URL check
https://download.bleachbit.org/BleachBit-4.2.0-setup.exe
nuspec version: 4.2.0
remote version: 4.2.0
No new version found
bleachbit.install - checking updates using au version 2021.2.4.180734
URL check
https://download.bleachbit.org/BleachBit-4.2.0-setup.exe
nuspec version: 4.2.0
remote version: 4.2.0
No new version found
blender - checking updates using AU version 2021.2.4.180734
URL check
https://mirror.clarkson.edu/blender/release/Blender2.91/blender-2.91.2-windows64.msi
nuspec version: 2.91.2
remote version: 2.91.2
No new version found
bluefish - checking updates using au version 2021.2.4.180734
URL check
https://www.bennewitz.com/bluefish/stable/binaries/win32/Bluefish-2.2.12-setup.exe
nuspec version: 2.2.12
remote version: 2.2.12
No new version found
bluegriffon - checking updates using AU version 2021.2.4.180734
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 2021.2.4.180734
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 2021.2.4.180734
*** Stream: beta ***
URL check
https://github.com/brave/brave-browser/releases/download/v1.21.44/BraveBrowserSilentBetaSetup.exe
https://github.com/brave/brave-browser/releases/download/v1.21.44/BraveBrowserSilentBetaSetup32.exe
nuspec version: 1.21.44-beta
remote version: 1.21.44-beta
No new version found
*** Stream: stable ***
URL check
https://github.com/brave/brave-browser/releases/download/v1.19.90/BraveBrowserStandaloneSilentSetup.exe
https://github.com/brave/brave-browser/releases/download/v1.19.90/BraveBrowserStandaloneSilentSetup32.exe
nuspec version: 1.19.90
remote version: 1.19.90
No new version found
bulk-crap-uninstaller - checking updates using au version 2021.2.4.180734
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 2021.2.4.180734
URL check
https://download.calibre-ebook.com/5.10.1/calibre-64bit-5.10.1.msi
https://download.calibre-ebook.com/5.10.1/calibre-5.10.1.msi
nuspec version: 5.10.1
remote version: 5.10.1
No new version found
ccleaner - checking updates using au version 2021.2.4.180734
URL check
https://download.ccleaner.com/ccsetup576.exe
nuspec version: 5.76.8269
remote version: 5.76.8269
No new version found
cdburnerxp - checking updates using au version 2021.2.4.180734
URL check
https://download.cdburnerxp.se/msi/cdbxp_setup_x64_4.5.8.7128.msi
https://download.cdburnerxp.se/msi/cdbxp_setup_4.5.8.7128.msi
nuspec version: 4.5.8.712800
remote version: 4.5.8.712800
No new version found
cdrtfe - checking updates using AU version 2021.2.4.180734
*** Stream: 1.2 ***
URL check
https://sourceforge.net/projects/cdrtfe/files/cdrtfe/cdrtfe%201.2/cdrtfe-1.2.exe
nuspec version: 1.2
remote version: 1.2
No new version found
*** Stream: 1.3 ***
URL check
https://sourceforge.net/projects/cdrtfe/files/cdrtfe/cdrtfe%201.3.9/cdrtfe-1.3.9.exe
nuspec version: 1.3.9
remote version: 1.3.9
No new version found
*** Stream: 1.4 ***
URL check
https://sourceforge.net/projects/cdrtfe/files/cdrtfe/cdrtfe%201.4.1/cdrtfe-1.4.1.exe
nuspec version: 1.4.1
remote version: 1.4.1
No new version found
*** Stream: 1.5 ***
URL check
https://sourceforge.net/projects/cdrtfe/files/cdrtfe/cdrtfe%201.5.8/cdrtfe-1.5.8.exe
nuspec version: 1.5.8
remote version: 1.5.8
No new version found
chromium - checking updates using au version 2021.2.4.180734
*** Stream: snapshots ***
URL check
https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/850591/mini_installer.exe
https://storage.googleapis.com/chromium-browser-snapshots/Win/850591/mini_installer.exe
nuspec version: 90.0.4409.0-snapshots
remote version: 90.0.4409.0-snapshots
No new version found
*** Stream: stable ***
URL check
https://github.com/Hibbiki/chromium-win64/releases/download/v88.0.4324.146-r827102/mini_installer.sync.exe
https://github.com/Hibbiki/chromium-win32/releases/download/v88.0.4324.146-r827102/mini_installer.sync.exe
nuspec version: 88.0.4324.146
remote version: 88.0.4324.146
No new version found
clementine - checking updates using AU version 2021.2.4.180734
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 2021.2.4.180734
*** Stream: stable ***
URL check
https://binaryfortressdownloads.com/Download/BFSFiles/104/ClipboardFusionSetup-5.8.5.exe
nuspec version: 5.8.5
remote version: 5.8.5
No new version found
*** Stream: unstable ***
URL check
https://binaryfortressdownloads.com/Download/BFSFiles/104/ClipboardFusionSetup-5.8.6-Beta3.exe
nuspec version: 5.8.6-Beta3
remote version: 5.8.6-Beta3
No new version found
clipgrab - checking updates using AU version 2021.2.4.180734
URL check
https://download.clipgrab.org/clipgrab-3.9.6-portable.exe
nuspec version: 3.9.6
remote version: 3.9.6
No new version found
cmake - checking updates using AU version 2021.2.4.180734
*** Stream: 3.18 ***
URL check
https://github.com/Kitware/CMake/releases/download/v3.18.5/cmake-3.18.5-win64-x64.zip
https://github.com/Kitware/CMake/releases/download/v3.18.5/cmake-3.18.5-win32-x86.msi
https://github.com/Kitware/CMake/releases/download/v3.18.5/cmake-3.18.5-win64-x64.msi
https://github.com/Kitware/CMake/releases/download/v3.18.5/cmake-3.18.5-win32-x86.zip
nuspec version: 3.18.5
remote version: 3.18.5
No new version found
*** Stream: 3.19 ***
URL check
https://github.com/Kitware/CMake/releases/download/v3.19.4/cmake-3.19.4-win64-x64.zip
https://github.com/Kitware/CMake/releases/download/v3.19.4/cmake-3.19.4-win32-x86.msi
https://github.com/Kitware/CMake/releases/download/v3.19.4/cmake-3.19.4-win64-x64.msi
https://github.com/Kitware/CMake/releases/download/v3.19.4/cmake-3.19.4-win32-x86.zip
nuspec version: 3.19.4
remote version: 3.19.4
No new version found
cmake.install - checking updates using AU version 2021.2.4.180734
*** Stream: 3.18 ***
URL check
https://github.com/Kitware/CMake/releases/download/v3.18.5/cmake-3.18.5-win64-x64.zip
https://github.com/Kitware/CMake/releases/download/v3.18.5/cmake-3.18.5-win32-x86.msi
https://github.com/Kitware/CMake/releases/download/v3.18.5/cmake-3.18.5-win64-x64.msi
https://github.com/Kitware/CMake/releases/download/v3.18.5/cmake-3.18.5-win32-x86.zip
nuspec version: 3.18.5
remote version: 3.18.5
No new version found
*** Stream: 3.19 ***
URL check
https://github.com/Kitware/CMake/releases/download/v3.19.4/cmake-3.19.4-win64-x64.zip
https://github.com/Kitware/CMake/releases/download/v3.19.4/cmake-3.19.4-win32-x86.msi
https://github.com/Kitware/CMake/releases/download/v3.19.4/cmake-3.19.4-win64-x64.msi
https://github.com/Kitware/CMake/releases/download/v3.19.4/cmake-3.19.4-win32-x86.zip
nuspec version: 3.19.4
remote version: 3.19.4
No new version found
cmake.portable - checking updates using AU version 2021.2.4.180734
*** Stream: 3.18 ***
URL check
https://github.com/Kitware/CMake/releases/download/v3.18.5/cmake-3.18.5-win64-x64.zip
https://github.com/Kitware/CMake/releases/download/v3.18.5/cmake-3.18.5-win32-x86.msi
https://github.com/Kitware/CMake/releases/download/v3.18.5/cmake-3.18.5-win64-x64.msi
https://github.com/Kitware/CMake/releases/download/v3.18.5/cmake-3.18.5-win32-x86.zip
nuspec version: 3.18.5
remote version: 3.18.5
No new version found
*** Stream: 3.19 ***
URL check
https://github.com/Kitware/CMake/releases/download/v3.19.4/cmake-3.19.4-win64-x64.zip
https://github.com/Kitware/CMake/releases/download/v3.19.4/cmake-3.19.4-win32-x86.msi
https://github.com/Kitware/CMake/releases/download/v3.19.4/cmake-3.19.4-win64-x64.msi
https://github.com/Kitware/CMake/releases/download/v3.19.4/cmake-3.19.4-win32-x86.zip
nuspec version: 3.19.4
remote version: 3.19.4
No new version found
codeblocks - checking updates using au version 2021.2.4.180734
nuspec version: 20.03
remote version: 20.03
No new version found
codelite - checking updates using AU version 2021.2.4.180734
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
composer - checking updates using au version 2021.2.4.180734
URL check
https://github.com/composer/windows-setup/releases/download/v6.1.0/Composer-Setup.6.1.0.exe
nuspec version: 6.1.0
remote version: 6.1.0
No new version found
curl - checking updates using au version 2021.2.4.180734
URL check
https://bintray.com/artifact/download/vszakats/generic/curl-7.73.0-win32-mingw.zip
https://bintray.com/artifact/download/vszakats/generic/curl-7.73.0-win64-mingw.zip
nuspec version: 7.73.0
remote version: 7.73.0
No new version found
cutepdf - checking updates using au version 2021.2.4.180734
nuspec version: 4.0.0.401
remote version: 4.0.0.401
No new version found
cygwin - checking updates using au version 2021.2.4.180734
URL check
https://cygwin.com/setup-x86.exe
https://cygwin.com/setup-x86_64.exe
nuspec version: 3.1.6
remote version: 3.1.6
No new version found
datagrip - checking updates using AU version 2021.2.4.180734
URL check
https://download.jetbrains.com/datagrip/datagrip-2020.3.2.exe
nuspec version: 2020.3.2
remote version: 2020.3.2
No new version found
defraggler - checking updates using au version 2021.2.4.180734
URL check
https://download.ccleaner.com/dfsetup222.exe
nuspec version: 2.22.995.20200817
remote version: 2.22.995
No new version found
displayfusion - checking updates using AU version 2021.2.4.180734
*** Stream: stable ***
URL check
https://binaryfortressdownloads.com/Download/BFSFiles/101/DisplayFusionSetup-9.7.1.exe
nuspec version: 9.7.1
remote version: 9.7.1
No new version found
*** Stream: unstable ***
URL check
https://binaryfortressdownloads.com/Download/BFSFiles/101/DisplayFusionSetup-9.7.2-Beta4.exe
nuspec version: 9.7.2-Beta4
remote version: 9.7.2-Beta4
No new version found
djv - checking updates using AU version 2021.2.4.180734
URL check
https://sourceforge.net/projects/djv/files/djv-beta/2.0.8/DJV-2.0.8-win64.exe/download
nuspec version: 2.0.8
remote version: 2.0.8
No new version found
docker-kitematic - checking updates using AU version 2021.2.4.180734
URL check
https://github.com/docker/kitematic/releases/download/v0.17.13/Kitematic-0.17.13-Windows.zip
nuspec version: 0.17.13
remote version: 0.17.13
No new version found
dropbox - checking updates using au version 2021.2.4.180734
*** Stream: beta ***
URL check
https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20116.3.307%20Offline%20Installer.exe
nuspec version: 116.3.307-beta
remote version: 116.3.307-beta
No new version found
*** Stream: stable ***
URL check
https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20115.4.601%20Offline%20Installer.exe
nuspec version: 115.4.601
remote version: 115.4.601
No new version found
encfs4win - checking updates using AU version 2021.2.4.180734
*** 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 2021.2.4.180734
*** Stream: 3.2 ***
URL check
https://github.com/etcd-io/etcd/releases/download/v3.2.31/etcd-v3.2.31-windows-amd64.zip
nuspec version: 3.2.31
remote version: 3.2.31
No new version found
*** Stream: 3.3 ***
URL check
https://github.com/etcd-io/etcd/releases/download/v3.3.25/etcd-v3.3.25-windows-amd64.zip
nuspec version: 3.3.25
remote version: 3.3.25
No new version found
*** Stream: 3.4 ***
URL check
https://github.com/etcd-io/etcd/releases/download/v3.4.14/etcd-v3.4.14-windows-amd64.zip
nuspec version: 3.4.14
remote version: 3.4.14
No new version found
everything - checking updates using au version 2021.2.4.180734
URL check
https://www.voidtools.com/Everything-1.4.1.1005.x64-Setup.exe
https://www.voidtools.com/Everything-1.4.1.1005.x86-Setup.exe
nuspec version: 1.4.11005
remote version: 1.4.11005
No new version found
ext2fsd - checking updates using au version 2021.2.4.180734
*** Stream: 0.65 ***
URL check
https://sourceforge.net/projects/ext2fsd/files/Ext2fsd/0.65/Ext2Fsd-0.65.exe/download
nuspec version: 0.65
remote version: 0.65
No new version found
*** Stream: 0.66 ***
URL check
https://sourceforge.net/projects/ext2fsd/files/Ext2fsd/0.66/Ext2Fsd-0.66.exe/download
nuspec version: 0.66
remote version: 0.66
No new version found
*** Stream: 0.68 ***
URL check
https://sourceforge.net/projects/ext2fsd/files/Ext2fsd/0.68/Ext2Fsd-0.68.exe/download
nuspec version: 0.68.0.20161111
remote version: 0.68
No new version found
*** Stream: 0.69 ***
URL check
https://sourceforge.net/projects/ext2fsd/files/Ext2fsd/0.69/Ext2Fsd-0.69.exe/download
nuspec version: 0.69.0.20171118
remote version: 0.69
No new version found
ffmpeg - checking updates using au version 2021.2.4.180734
URL check
https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-essentials.7z
nuspec version: 4.3.1.20201122
remote version: 4.3.1
No new version found
filezilla - checking updates using au version 2021.2.4.180734
URL check
https://dl2.cdn.filezilla-project.org/client/FileZilla_3.52.2_win32-setup.exe?h=8PfKA-uZT3041URx1mllkg&x=1612465739
https://dl2.cdn.filezilla-project.org/client/FileZilla_3.52.2_win64-setup.exe?h=aSdGh9hEYUVG5cUoZZkSqg&x=1612465739
nuspec version: 3.52.2
remote version: 3.52.2
No new version found
firefox - checking updates using au version 2021.2.4.180734
*** Stream: esr ***
URL check
nuspec version: 78.7.0
remote version: 78.7.0
No new version found
*** Stream: latest ***
URL check
nuspec version: 85.0
remote version: 85.0
No new version found
flashplayeractivex - checking updates using au version 2021.2.4.180734
URL check
https://download.macromedia.com/pub/flashplayer/pdc/32.0.0.465/install_flash_player_32_active_x.msi
nuspec version: 32.0.0.465
remote version: 32.0.0.465
No new version found
flashplayerplugin - checking updates using au version 2021.2.4.180734
URL check
https://download.macromedia.com/get/flashplayer/pdc/32.0.0.465/install_flash_player_32_plugin.msi
nuspec version: 32.0.0.465
remote version: 32.0.0.465
No new version found
flashplayerppapi - checking updates using au version 2021.2.4.180734
URL check
https://download.macromedia.com/pub/flashplayer/pdc/32.0.0.465/install_flash_player_32_ppapi.msi
nuspec version: 32.0.0.465
remote version: 32.0.0.465
No new version found
flightgear - checking updates using au version 2021.2.4.180734
URL check
https://sourceforge.net/projects/flightgear/files/release-2020.3/FlightGear-2020.3.6.exe/download
nuspec version: 2020.3.6
remote version: 2020.3.6
No new version found
freecad - checking updates using au version 2021.2.4.180734
*** 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.23756-Win-Conda_vc14.x-x86_64.7z
nuspec version: 0.19.0.23756-dev
remote version: 0.19.0.23756-dev
No new version found
freeciv - checking updates using au version 2021.2.4.180734
URL check
http://files.freeciv.org/packages/windows/Freeciv-2.6.3-win32-gtk3-setup.exe
nuspec version: 2.6.3
remote version: 2.6.3
No new version found
freevideoeditor - checking updates using AU version 2021.2.4.180734
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.6
remote version: 6.6
No new version found
free-virtual-keyboard - checking updates using AU version 2021.2.4.180734
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 2021.2.4.180734
URL check
https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9533/gs9533w32.exe
https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9533/gs9533w64.exe
nuspec version: 9.53.3
remote version: 9.53.3
No new version found
ghostscript.app - checking updates using AU version 2021.2.4.180734
URL check
https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9533/gs9533w32.exe
https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9533/gs9533w64.exe
nuspec version: 9.53.3
remote version: 9.53.3
No new version found
gimp - checking updates using AU version 2021.2.4.180734
URL check
https://download.gimp.org/mirror/pub/gimp/v2.10/windows/gimp-2.10.22-setup.exe
nuspec version: 2.10.22
remote version: 2.10.22
No new version found
git - checking updates using au version 2021.2.4.180734
URL check
https://github.com/git-for-windows/git/releases/download/v2.30.0.windows.2/Git-2.30.0.2-64-bit.exe
https://github.com/git-for-windows/git/releases/download/v2.30.0.windows.2/Git-2.30.0.2-32-bit.exe
nuspec version: 2.30.0.2
remote version: 2.30.0.2
No new version found
git.install - checking updates using au version 2021.2.4.180734
URL check
https://github.com/git-for-windows/git/releases/download/v2.30.0.windows.2/Git-2.30.0.2-64-bit.exe
https://github.com/git-for-windows/git/releases/download/v2.30.0.windows.2/Git-2.30.0.2-32-bit.exe
nuspec version: 2.30.0.2
remote version: 2.30.0.2
No new version found
git.portable - checking updates using au version 2021.2.4.180734
URL check
https://github.com/git-for-windows/git/releases/download/v2.30.0.windows.2/PortableGit-2.30.0.2-64-bit.7z.exe
https://github.com/git-for-windows/git/releases/download/v2.30.0.windows.2/PortableGit-2.30.0.2-32-bit.7z.exe
nuspec version: 2.30.0.2
remote version: 2.30.0.2
No new version found
gitextensions - checking updates using AU version 2021.2.4.180734
*** 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
*** Stream: 3.4 ***
URL check
https://github.com/gitextensions/gitextensions/releases/download/v3.4.3/GitExtensions-3.4.3.9999-d4b0f48bb.msi
nuspec version: 3.4.3
remote version: 3.4.3
No new version found
git-lfs - checking updates using au version 2021.2.4.180734
URL check
https://github.com/git-lfs/git-lfs/releases/download/v2.13.2/git-lfs-windows-v2.13.2.exe
nuspec version: 2.13.2
remote version: 2.13.2
No new version found
git-lfs.install - checking updates using au version 2021.2.4.180734
URL check
https://github.com/git-lfs/git-lfs/releases/download/v2.13.2/git-lfs-windows-v2.13.2.exe
nuspec version: 2.13.2
remote version: 2.13.2
No new version found
gmer - checking updates using au version 2021.2.4.180734
URL check
http://www2.gmer.net/gmer.zip
nuspec version: 2.2.19882.20161107
remote version: 2.2.19882
No new version found
gnucash - checking updates using au version 2021.2.4.180734
*** Stream: 4.0 ***
URL check
https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/4.0/gnucash-4.0.setup.exe/download
nuspec version: 4.0
remote version: 4.0
No new version found
*** Stream: 4.1 ***
URL check
https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/4.1/gnucash-4.1.setup.exe/download
nuspec version: 4.1
remote version: 4.1
No new version found
*** Stream: 4.2 ***
URL check
https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/4.2/gnucash-4.2.setup.exe/download
nuspec version: 4.2
remote version: 4.2
No new version found
*** Stream: 4.3 ***
URL check
https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/4.3/gnucash-4.3.setup.exe/download
nuspec version: 4.3
remote version: 4.3
No new version found
*** Stream: 4.4 ***
URL check
https://sourceforge.net/projects/gnucash/files/gnucash%20%28stable%29/4.4/gnucash-4.4.setup.exe/download
nuspec version: 4.4
remote version: 4.4
No new version found
gnupg - checking updates using au version 2021.2.4.180734
URL check
https://www.gnupg.org/ftp/gcrypt/binary/gnupg-w32-2.2.27_20210111.exe
nuspec version: 2.2.27
remote version: 2.2.27
No new version found
gobby - checking updates using AU version 2021.2.4.180734
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 2021.2.4.180734
URL check
https://cdn.gomlab.com/gretech/player/GOMPLAYERGLOBALSETUP_NEW.EXE
nuspec version: 2.3.61.5325
remote version: 2.3.61.5325
No new version found
googlechrome - checking updates using au version 2021.2.4.180734
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: 88.0.4324.146
remote version: 88.0.4324.146
No new version found
googlechromebeta - checking updates using au version 2021.2.4.180734
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: 89.0.4389.40-beta
remote version: 89.0.4389.40-beta
No new version found
gpg4win - checking updates using au version 2021.2.4.180734
URL check
https://files.gpg4win.org/gpg4win-3.1.15.exe
nuspec version: 3.1.15
remote version: 3.1.15
No new version found
graphviz - checking updates using au version 2021.2.4.180734
nuspec version: 2.46.0
remote version: 2.46.0
No new version found
hedgewars - checking updates using AU version 2021.2.4.180734
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 2021.2.4.180734
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 2021.2.4.180734
URL check
https://inkscape.org/gallery/item/23846/inkscape-1.0.2_2021-01-15_e86c870879-x86.msi
https://inkscape.org/gallery/item/23845/inkscape-1.0.2_2021-01-15_e86c870879-x64.msi
nuspec version: 1.0.2
remote version: 1.0.2
No new version found
itunes - checking updates using AU version 2021.2.4.180734
URL check
https://www.apple.com/itunes/download/win32
https://www.apple.com/itunes/download/win64
nuspec version: 12.11.0.26
remote version: 12.11.0.26
No new version found
jitsi - checking updates using AU version 2021.2.4.180734
*** Stream: 2.10 ***
URL check
https://github.com/jitsi/jitsi/releases/download/Jitsi-2.10/jitsi-2.10.5550-x86.exe
https://github.com/jitsi/jitsi/releases/download/Jitsi-2.10/jitsi-2.10.5550-x64.msi
nuspec version: 2.10.5550.20180405
remote version: 2.10.5550
No new version found
jubler - checking updates using au version 2021.2.4.180734
URL check
https://github.com/teras/Jubler/releases/download/v7.0.3/Jubler-7.0.3.x32.exe
https://github.com/teras/Jubler/releases/download/v7.0.3/Jubler-7.0.3.x64.exe
nuspec version: 7.0.3
remote version: 7.0.3
No new version found
juju - checking updates using au version 2021.2.4.180734
*** Stream: 2.8 ***
URL check
https://launchpad.net/juju/2.8/2.8.7/+download/juju-setup-2.8.7-signed.exe
nuspec version: 2.8.7
remote version: 2.8.7
No new version found
*** Stream: 2.9 ***
URL check
https://launchpad.net/juju/2.9/2.9-rc5/+download/juju-setup-2.9-rc5.exe
nuspec version: 2.9-rc5
remote version: 2.9-rc5
No new version found
julia - checking updates using au version 2021.2.4.180734
URL check
https://julialang-s3.julialang.org/bin/winnt/x86/1.5/julia-1.5.3-win32.exe
https://julialang-s3.julialang.org/bin/winnt/x64/1.5/julia-1.5.3-win64.exe
nuspec version: 1.5.3
remote version: 1.5.3
No new version found
k9s - checking updates using AU version 2021.2.4.180734
URL check
https://github.com/derailed/k9s/releases/download/v0.24.2/k9s_Windows_x86_64.tar.gz
nuspec version: 0.24.2
remote version: 0.24.2
No new version found
keepass-classic - checking updates using AU version 2021.2.4.180734
URL check
https://sourceforge.net/projects/keepass/files/KeePass%201.x/1.39/KeePass-1.39-Setup.exe/download
nuspec version: 1.39
remote version: 1.39
No new version found
keepassx - checking updates using AU version 2021.2.4.180734
URL check
https://www.keepassx.org/releases/2.0.3/KeePassX-2.0.3.zip
nuspec version: 2.0.3
remote version: 2.0.3
No new version found
keepassxc - checking updates using au version 2021.2.4.180734
URL check
https://github.com/keepassxreboot/keepassxc/releases/download/2.6.4/KeePassXC-2.6.4-Win32.msi
https://github.com/keepassxreboot/keepassxc/releases/download/2.6.4/KeePassXC-2.6.4-Win64.msi
nuspec version: 2.6.4
remote version: 2.6.4
No new version found
keeweb - checking updates using au version 2021.2.4.180734
URL check
https://github.com/keeweb/keeweb/releases/download/v1.16.7/KeeWeb-1.16.7.win.ia32.exe
https://github.com/keeweb/keeweb/releases/download/v1.16.7/KeeWeb-1.16.7.win.x64.exe
nuspec version: 1.16.7
remote version: 1.16.7
No new version found
ketarin - checking updates using AU version 2021.2.4.180734
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 2021.2.4.180734
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 2021.2.4.180734
URL check
https://github.com/cyd01/KiTTY/releases/download/v0.74.4.6/kageant.exe
https://github.com/cyd01/KiTTY/releases/download/v0.74.4.6/klink.exe
https://github.com/cyd01/KiTTY/releases/download/v0.74.4.6/kitty_nocompress.exe
https://github.com/cyd01/KiTTY/releases/download/v0.74.4.6/cygtermd.exe
https://github.com/cyd01/KiTTY/releases/download/v0.74.4.6/ksftp.exe
https://github.com/cyd01/KiTTY/releases/download/v0.74.4.6/kittygen.exe
https://github.com/cyd01/KiTTY/releases/download/v0.74.4.6/kscp.exe
https://github.com/cyd01/KiTTY/releases/download/v0.74.4.6/genpass.exe
nuspec version: 0.74.4.6
remote version: 0.74.4.6
No new version found
krew - checking updates using AU version 2021.2.4.180734
URL check
https://github.com/kubernetes-sigs/krew/releases/download/v0.4.0/krew.exe
nuspec version: 0.4.0
remote version: 0.4.0
No new version found
krita - checking updates using au version 2021.2.4.180734
URL check
https://download.kde.org/stable/krita/4.4.2/krita-x64-4.4.2-setup.exe
https://download.kde.org/stable/krita/4.4.2/krita-x86-4.4.2-setup.exe
nuspec version: 4.4.2
remote version: 4.4.2
No new version found
kubelogin - checking updates using AU version 2021.2.4.180734
URL check
https://github.com/int128/kubelogin/releases/download/v1.22.0/kubelogin_windows_amd64.zip
nuspec version: 1.22.0
remote version: 1.22.0
No new version found
kubernetes-cli - checking updates using AU version 2021.2.4.180734
*** Stream: 1.2 ***
URL check
https://dl.k8s.io/v1.20.2/kubernetes-client-windows-amd64.tar.gz
https://dl.k8s.io/v1.20.2/kubernetes-client-windows-386.tar.gz
nuspec version: 1.20.2
remote version: 1.20.2
No new version found
kubernetes-kompose - checking updates using AU version 2021.2.4.180734
URL check
https://github.com/kubernetes/kompose/releases/download/v1.22.0/kompose-windows-amd64.exe
nuspec version: 1.22.0
remote version: 1.22.0
No new version found
librecad - checking updates using AU version 2021.2.4.180734
*** 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-rc2/LibreCAD-Installer-2.2.0-rc2.exe
nuspec version: 2.2.0-rc2
remote version: 2.2.0-rc2
No new version found
libreoffice-streams - checking updates using au version 2021.2.4.180734
lightscreen - checking updates using au version 2021.2.4.180734
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
logfusion - checking updates using AU version 2021.2.4.180734
URL check
https://binaryfortressdownloads.com/Download/BFSFiles/117/LogFusionSetup-6.5.exe
nuspec version: 6.5
remote version: 6.5
No new version found
mattermost-desktop - checking updates using au version 2021.2.4.180734
URL check
https://releases.mattermost.com/desktop/4.6.2/mattermost-desktop-4.6.2-x86.msi
https://releases.mattermost.com/desktop/4.6.2/mattermost-desktop-4.6.2-x64.msi
nuspec version: 4.6.2
remote version: 4.6.2
No new version found
maxima - checking updates using AU version 2021.2.4.180734
URL check
https://sourceforge.net/projects/maxima/files/Maxima-Windows/5.44.0-Windows/maxima-clisp-sbcl-5.44.0-win32.exe/download
https://sourceforge.net/projects/maxima/files/Maxima-Windows/5.44.0-Windows/maxima-clisp-sbcl-5.44.0-win64.exe/download
nuspec version: 5.44.0
remote version: 5.44.0
No new version found
mendeley - checking updates using au version 2021.2.4.180734
URL check
https://desktop-download.mendeley.com/download/Mendeley-Desktop-1.19.8-win32.exe
nuspec version: 1.19.8
remote version: 1.19.8
No new version found
minikube - checking updates using AU version 2021.2.4.180734
URL check
https://storage.googleapis.com/minikube/releases/v1.17.1/minikube-windows-amd64.exe
nuspec version: 1.17.1
remote version: 1.17.1
No new version found
minishift - checking updates using AU version 2021.2.4.180734
URL check
https://github.com/minishift/minishift/releases/download/v1.34.3/minishift-1.34.3-windows-amd64.zip
nuspec version: 1.34.3
remote version: 1.34.3
No new version found
mixxx - checking updates using au version 2021.2.4.180734
URL check
https://downloads.mixxx.org/mixxx-2.2.4/mixxx-2.2.4-win32.exe
https://downloads.mixxx.org/mixxx-2.2.4/mixxx-2.2.4-win64.exe
nuspec version: 2.2.4
remote version: 2.2.4
No new version found
mkdocs - checking updates using au version 2021.2.4.180734
URL check
nuspec version: 1.1.2
remote version: 1.1.2
No new version found
mkdocs-material - checking updates using au version 2021.2.4.180734
URL check
nuspec version: 6.2.7
remote version: 6.2.7
No new version found
mkvtoolnix - checking updates using au version 2021.2.4.180734
URL check
https://mkvtoolnix.download/windows/releases/53.0.0/mkvtoolnix-64-bit-53.0.0-setup.exe
https://mkvtoolnix.download/windows/releases/53.0.0/mkvtoolnix-32-bit-53.0.0-setup.exe
nuspec version: 53.0.0
remote version: 53.0.0
No new version found
mono - checking updates using AU version 2021.2.4.180734
URL check
https://download.mono-project.com/archive/6.12.0/windows-installer/mono-6.12.0.107-x64-0.msi
https://download.mono-project.com/archive/6.12.0/windows-installer/mono-6.12.0.107-gtksharp-2.12.45-win32-0.msi
nuspec version: 6.12.0.107
remote version: 6.12.0.107
No new version found
mp3tag - checking updates using au version 2021.2.4.180734
URL check
http://download.mp3tag.de/mp3tagv305setup.exe
nuspec version: 3.05
remote version: 3.05
No new version found
mpc-hc-clsid2 - checking updates using AU version 2021.2.4.180734
URL check
https://github.com/clsid2/mpc-hc/releases/download/1.9.8/MPC-HC.1.9.8.x64.exe
https://github.com/clsid2/mpc-hc/releases/download/1.9.8/MPC-HC.1.9.8.x86.exe
nuspec version: 1.9.8
remote version: 1.9.8
No new version found
msys2 - checking updates using au version 2021.2.4.180734
URL check
https://github.com/msys2/msys2-installer/releases/download/2021-01-05/msys2-base-x86_64-20210105.tar.xz
nuspec version: 20210105.0.0
remote version: 20210105.0.0
No new version found
mumble - checking updates using AU version 2021.2.4.180734
URL check
https://github.com/mumble-voip/mumble/releases/download/1.3.3/mumble-1.3.3.msi
nuspec version: 1.3.3
remote version: 1.3.3
No new version found
musescore - checking updates using AU version 2021.2.4.180734
URL check
https://cdn.jsdelivr.net/musescore/v3.6.1/MuseScore-3.6.1.515740707-x86_64.msi
nuspec version: 3.6.1.515740707
remote version: 3.6.1.515740707
No new version found
nircmd - checking updates using au version 2021.2.4.180734
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 2021.2.4.180734
URL check
https://nmap.org/dist/nmap-7.91-setup.exe
nuspec version: 7.91.0.20201123
remote version: 7.91
No new version found
nodejs - checking updates using au version 2021.2.4.180734
*** Stream: 10 ***
URL check
https://nodejs.org/download/release/latest-v10.x/node-v10.23.2-x86.msi
https://nodejs.org/download/release/latest-v10.x/node-v10.23.2-x64.msi
nuspec version: 10.23.2
remote version: 10.23.2
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/download/release/latest-v12.x/node-v12.20.1-x86.msi
https://nodejs.org/download/release/latest-v12.x/node-v12.20.1-x64.msi
nuspec version: 12.20.1
remote version: 12.20.1
No new version found
*** Stream: 13 ***
URL check
https://nodejs.org/download/release/latest-v13.x/node-v13.14.0-x86.msi
https://nodejs.org/download/release/latest-v13.x/node-v13.14.0-x64.msi
nuspec version: 13.14.0
remote version: 13.14.0
No new version found
*** Stream: 14 ***
URL check
https://nodejs.org/dist/v14.15.4/node-v14.15.4-x86.msi
https://nodejs.org/dist/v14.15.4/node-v14.15.4-x64.msi
nuspec version: 14.15.4
remote version: 14.15.4
No new version found
*** Stream: 15 ***
URL check
https://nodejs.org/dist/v15.8.0/node-v15.8.0-x86.msi
https://nodejs.org/dist/v15.8.0/node-v15.8.0-x64.msi
nuspec version: 15.8.0
remote version: 15.8.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 2021.2.4.180734
*** Stream: 10 ***
URL check
https://nodejs.org/download/release/latest-v10.x/node-v10.23.2-x86.msi
https://nodejs.org/download/release/latest-v10.x/node-v10.23.2-x64.msi
nuspec version: 10.23.2
remote version: 10.23.2
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/download/release/latest-v12.x/node-v12.20.1-x86.msi
https://nodejs.org/download/release/latest-v12.x/node-v12.20.1-x64.msi
nuspec version: 12.20.1
remote version: 12.20.1
No new version found
*** Stream: 13 ***
URL check
https://nodejs.org/download/release/latest-v13.x/node-v13.14.0-x86.msi
https://nodejs.org/download/release/latest-v13.x/node-v13.14.0-x64.msi
nuspec version: 13.14.0
remote version: 13.14.0
No new version found
*** Stream: 14 ***
URL check
https://nodejs.org/dist/v14.15.4/node-v14.15.4-x86.msi
https://nodejs.org/dist/v14.15.4/node-v14.15.4-x64.msi
nuspec version: 14.15.4
remote version: 14.15.4
No new version found
*** Stream: 15 ***
URL check
https://nodejs.org/dist/v15.8.0/node-v15.8.0-x86.msi
https://nodejs.org/dist/v15.8.0/node-v15.8.0-x64.msi
nuspec version: 15.8.0
remote version: 15.8.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 2021.2.4.180734
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 2021.2.4.180734
URL check
https://github.com//nomacs/nomacs/releases/download/3.17.2206/nomacs-setup-x64.msi
nuspec version: 3.17.2206
remote version: 3.17.2206
No new version found
nomacs.portable - checking updates using au version 2021.2.4.180734
URL check
https://github.com//nomacs/nomacs/releases/download/3.17.2206/nomacs-portable-win.zip
nuspec version: 3.17.2206
remote version: 3.17.2206
No new version found
notepadplusplus - checking updates using au version 2021.2.4.180734
URL check
https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v7.9.2/npp.7.9.2.portable.x64.7z
https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v7.9.2/npp.7.9.2.Installer.exe
https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v7.9.2/npp.7.9.2.Installer.x64.exe
https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v7.9.2/npp.7.9.2.portable.7z
nuspec version: 7.9.2
remote version: 7.9.2
No new version found
notepadplusplus.commandline - checking updates using au version 2021.2.4.180734
URL check
https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v7.9.2/npp.7.9.2.portable.x64.7z
https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v7.9.2/npp.7.9.2.Installer.exe
https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v7.9.2/npp.7.9.2.Installer.x64.exe
https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v7.9.2/npp.7.9.2.portable.7z
nuspec version: 7.9.2
remote version: 7.9.2
No new version found
notepadplusplus.install - checking updates using au version 2021.2.4.180734
URL check
https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v7.9.2/npp.7.9.2.portable.x64.7z
https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v7.9.2/npp.7.9.2.Installer.exe
https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v7.9.2/npp.7.9.2.Installer.x64.exe
https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v7.9.2/npp.7.9.2.portable.7z
nuspec version: 7.9.2
remote version: 7.9.2
No new version found
nssm - checking updates using au version 2021.2.4.180734
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 2021.2.4.180734
*** 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: 5.6 ***
URL check
https://dist.nuget.org/win-x86-commandline/v5.6.0/nuget.exe
nuspec version: 5.6.0
remote version: 5.6.0
No new version found
*** Stream: 5.7 ***
URL check
https://dist.nuget.org/win-x86-commandline/v5.7.0/nuget.exe
nuspec version: 5.7.0
remote version: 5.7.0
No new version found
*** Stream: 5.8 ***
URL check
https://dist.nuget.org/win-x86-commandline/v5.8.1/nuget.exe
nuspec version: 5.8.1
remote version: 5.8.1
No new version found
*** Stream: stable ***
URL check
https://dist.nuget.org/win-x86-commandline/v5.9.0-preview.2/nuget.exe
nuspec version: 5.9.0-preview2
remote version: 5.9.0-preview2
No new version found
octave.portable - checking updates using AU version 2021.2.4.180734
URL check
https://ftp.gnu.org/gnu/octave/windows/octave-6.1.0-w32.7z
https://ftp.gnu.org/gnu/octave/windows/octave-6.1.0-w64.7z
nuspec version: 6.1.0
remote version: 6.1.0
No new version found
openshift-cli - checking updates using AU version 2021.2.4.180734
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 2021.2.4.180734
URL check
https://slproweb.com/download/Win64OpenSSL_Light-1_1_1i.exe
https://slproweb.com/download/Win32OpenSSL_Light-1_1_1i.exe
nuspec version: 1.1.1.20181020
remote version: 1.1.1.800
No new version found
opera - checking updates using au version 2021.2.4.180734
URL check
https://get.geo.opera.com/pub/opera/desktop/74.0.3911.75/win/Opera_74.0.3911.75_Setup.exe
https://get.geo.opera.com/pub/opera/desktop/74.0.3911.75/win/Opera_74.0.3911.75_Setup_x64.exe
nuspec version: 74.0.3911.75
remote version: 74.0.3911.75
No new version found
owncloud-client - checking updates using AU version 2021.2.4.180734
URL check
https://download.owncloud.com/desktop/ownCloud/stable/2.7.5.3180/win/ownCloud-2.7.5.3180.x64.msi
nuspec version: 2.7.5.3180
remote version: 2.7.5.3180
No new version found
paint.net - checking updates using AU version 2021.2.4.180734
URL check
https://www.dotpdn.com/files/paint.net.4.2.15.install.zip
nuspec version: 4.2.15
remote version: 4.2.15
No new version found
palemoon - checking updates using au version 2021.2.4.180734
URL check
https://rm-eu.palemoon.org/release/palemoon-29.0.0.win64.installer.exe
https://rm-eu.palemoon.org/release/palemoon-29.0.0.win32.installer.exe
nuspec version: 29.0.0
remote version: 29.0.0
No new version found
partitionmasterfree - checking updates using au version 2021.2.4.180734
URL check
https://down.easeus.com/product/epm_free
nuspec version: 15.5
remote version: 15.0
No new version found
patch-my-pc - checking updates using AU version 2021.2.4.180734
URL check
https://patchmypc.net/freeupdater/PatchMyPC.exe
nuspec version: 4.2.0.0
remote version: 4.2.0.0
No new version found
pdfcreator - checking updates using AU version 2021.2.4.180734
URL check
http://download.pdfforge.org/download/pdfcreator/PDFCreator-stable?download
nuspec version: 4.2.0
remote version: 4.2.0
No new version found
peazip - checking updates using au version 2021.2.4.180734
URL check
https://github.com/peazip/PeaZip/releases/download/7.7.0/peazip-7.7.0.WIN64.exe
https://github.com/peazip/PeaZip/releases/download/7.7.0/peazip-7.7.0.WINDOWS.exe
nuspec version: 7.7.0
remote version: 7.7.0
No new version found
peazip.install - checking updates using au version 2021.2.4.180734
URL check
https://github.com/peazip/PeaZip/releases/download/7.7.0/peazip-7.7.0.WIN64.exe
https://github.com/peazip/PeaZip/releases/download/7.7.0/peazip-7.7.0.WINDOWS.exe
nuspec version: 7.7.0
remote version: 7.7.0
No new version found
pencil - checking updates using AU version 2021.2.4.180734
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 2021.2.4.180734
*** Stream: 7.3 ***
URL check
http://windows.php.net/downloads/releases/php-7.3.27-nts-Win32-VC15-x86.zip
http://windows.php.net/downloads/releases/php-7.3.27-nts-Win32-VC15-x64.zip
http://windows.php.net/downloads/releases/php-7.3.27-Win32-VC15-x86.zip
http://windows.php.net/downloads/releases/php-7.3.27-Win32-VC15-x64.zip
nuspec version: 7.3.27
remote version: 7.3.27
No new version found
*** Stream: 7.4 ***
URL check
http://windows.php.net/downloads/releases/php-7.4.15-nts-Win32-vc15-x86.zip
http://windows.php.net/downloads/releases/php-7.4.15-nts-Win32-vc15-x64.zip
http://windows.php.net/downloads/releases/php-7.4.15-Win32-vc15-x86.zip
http://windows.php.net/downloads/releases/php-7.4.15-Win32-vc15-x64.zip
nuspec version: 7.4.15
remote version: 7.4.15
No new version found
*** Stream: 8.0 ***
URL check
http://windows.php.net/downloads/releases/php-8.0.2-nts-Win32-vs16-x86.zip
http://windows.php.net/downloads/releases/php-8.0.2-nts-Win32-vs16-x64.zip
http://windows.php.net/downloads/releases/php-8.0.2-Win32-vs16-x86.zip
http://windows.php.net/downloads/releases/php-8.0.2-Win32-vs16-x64.zip
nuspec version: 8.0.2
remote version: 8.0.2
No new version found
picard - checking updates using AU version 2021.2.4.180734
URL check
https://musicbrainz.osuosl.org/pub/musicbrainz/picard/picard-setup-2.5.6.exe
nuspec version: 2.5.6
remote version: 2.5.6
No new version found
poi - checking updates using au version 2021.2.4.180734
URL check
https://github.com/poooi/poi/releases/download/v10.6.0/poi-setup-10.6.0.exe
nuspec version: 10.6.0
remote version: 10.6.0
No new version found
poweriso - checking updates using au version 2021.2.4.180734
URL check
http://www.poweriso.com/PowerISO6-x64.exe
http://www.poweriso.com/PowerISO6.exe
nuspec version: 7.8
remote version: 7.8
No new version found
prey - checking updates using AU version 2021.2.4.180734
*** Stream: 1.9 ***
URL check
https://github.com/prey/prey-node-client/releases/download/v1.9.9/prey-windows-1.9.9-x64.msi
https://github.com/prey/prey-node-client/releases/download/v1.9.9/prey-windows-1.9.9-x86.msi
nuspec version: 1.9.9
remote version: 1.9.9
No new version found
protoc - checking updates using au version 2021.2.4.180734
URL check
https://github.com//protocolbuffers/protobuf/releases/download/v3.14.0/protoc-3.14.0-win32.zip
https://github.com//protocolbuffers/protobuf/releases/download/v3.14.0/protoc-3.14.0-win64.zip
nuspec version: 3.14.0
remote version: 3.14.0
No new version found
putty - checking updates using au version 2021.2.4.180734
URL check
https://the.earth.li/~sgtatham/putty/latest/w32/putty.zip
https://the.earth.li/~sgtatham/putty/latest/w32/putty-0.74-installer.msi
https://the.earth.li/~sgtatham/putty/latest/w64/putty.zip
https://the.earth.li/~sgtatham/putty/latest/w64/putty-64bit-0.74-installer.msi
nuspec version: 0.74
remote version: 0.74
No new version found
putty.install - checking updates using au version 2021.2.4.180734
URL check
https://the.earth.li/~sgtatham/putty/latest/w32/putty.zip
https://the.earth.li/~sgtatham/putty/latest/w32/putty-0.74-installer.msi
https://the.earth.li/~sgtatham/putty/latest/w64/putty.zip
https://the.earth.li/~sgtatham/putty/latest/w64/putty-64bit-0.74-installer.msi
nuspec version: 0.74
remote version: 0.74
No new version found
putty.portable - checking updates using au version 2021.2.4.180734
URL check
https://the.earth.li/~sgtatham/putty/latest/w32/putty.zip
https://the.earth.li/~sgtatham/putty/latest/w32/putty-0.74-installer.msi
https://the.earth.li/~sgtatham/putty/latest/w64/putty.zip
https://the.earth.li/~sgtatham/putty/latest/w64/putty-64bit-0.74-installer.msi
nuspec version: 0.74
remote version: 0.74
No new version found
pyhoca-gui - checking updates using AU version 2021.2.4.180734
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 2021.2.4.180734
*** 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.10 ***
URL check
https://www.python.org/ftp/python/3.10.0/python-3.10.0a5.exe
https://www.python.org/ftp/python/3.10.0/python-3.10.0a5-amd64.exe
nuspec version: 3.10.0-a5
remote version: 3.10.0-a5
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.9/python-3.7.9.exe
https://www.python.org/ftp/python/3.7.9/python-3.7.9-amd64.exe
nuspec version: 3.7.9
remote version: 3.7.9
No new version found
*** Stream: 3.8 ***
URL check
https://www.python.org/ftp/python/3.8.7/python-3.8.7.exe
https://www.python.org/ftp/python/3.8.7/python-3.8.7-amd64.exe
nuspec version: 3.8.7
remote version: 3.8.7
No new version found
*** Stream: 3.9 ***
URL check
https://www.python.org/ftp/python/3.9.1/python-3.9.1.exe
https://www.python.org/ftp/python/3.9.1/python-3.9.1-amd64.exe
nuspec version: 3.9.1
remote version: 3.9.1
No new version found
python2 - checking updates using au version 2021.2.4.180734
*** 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.18
remote version: 2.7.18
No new version found
python3 - checking updates using au version 2021.2.4.180734
*** 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.10 ***
URL check
https://www.python.org/ftp/python/3.10.0/python-3.10.0a5.exe
https://www.python.org/ftp/python/3.10.0/python-3.10.0a5-amd64.exe
nuspec version: 3.10.0-a5
remote version: 3.10.0-a5
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.9/python-3.7.9.exe
https://www.python.org/ftp/python/3.7.9/python-3.7.9-amd64.exe
nuspec version: 3.7.9
remote version: 3.7.9
No new version found
*** Stream: 3.8 ***
URL check
https://www.python.org/ftp/python/3.8.7/python-3.8.7.exe
https://www.python.org/ftp/python/3.8.7/python-3.8.7-amd64.exe
nuspec version: 3.8.7
remote version: 3.8.7
No new version found
*** Stream: 3.9 ***
URL check
https://www.python.org/ftp/python/3.9.1/python-3.9.1.exe
https://www.python.org/ftp/python/3.9.1/python-3.9.1-amd64.exe
nuspec version: 3.9.1
remote version: 3.9.1
No new version found
qbittorrent - checking updates using au version 2021.2.4.180734
URL check
https://sourceforge.net/projects/qbittorrent/files/qbittorrent-win32/qbittorrent-4.3.3/qbittorrent_4.3.3_setup.exe/download
https://sourceforge.net/projects/qbittorrent/files/qbittorrent-win32/qbittorrent-4.3.3/qbittorrent_4.3.3_x64_setup.exe/download
nuspec version: 4.3.3
remote version: 4.3.3
No new version found
qtox - checking updates using au version 2021.2.4.180734
URL check
https://github.com/qTox/qTox/releases/download/v1.17.3/setup-qtox-x86_64-release.exe
https://github.com/qTox/qTox/releases/download/v1.17.3/setup-qtox-i686-release.exe
nuspec version: 1.17.3
remote version: 1.17.3
No new version found
quiterss - checking updates using au version 2021.2.4.180734
URL check
https://quiterss.org/files/0.19.4_/QuiteRSS-0.19.4-Setup.exe
nuspec version: 0.19.3
remote version: 0.19.4
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/quiterss/0.19.4
rapidee - checking updates using au version 2021.2.4.180734
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 2021.2.4.180734
URL check
http://files.snapfiles.com/directdl/rmv316.zip
nuspec version: 3.16
remote version: 3.16
No new version found
reshack - checking updates using au version 2021.2.4.180734
URL check
http://www.angusj.com/resourcehacker/reshacker_setup.exe
nuspec version: 5.1.8
remote version: 5.1.8
No new version found
ruby - checking updates using au version 2021.2.4.180734
URL check
https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.0.0-1/rubyinstaller-3.0.0-1-x64.exe
https://github.com/oneclick/rubyinstaller2/releases/download/RubyInstaller-3.0.0-1/rubyinstaller-3.0.0-1-x86.exe
nuspec version: 3.0.0.1
remote version: 3.0.0.1
No new version found
rufus - checking updates using au version 2021.2.4.180734
URL check
https://github.com/pbatard/rufus/releases/download/v3.13/rufus-3.13.exe
nuspec version: 3.13
remote version: 3.13
No new version found
screencloud - checking updates using au version 2021.2.4.180734
URL check
https://sourceforge.net/projects/screencloud/files/1.5.3/windows/ScreenCloud-1.5.3-x86.msi/download
nuspec version: 1.5.3
remote version: 1.5.3
No new version found
scribus - checking updates using AU version 2021.2.4.180734
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 2021.2.4.180734
URL check
https://s3.eu-central-1.amazonaws.com/download.seadrive.org/seafile-7.0.10-en.msi
nuspec version: 7.0.10
remote version: 7.0.10
No new version found
sidesync - checking updates using au version 2021.2.4.180734
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 2021.2.4.180734
URL check
https://github.com/henrypp/simplewall/releases/download/v.3.2.4/simplewall-3.2.4-bin.zip
https://github.com/henrypp/simplewall/releases/download/v.3.2.4/simplewall-3.2.4-setup.exe
nuspec version: 3.2.4
remote version: 3.2.4
No new version found
simplewall.install - checking updates using au version 2021.2.4.180734
URL check
https://github.com/henrypp/simplewall/releases/download/v.3.2.4/simplewall-3.2.4-bin.zip
https://github.com/henrypp/simplewall/releases/download/v.3.2.4/simplewall-3.2.4-setup.exe
nuspec version: 3.2.4
remote version: 3.2.4
No new version found
simplewall.portable - checking updates using au version 2021.2.4.180734
URL check
https://github.com/henrypp/simplewall/releases/download/v.3.2.4/simplewall-3.2.4-bin.zip
https://github.com/henrypp/simplewall/releases/download/v.3.2.4/simplewall-3.2.4-setup.exe
nuspec version: 3.2.4
remote version: 3.2.4
No new version found
skype - checking updates using au version 2021.2.4.180734
URL check
https://download.skype.com/s4l/download/win/Skype-8.68.0.96.exe
nuspec version: 8.68.0.96
remote version: 8.68.0.96
No new version found
smartftp - checking updates using au version 2021.2.4.180734
URL check
https://www.smartftp.com/get/SmartFTP86.msi
https://www.smartftp.com/get/SmartFTP64.msi
nuspec version: 9.0.2835.0
remote version: 9.0.2835.0
No new version found
sonarlint-vs2015 - checking updates using au version 2021.2.4.180734
URL check
https://marketplace.visualstudio.com/_apis/public/gallery/publishers/SonarSource/vsextensions/SonarLintforVisualStudio/4.30.0.26640/vspackage
nuspec version: 4.30.0.26640
remote version: 4.30.0.26640
No new version found
sourcetree - checking updates using au version 2021.2.4.180734
URL check
https://product-downloads.atlassian.com/software/sourcetree/windows/ga/SourcetreeEnterpriseSetup_3.4.1.msi
nuspec version: 3.4.1
remote version: 3.4.1
No new version found
sparkleshare - checking updates using au version 2021.2.4.180734
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 2021.2.4.180734
URL check
https://download.ccleaner.com/spsetup132.exe
nuspec version: 1.32.740.20200817
remote version: 1.32.740
No new version found
spotify - checking updates using AU version 2021.2.4.180734
URL check
https://download.scdn.co/SpotifySetup.exe
nuspec version: 1.1.51.382
remote version: 1.1.51.382
No new version found
sqlite - checking updates using au version 2021.2.4.180734
URL check
https://sqlite.org/2021/sqlite-tools-win32-x86-3340100.zip
https://sqlite.org/2021/sqlite-dll-win32-x86-3340100.zip
https://sqlite.org/2021/sqlite-dll-win64-x64-3340100.zip
nuspec version: 3.34.1
remote version: 3.34.1
No new version found
supertuxkart - checking updates using au version 2021.2.4.180734
URL check
https://github.com/supertuxkart/stk-code/releases/download/1.2/SuperTuxKart.1.2.0.installer-32bit.exe
https://github.com/supertuxkart/stk-code/releases/download/1.2/SuperTuxKart.1.2.0.installer-64bit.exe
nuspec version: 1.2
remote version: 1.2
No new version found
sweet-home-3d - checking updates using AU version 2021.2.4.180734
URL check
http://sourceforge.net/projects/sweethome3d/files/SweetHome3D/SweetHome3D-6.4.2/SweetHome3D-6.4.2-windows.exe/download
nuspec version: 6.4.2
remote version: 6.4.2
No new version found
sysinternals - checking updates using au version 2021.2.4.180734
URL check
https://download.sysinternals.com/files/SysinternalsSuite-Nano.zip
https://download.sysinternals.com/files/SysinternalsSuite.zip
nuspec version: 2021.1.19
remote version: 2021.1.19
No new version found
testdisk-photorec - checking updates using AU version 2021.2.4.180734
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 2021.2.4.180734
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 2021.2.4.180734
URL check
nuspec version: 78.7.0
remote version: 78.7.0
No new version found
tightvnc - checking updates using AU version 2021.2.4.180734
URL check
https://www.tightvnc.com/download/2.8.59/tightvnc-2.8.59-gpl-setup-64bit.msi
https://www.tightvnc.com/download/2.8.59/tightvnc-2.8.59-gpl-setup-32bit.msi
nuspec version: 2.8.59
remote version: 2.8.59
No new version found
tixati - checking updates using au version 2021.2.4.180734
URL check
https://download1.tixati.com/download/tixati-2.81-1.win32-install.exe
https://download1.tixati.com/download/tixati-2.81-1.win64-install.exe
nuspec version: 2.81
remote version: 2.81
No new version found
tixati.portable - checking updates using au version 2021.2.4.180734
URL check
https://download2.tixati.com/download/tixati-2.81-1.portable.zip
nuspec version: 2.81
remote version: 2.81
No new version found
tor-browser - checking updates using au version 2021.2.4.180734
URL check
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_de.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_es-AR.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_lt.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_sv-SE.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_lt.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_ru.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_cs.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_da.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_ro.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_nb-NO.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_he.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_mk.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_he.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_nb-NO.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_zh-CN.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_ko.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_ru.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_is.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_en-US.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_pl.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_ja.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_id.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_de.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_ga-IE.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_mk.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_hu.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_ms.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_ca.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_fr.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_ar.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_fr.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_da.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_th.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_id.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_pt-BR.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_ja.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_ka.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_pl.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_en-US.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_is.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_tr.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_vi.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_hu.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_vi.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_tr.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_ga-IE.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_ka.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_es-ES.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_it.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_fa.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_nl.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_nl.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_th.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_ar.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_sv-SE.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_ca.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_ko.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_zh-TW.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_es-ES.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_it.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_ms.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_es-AR.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_zh-CN.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_fa.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_el.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_cs.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_ro.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_pt-BR.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_el.exe
https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_zh-TW.exe
nuspec version: 10.0.9
remote version: 10.0.10
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) 10.0.9
PackageName (String) tor-browser
URL320 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_en-US.exe
URL321 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_ar.exe
URL3210 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_fr.exe
URL3211 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_ga-IE.exe
URL3212 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_he.exe
URL3213 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_hu.exe
URL3214 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_id.exe
URL3215 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_is.exe
URL3216 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_it.exe
URL3217 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_ja.exe
URL3218 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_ka.exe
URL3219 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_ko.exe
URL322 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_ca.exe
URL3220 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_lt.exe
URL3221 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_mk.exe
URL3222 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_ms.exe
URL3223 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_nb-NO.exe
URL3224 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_nl.exe
URL3225 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_pl.exe
URL3226 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_pt-BR.exe
URL3227 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_ro.exe
URL3228 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_ru.exe
URL3229 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_sv-SE.exe
URL323 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_cs.exe
URL3230 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_th.exe
URL3231 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_tr.exe
URL3232 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_vi.exe
URL3233 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_zh-CN.exe
URL3234 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_zh-TW.exe
URL324 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_da.exe
URL325 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_de.exe
URL326 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_el.exe
URL327 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_es-ES.exe
URL328 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_es-AR.exe
URL329 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-10.0.10_fa.exe
URL640 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_en-US.exe
URL641 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_ar.exe
URL6410 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_fr.exe
URL6411 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_ga-IE.exe
URL6412 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_he.exe
URL6413 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_hu.exe
URL6414 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_id.exe
URL6415 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_is.exe
URL6416 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_it.exe
URL6417 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_ja.exe
URL6418 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_ka.exe
URL6419 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_ko.exe
URL642 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_ca.exe
URL6420 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_lt.exe
URL6421 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_mk.exe
URL6422 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_ms.exe
URL6423 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_nb-NO.exe
URL6424 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_nl.exe
URL6425 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_pl.exe
URL6426 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_pt-BR.exe
URL6427 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_ro.exe
URL6428 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_ru.exe
URL6429 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_sv-SE.exe
URL643 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_cs.exe
URL6430 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_th.exe
URL6431 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_tr.exe
URL6432 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_vi.exe
URL6433 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_zh-CN.exe
URL6434 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_zh-TW.exe
URL644 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_da.exe
URL645 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_de.exe
URL646 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_el.exe
URL647 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_es-ES.exe
URL648 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_es-AR.exe
URL649 (String) https://www.torproject.org/dist/torbrowser/10.0.10/torbrowser-install-win64-10.0.10_fa.exe
Version (String) 10.0.10
tor-browser.nuspec
setting id: tor-browser
updating version: 10.0.9 -> 10.0.10
Attempting to build package from 'tor-browser.nuspec'.
Successfully created package 'C:\projects\chocolatey-coreteampackages\automatic\tor-browser\tor-browser.10.0.10.nupkg'
Package updated
Chocolatey v0.10.15
Attempting to push tor-browser.10.0.10.nupkg to https://push.chocolatey.org
tor-browser 10.0.10 was pushed successfully to https://push.chocolatey.org
tortoisegit - checking updates using au version 2021.2.4.180734
URL check
https://download.tortoisegit.org/tgit/2.11.0.0/TortoiseGit-2.11.0.0-64bit.msi
https://download.tortoisegit.org/tgit/2.11.0.0/TortoiseGit-2.11.0.0-32bit.msi
nuspec version: 2.11.0.0
remote version: 2.11.0.0
No new version found
tortoisesvn - checking updates using au version 2021.2.4.180734
URL check
https://osdn.net/frs/redir.php?m=plug&f=%2Fstorage%2Fg%2Ft%2Fto%2Ftortoisesvn%2F1.14.0%2FApplication%2FTortoiseSVN-1.14.0.28885-x64-svn-1.14.0.msi
https://osdn.net/frs/redir.php?m=dotsrc&f=%2Fstorage%2Fg%2Ft%2Fto%2Ftortoisesvn%2F1.14.0%2FApplication%2FTortoiseSVN-1.14.0.28885-win32-svn-1.14.0.msi
nuspec version: 1.14.0.28885
remote version: 1.14.0.28885
No new version found
totalcommander - checking updates using au version 2021.2.4.180734
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 2021.2.4.180734
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 2021.2.4.180734
URL check
https://github.com/Tribler/tribler/releases/download/v7.7.1/Tribler_7.7.1_x86.exe
https://github.com/Tribler/tribler/releases/download/v7.7.1/Tribler_7.7.1_x64.exe
nuspec version: 7.7.1
remote version: 7.7.1
No new version found
tv-browser - checking updates using au version 2021.2.4.180734
URL check
https://sourceforge.net/projects/tvbrowser/files/TV-Browser%20Releases%20%28Java%2011%20and%20higher%29/4.2.2/tvbrowser-lite_4.2.2_win.exe/download
nuspec version: 4.2.2
remote version: 4.2.2
No new version found
typescript - checking updates using AU version 2021.2.4.180734
URL check
nuspec version: 4.1.3
remote version: 4.1.3
No new version found
ultradefrag - checking updates using au version 2021.2.4.180734
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 2021.2.4.180734
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 2021.2.4.180734
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 2021.2.4.180734
URL check
https://www.pendrivelinux.com/downloads/Universal-USB-Installer/Universal-USB-Installer-2.0.0.0.exe
nuspec version: 2.0.0.000
remote version: 2.0.0.000
No new version found
vagrant - checking updates using au version 2021.2.4.180734
URL check
https://releases.hashicorp.com/vagrant/2.2.14/vagrant_2.2.14_x86_64.msi
https://releases.hashicorp.com/vagrant/2.2.14/vagrant_2.2.14_i686.msi
nuspec version: 2.2.14
remote version: 2.2.14
No new version found
vcredist140 - checking updates using AU version 2021.2.4.180734
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.28.29325.2
remote version: 14.28.29325.2
No new version found
vcredist2017 - checking updates using AU version 2021.2.4.180734
URL check
nuspec version: 14.16.27033
remote version: 14.16.27033
No new version found
videoder - checking updates using au version 2021.2.4.180734
URL check
https://static.videoder.net/desktop/release/win/x64/Videoder%20Setup%201.0.9.exe
https://static.videoder.net/desktop/release/win/x32/Videoder%20Setup%201.0.9.exe
nuspec version: 1.0.9
remote version: 1.0.9
No new version found
vim - checking updates using au version 2021.2.4.180734
URL check
https://github.com/vim/vim-win32-installer/releases/download/v8.2.2465/gvim_8.2.2465_x86.zip
https://github.com/vim/vim-win32-installer/releases/download/v8.2.2465/gvim_8.2.2465_x64.zip
nuspec version: 8.2.2465
remote version: 8.2.2465
No new version found
virtualbox - checking updates using au version 2021.2.4.180734
*** 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.44/Oracle_VM_VirtualBox_Extension_Pack-5.2.44.vbox-extpack
https://download.virtualbox.org/virtualbox/5.2.44/VirtualBox-5.2.44-139111-Win.exe
nuspec version: 5.2.44
remote version: 5.2.44
No new version found
*** Stream: 6.0 ***
URL check
https://download.virtualbox.org/virtualbox/6.0.24/Oracle_VM_VirtualBox_Extension_Pack-6.0.24.vbox-extpack
https://download.virtualbox.org/virtualbox/6.0.24/VirtualBox-6.0.24-139119-Win.exe
nuspec version: 6.0.24
remote version: 6.0.24
No new version found
*** Stream: 6.1 ***
URL check
https://download.virtualbox.org/virtualbox/6.1.18/Oracle_VM_VirtualBox_Extension_Pack-6.1.18.vbox-extpack
https://download.virtualbox.org/virtualbox/6.1.18/VirtualBox-6.1.18-142142-Win.exe
nuspec version: 6.1.18
remote version: 6.1.18
No new version found
vlc - checking updates using au version 2021.2.4.180734
URL check
http://get.videolan.org/vlc/3.0.12/win64/vlc-3.0.12-win64.exe
http://get.videolan.org/vlc/3.0.12/win32/vlc-3.0.12-win32.exe
nuspec version: 3.0.12
remote version: 3.0.12
No new version found
voicebot - checking updates using AU version 2021.2.4.180734
URL check
https://binaryfortressdownloads.com/Download/BFSFiles/123/VoiceBotSetup-3.7.2.exe
nuspec version: 3.7.2
remote version: 3.7.2
No new version found
vscode - checking updates using au version 2021.2.4.180734
URL check
https://az764295.vo.msecnd.net/stable/8490d3dde47c57ba65ec40dd192d014fd2113496/VSCodeSetup-ia32-1.53.0.exe
https://az764295.vo.msecnd.net/stable/8490d3dde47c57ba65ec40dd192d014fd2113496/VSCodeSetup-x64-1.53.0.exe
nuspec version: 1.52.1
remote version: 1.53.0
New version is available
Automatic checksum skipped
Setting package description from README.md
Updating files
$Latest data:
FileType (String) exe
NuspecVersion (String) 1.52.1
PackageName (String) vscode
RemoteVersion (String) 1.53.0
URL32 (String) https://az764295.vo.msecnd.net/stable/8490d3dde47c57ba65ec40dd192d014fd2113496/VSCodeSetup-ia32-1.53.0.exe
URL64 (String) https://az764295.vo.msecnd.net/stable/8490d3dde47c57ba65ec40dd192d014fd2113496/VSCodeSetup-x64-1.53.0.exe
Version (String) 1.53.0
vscode.nuspec
setting id: vscode
updating version: 1.52.1 -> 1.53.0
vscode.nuspec
(\<dependency .+?"vscode.install" version=)"([^"]+)" = $1"[1.53.0]"
Attempting to build package from 'vscode.nuspec'.
Successfully created package 'C:\projects\chocolatey-coreteampackages\automatic\vscode\vscode.1.53.0.nupkg'
Package updated
Chocolatey v0.10.15
Attempting to push vscode.1.53.0.nupkg to https://push.chocolatey.org
vscode 1.53.0 was pushed successfully to https://push.chocolatey.org
vscode.install - checking updates using au version 2021.2.4.180734
URL check
https://az764295.vo.msecnd.net/stable/8490d3dde47c57ba65ec40dd192d014fd2113496/VSCodeSetup-ia32-1.53.0.exe
https://az764295.vo.msecnd.net/stable/8490d3dde47c57ba65ec40dd192d014fd2113496/VSCodeSetup-x64-1.53.0.exe
nuspec version: 1.52.1
remote version: 1.53.0
New version is available
Automatic checksum skipped
Running au_BeforeUpdate
Setting package description from README.md
Updating files
$Latest data:
Checksum32 (String) 64b3d4c07d89dac6af167f0224aa6853fd0d6f4f3d5bbf78cc6d9d6825ba3f79
Checksum64 (String) d20c9bc29804a16c7de1c80c71798dc10d3899f7a19f426527d8020ce2db1357
FileType (String) exe
NuspecVersion (String) 1.52.1
PackageName (String) vscode.install
RemoteVersion (String) 1.53.0
URL32 (String) https://az764295.vo.msecnd.net/stable/8490d3dde47c57ba65ec40dd192d014fd2113496/VSCodeSetup-ia32-1.53.0.exe
URL64 (String) https://az764295.vo.msecnd.net/stable/8490d3dde47c57ba65ec40dd192d014fd2113496/VSCodeSetup-x64-1.53.0.exe
Version (String) 1.53.0
vscode.install.nuspec
setting id: vscode.install
updating version: 1.52.1 -> 1.53.0
tools\chocolateyInstall.ps1
(?i)(^\s*url\s*=\s*)('.*') = $1'https://az764295.vo.msecnd.net/stable/8490d3dde47c57ba65ec40dd192d014fd2113496/VSCodeSetup-ia32-1.53.0.exe'
(?i)(^[$]version\s*=\s*)('.*') = $1'1.53.0'
(?i)(^\s*packageName\s*=\s*)('.*') = $1'vscode.install'
(?i)(^\s*checksum64\s*=\s*)('.*') = $1'd20c9bc29804a16c7de1c80c71798dc10d3899f7a19f426527d8020ce2db1357'
(?i)(^\s*url64bit\s*=\s*)('.*') = $1'https://az764295.vo.msecnd.net/stable/8490d3dde47c57ba65ec40dd192d014fd2113496/VSCodeSetup-x64-1.53.0.exe'
(?i)(^\s*checksum\s*=\s*)('.*') = $1'64b3d4c07d89dac6af167f0224aa6853fd0d6f4f3d5bbf78cc6d9d6825ba3f79'
Attempting to build package from 'vscode.install.nuspec'.
Successfully created package 'C:\projects\chocolatey-coreteampackages\automatic\vscode.install\vscode.install.1.53.0.nupkg'
Package updated
Chocolatey v0.10.15
Attempting to push vscode.install.1.53.0.nupkg to https://push.chocolatey.org
vscode.install 1.53.0 was pushed successfully to https://push.chocolatey.org
vscode-insiders - checking updates using au version 2021.2.4.180734
URL check
https://az764295.vo.msecnd.net/insider/8490d3dde47c57ba65ec40dd192d014fd2113496/VSCodeSetup-ia32-1.53.0-insider.exe
https://az764295.vo.msecnd.net/insider/8490d3dde47c57ba65ec40dd192d014fd2113496/VSCodeSetup-x64-1.53.0-insider.exe
nuspec version: 1.53.0.20210203
remote version: 1.53.0.20210203
No new version found
vscode-insiders.install - checking updates using au version 2021.2.4.180734
URL check
https://az764295.vo.msecnd.net/insider/8490d3dde47c57ba65ec40dd192d014fd2113496/VSCodeSetup-ia32-1.53.0-insider.exe
https://az764295.vo.msecnd.net/insider/8490d3dde47c57ba65ec40dd192d014fd2113496/VSCodeSetup-x64-1.53.0-insider.exe
nuspec version: 1.53.0.20210203
remote version: 1.53.0.20210203
No new version found
waterfox - checking updates using au version 2021.2.4.180734
*** Stream: current ***
URL check
https://cdn.waterfox.net/releases/win64/installer/Waterfox%20G3.1.0%20Setup.exe
nuspec version: 21023.1.0
remote version: 21023.1.0
No new version found
*** Stream: classic ***
URL check
https://cdn.waterfox.net/releases/win64/installer/Waterfox%20Classic%202021.01.1%20Setup.exe
nuspec version: 2021.01.1
remote version: 2021.01.1
No new version found
webstorm - checking updates using AU version 2021.2.4.180734
URL check
https://download.jetbrains.com/webstorm/WebStorm-2020.3.2.exe
nuspec version: 2020.3.2
remote version: 2020.3.2
No new version found
wesnoth - checking updates using AU version 2021.2.4.180734
*** Stream: beta ***
URL check
https://sourceforge.net/projects/wesnoth/files/wesnoth/wesnoth-1.15.9/wesnoth-1.15.9-win64.exe/download
nuspec version: 1.15.9-beta
remote version: 1.15.9-beta
No new version found
*** Stream: stable ***
URL check
https://sourceforge.net/projects/wesnoth/files/wesnoth-1.14/wesnoth-1.14.15/wesnoth-1.14.15-win32.exe/download
nuspec version: 1.14.15
remote version: 1.14.15
No new version found
wget - checking updates using au version 2021.2.4.180734
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 2021.2.4.180734
URL check
https://download.microsoft.com/download/4/c/c/4cc6c15c-75a5-4d1b-a3fe-140a5e09c9ff/MediaCreationTool20H2.exe
nuspec version: 10.0.19041.572
remote version: 10.0.19041.572
No new version found
wincdemu - checking updates using au version 2021.2.4.180734
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 2021.2.4.180734
URL check
nuspec version: 10.0.19041.572
remote version: 10.0.19041.572
No new version found
winpcap - checking updates using au version 2021.2.4.180734
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 2021.2.4.180734
nuspec version: 5.17.10
remote version: 5.17.10
No new version found
winscp.install - checking updates using au version 2021.2.4.180734
nuspec version: 5.17.10
remote version: 5.17.10
No new version found
winscp.portable - checking updates using au version 2021.2.4.180734
nuspec version: 5.17.10
remote version: 5.17.10
No new version found
wixtoolset - checking updates using AU version 2021.2.4.180734
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 2021.2.4.180734
*** Stream: wps ***
URL check
https://wdl1.pcfg.cache.wpscdn.com/wpsdl/wpsoffice/download/11.2.0.9984/WPSOffice_11.2.0.9984.exe
nuspec version: 11.2.0.9984
remote version: 11.2.0.9984
No new version found
x2go - checking updates using AU version 2021.2.4.180734
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 2021.2.4.180734
URL check
nuspec version: 3.1.1
remote version: 3.1.1
No new version found
youtube-dl - checking updates using au version 2021.2.4.180734
URL check
https://youtube-dl.org/downloads/latest/youtube-dl.exe
nuspec version: 2021.02.04.1
remote version: 2021.02.04.1
No new version found
yumi - checking updates using AU version 2021.2.4.180734
URL check
http://www.pendrivelinux.com/downloads/YUMI/YUMI-2.0.8.3.exe
nuspec version: 2.0.8.3
remote version: 2.0.8.3
No new version found
yumi-uefi - checking updates using AU version 2021.2.4.180734
URL check
http://www.pendrivelinux.com/downloads/YUMI/YUMI-UEFI-0.0.3.4.exe
nuspec version: 0.0.3.4
remote version: 0.0.3.4
No new version found
zotero - checking updates using au version 2021.2.4.180734
URL check
https://download.zotero.org/client/release/5.0.95.1/Zotero-5.0.95.1_setup.exe
nuspec version: 5.0.95.1
remote version: 5.0.95.1
No new version found