UTC: 2020-04-22 01:30 AdmiringWorm/chocolatey-packages
This file is automatically generated by the update_all.ps1 script using the AU module.
Ignored | History | Force Test | Releases | TESTING AU STREAMS VERSION
LAST RUN HAD 3 ERRORS !!!
Finished 83 packages after 6.82 minutes.
1 updated, 1 pushed, 0 ignored
3 errors - 3 update, 0 push.
Icon | Name | Updated | Pushed | RemoteVersion | NuspecVersion |
---|---|---|---|---|---|
boxcli | True 🔸 🕄 📥 | True | 2.5.1 | 2.4.0 |
au_GetLatest failed
SourceForge - Unable to display the page requested
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
body { line-height: 1;}
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }
q, blockquote { quotes: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }
a img { border: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }
body { background: #fff; color: #333; font-family: "Lato", sans-serif; font-size: 14px; margin: 0; padding: 0; }
a {color: #0099cc; text-decoration: none; }
a:hover {color:#006699;}
#header, footer {background:#333333; text-align: center;color:#fff}
#header svg { width: 267px;; }
#header svg .st1, #header svg .st2 { fill: #fff; }
#header svg .st0 { fill: #FF6600; }
#header section { margin: 0 auto; padding: 5px 0; }
#error-logo svg {display: block; margin: 50px auto 50px;width:167px;}
#error-logo svg .st0{fill:#F26722}
#error-logo svg .st1{fill:#CCCCCB}
#content { margin: 0 auto; }
#content h1 {margin: 3.21429rem 0 2.5rem 0; font-size: 2.28571rem; font-weight: 400; text-align: center}
#content p { margin-bottom: 20px; font-size: 18px; text-align: center}
#content h1, #content p {margin-left: 1em; margin-right: 1em}
#content #error-message { float: left; margin-right: 20px; }
#content #twitter { margin:60px auto; position: relative; }
#content #twitter > * {margin: 0 auto;display: block;}
#content #twitter #twitter-bird { margin-top: 5px;}
#content #twitter #message-bubble { position: relative; border: 2px solid #F2F2F2; width: 333px; min-height: 150px; padding: 9px 0; }
footer {display: block;height: 60px;line-height:60px;font-size: 14px;}
@media print, screen and (min-width: 728px) {
#error-logo svg {display: block; margin: 150px auto 50px;width:267px;height:235px;}
}
Oops, looks like something went wrong.
For updates, follow us on twitter or check the status dashboard.
While we fix the issue, checkout Slashdot.
Tweets by @sfnet_ops
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
© 2017 Slashdot Media. All Rights Reserved.
var url, filename, project;
/*
Match:
/projects/xyz/files/a/download
/a/b/c/download
/a/download?use_mirror=m (url params aren't in window.location.pathname)
non-greedy match on project name
optional greedy match on file path including trailing slash
regular match on base file name
*/
var regexp = new RegExp('^/projects/(.+?)/files/(.*/)?(.+)/download$');
var matches = window.location.pathname.match(regexp);
if (matches) {
project = matches[1];
var path = matches[2] || ''; // may be undefined
filename = matches[3];
url = '//downloads.sourceforge.net/project/' + project + '/' + path + filename;
}
if (window.location.pathname === '/project/downloading.php') {
/*
match:
/project/downloading.php?groupname=xyz&filename=abc.zip
abc.zip&use_mirror=m
non-greedy match on project name
non-greedy match on filename, terminated by EOL or '&'
*/
var legacy_re = new RegExp('groupname=(.+?)&filename=(.+?)($|&)');
var legacy_matches = window.location.search.match(legacy_re);
if (legacy_matches) {
project = legacy_matches[1];
filename = legacy_matches[2];
url = '//downloads.sourceforge.net/' + project + '/' + filename;
}
}
/*global console*/
if (url && filename) {
url += '?fromerrorjs=1';
if (window.location.hostname === 'sourceforge.net') {
window.location = url;
} else if (window.console) {
console.log('redirecting to ' + url);
}
document.title = 'Downloading ' + decodeURIComponent(filename);
document.getElementsByTagName('h1')[0].innerHTML = 'Downloading ' + decodeURIComponent(filename) + ' ...';
}
au_GetLatest failed
Unable to get version information
au_GetLatest failed
Unable to get version information
authy-desktop - checking updates using AU version 2020.4.22.13052
URL check
https://s3.amazonaws.com/authy-electron-repository-production/authy/stable/1.8.0/win32/x64/Authy%20Desktop%20Setup%201.8.0.exe
nuspec version: 1.8.0
remote version: 1.8.0
No new version found
boxcli - checking updates using AU version 2020.4.22.13052
*** Stream: 1.0 ***
URL check
https://github.com/box/boxcli/releases/download/v1.0.2/BoxCLI-win10-x64.msi
nuspec version: 1.0.2
remote version: 1.0.2
No new version found
*** Stream: 1.1 ***
URL check
https://github.com/box/boxcli/releases/download/v1.1.1/BoxCLI-win10-x64.msi
nuspec version: 1.1.1.20181017
remote version: 1.1.1
No new version found
*** Stream: 1.2 ***
URL check
https://github.com/box/boxcli/releases/download/v1.2.0/BoxCLI-win10-x64.msi
nuspec version: 1.2.0
remote version: 1.2.0
No new version found
*** Stream: 1.4 ***
URL check
https://github.com/box/boxcli/releases/download/v1.4.0/BoxCLI-win10-x64.msi
nuspec version: 1.4.0
remote version: 1.4.0
No new version found
*** Stream: 2.0 ***
URL check
https://github.com/box/boxcli/releases/download/v2.0.0/box-v2.0.0-x86.exe
https://github.com/box/boxcli/releases/download/v2.0.0/box-v2.0.0-x64.exe
nuspec version: 0.0
remote version: 2.0.0
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/boxcli/2.0.0
*** Stream: 2.1 ***
URL check
https://github.com/box/boxcli/releases/download/v2.1.0/box-v2.1.0-x86.exe
https://github.com/box/boxcli/releases/download/v2.1.0/box-v2.1.0-x64.exe
nuspec version: 0.0
remote version: 2.1.0
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/boxcli/2.1.0
*** Stream: 2.2 ***
URL check
https://github.com/box/boxcli/releases/download/v2.2.0/box-v2.2.0-x86.exe
https://github.com/box/boxcli/releases/download/v2.2.0/box-v2.2.0-x64.exe
nuspec version: 0.0
remote version: 2.2.0
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/boxcli/2.2.0
*** Stream: 2.3 ***
URL check
https://github.com/box/boxcli/releases/download/v2.3.0/box-v2.3.0-x86.exe
https://github.com/box/boxcli/releases/download/v2.3.0/box-v2.3.0-x64.exe
nuspec version: 0.0
remote version: 2.3.0
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/boxcli/2.3.0
*** Stream: 2.4 ***
URL check
https://github.com/box/boxcli/releases/download/v2.4.0/box-v2.4.0-x86.exe
https://github.com/box/boxcli/releases/download/v2.4.0/box-v2.4.0-x64.exe
nuspec version: 0.0
remote version: 2.4.0
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/boxcli/2.4.0
*** Stream: latest ***
URL check
https://github.com/box/boxcli/releases/download/v2.5.1/box-v2.5.1-x64.exe
https://github.com/box/boxcli/releases/download/v2.5.1/box-v2.5.1-x86.exe
nuspec version: 2.4.0
remote version: 2.5.1
New version is available
Automatic checksum skipped
Running au_BeforeUpdate
Setting package description from README.md
Updating files
$Latest data:
Checksum32 (String) 6D399056B030C30E2C034350E3E9E0B341E604C6A2EF1CD7477529B9E492A325
Checksum64 (String) 29A14EA53270492E7A74E729368D879F3DD0493C88A2EEB982D95848874B1C4A
ChecksumType32 (String) sha256
ChecksumType64 (String) sha256
FileName32 (String) box-v2.5.1-x86.exe
FileName64 (String) box-v2.5.1-x64.exe
FileType (String) exe
LicenseUrl (String) https://github.com/box/boxcli/blob/v2.5.1/LICENSE
NuspecVersion (String) 2.4.0
PackageName (String) boxcli
ReleaseNotes (String) [CHANGELOG](https://github.com/box/boxcli/blob/master/CHANGELOG.md#251-2020-04-14)
- Added `--quiet` flag to suppress any non-error output to stderr (#167) 27045c6
- Fixed a bug for the `--restrict-collaboration` flag for `box folders:update` where previously the flag would not restrict the collaborations when passed as true and would restrict collaborations when passed as false (#175) e6e1120
- Added `box trash:restore` to restore a trashed item and `box trash:get` to get information on a trashed item (#179) 74db947
- Fixed a bug where flags that can be specified multiple times in a single command could not be passed through the command line for bulk commands (#183) 63db0ac
- **Note**: Skipped version 2.5.0 due to development of new release process
https://github.com/box/boxcli/compare/v2.4.0...v2.5.1
ReleaseTag (String) v2.5.1
ReleaseUri (String) https://github.com/box/boxcli/releases/tag/v2.5.1
SilentArgs (String) /S
SoftwareName (String) @box/cli
Stream (String) latest
Streams (Hashtable) System.Collections.Hashtable
URL32 (String) https://github.com/box/boxcli/releases/download/v2.5.1/box-v2.5.1-x86.exe
URL64 (String) https://github.com/box/boxcli/releases/download/v2.5.1/box-v2.5.1-x64.exe
Version (String) 2.5.1
boxcli.nuspec
setting id: boxcli
updating version: 2.4.0 -> 2.5.1
.\legal\VERIFICATION.txt
(?i)(^\s*checksum64\:).* = ${1} 29A14EA53270492E7A74E729368D879F3DD0493C88A2EEB982D95848874B1C4A
(?i)(^\s*checksum32\:).* = ${1} 6D399056B030C30E2C034350E3E9E0B341E604C6A2EF1CD7477529B9E492A325
(?i)(\s*32\-Bit Software.*)\<.*\> = ${1}<https://github.com/box/boxcli/releases/download/v2.5.1/box-v2.5.1-x86.exe>
(?i)(^\s*checksum\s*type\:).* = ${1} sha256
(?i)(\s*64\-Bit Software.*)\<.*\> = ${1}<https://github.com/box/boxcli/releases/download/v2.5.1/box-v2.5.1-x64.exe>
(?i)(LICENSE\.txt.*)\<[^\>]*\> = ${1}<https://github.com/box/boxcli/blob/v2.5.1/LICENSE>
(?i)(^\s*location on\:?\s*)\<.*\> = ${1}<https://github.com/box/boxcli/releases/tag/v2.5.1>
.\tools\chocolateyInstall.ps1
(?i)^(\s*softwareName\s*=\s*)'.*' = ${1}'@box/cli'
(?i)(^\s*fileType\s*=\s*)'.*' = ${1}'exe'
(?i)(^\s*silentArgs\s*=\s*)".*"# = ${1}"/S"#
(?i)(^\s*file64\s*=\s*"[$]toolsPath\\).* = ${1}box-v2.5.1-x64.exe"
(?i)(^\s*file\s*=\s*"[$]toolsPath\\).* = ${1}box-v2.5.1-x86.exe"
.\tools\chocolateyUninstall.ps1
(?i)^(\s*softwareName\s*=\s*)'.*' = ${1}'@box/cli'
(?i)(^\s*fileType\s*=\s*)'.*' = ${1}'exe'
(?i)(^\s*silentArgs\s*=\s*)".*"# = ${1}"/S"#
Running au_AfterUpdate
Attempting to build package from 'boxcli.nuspec'.
Successfully created package 'C:\projects\chocolatey-packages\automatic\boxcli\boxcli.2.5.1.nupkg'
Package updated
Chocolatey v0.10.15
Attempting to push boxcli.2.5.1.nupkg to https://push.chocolatey.org
boxcli 2.5.1 was pushed successfully to https://push.chocolatey.org
cacher - checking updates using AU version 2020.4.22.13052
URL check
https://s3.amazonaws.com/download.cacher.io/Cacher%20Setup%202.25.2.exe
nuspec version: 2.25.2
remote version: 2.25.2
No new version found
claws-mail - checking updates using AU version 2020.4.22.13052
URL check
https://www.claws-mail.org/download.php?file=win32/claws-mail-3.17.4-1-64bit.exe
https://www.claws-mail.org/download.php?file=win32/claws-mail-3.17.4-1-32bit.exe
nuspec version: 3.17.4.20191026
remote version: 3.17.4
No new version found
cmder - checking updates using AU version 2020.4.22.13052
URL check
https://github.com/cmderdev/cmder/releases/download/v1.3.14/cmder.7z
nuspec version: 1.3.14
remote version: 1.3.14
No new version found
cmdermini - checking updates using AU version 2020.4.22.13052
URL check
https://github.com/cmderdev/cmder/releases/download/v1.3.14/cmder_mini.zip
nuspec version: 1.3.14
remote version: 1.3.14
No new version found
codecontracts - checking updates using au version 2020.4.22.13052
URL check
https://github.com/microsoft/CodeContracts/releases/download/v1.10.20606.1/Contracts.devlab9ts.msi
nuspec version: 1.10.20606.1-rc2
remote version: 1.10.20606.1-rc2
No new version found
codemaid - checking updates using AU version 2020.4.22.13052
*** Stream: 11.1 ***
URL check
https://github.com/codecadwallader/codemaid/releases/download/v11.1/CodeMaid.v11.1.204.vsix
nuspec version: 11.1.204
remote version: 11.1.204
No new version found
codetrack - checking updates using AU version 2020.4.22.13052
*** Stream: latest ***
URL check
https://www.getcodetrack.com/releases/codetrack_1_0_3_3.zip
nuspec version: 1.0.3.301
remote version: 1.0.3.301
No new version found
coq - checking updates using AU version 2020.4.22.13052
URL check
https://github.com/coq/coq/releases/download/V8.11.1/coq-8.11.1-installer-windows-i686.exe
https://github.com/coq/coq/releases/download/V8.11.1/coq-8.11.1-installer-windows-x86_64.exe
nuspec version: 8.11.1
remote version: 8.11.1
No new version found
deepgit - checking updates using AU version 2020.4.22.13052
URL check
https://www.syntevo.com/downloads/deepgit/deepgit-win-setup-4.zip
nuspec version: 4.0
remote version: 4.0
No new version found
dilay - checking updates using au version 2020.4.22.13052
URL check
https://github.com/abau/dilay/releases/download/1.9.0/dilay-1.9.0.msi
nuspec version: 1.9.0
remote version: 1.9.0
No new version found
disposablefixer - checking updates using au version 2020.4.22.13052
URL check
https://davidstormer.gallerycdn.vsassets.io/extensions/davidstormer/disposablefixer/2.4.2/1581274521512/DisposableFixer.vsix
nuspec version: 2.4.2
remote version: 2.4.2
No new version found
dumo - checking updates using AU version 2020.4.22.13052
URL check
https://kcsoftwares.com/files/dumo_lite.exe
nuspec version: 2.22.1.104
remote version: 2.22.1.104
No new version found
electrum-ltc - checking updates using au version 2020.4.22.13052
URL check
https://electrum-ltc.org/download/electrum-ltc-3.3.8.1.exe
https://electrum-ltc.org/download/electrum-ltc-3.3.8.1-setup.exe
nuspec version: 3.3.8.1
remote version: 3.3.8.1
No new version found
electrum-ltc.install - checking updates using au version 2020.4.22.13052
URL check
https://electrum-ltc.org/download/electrum-ltc-3.3.8.1.exe
https://electrum-ltc.org/download/electrum-ltc-3.3.8.1-setup.exe
nuspec version: 3.3.8.1
remote version: 3.3.8.1
No new version found
electrum-ltc.portable - checking updates using au version 2020.4.22.13052
URL check
https://electrum-ltc.org/download/electrum-ltc-3.3.8.1.exe
https://electrum-ltc.org/download/electrum-ltc-3.3.8.1-setup.exe
nuspec version: 3.3.8.1
remote version: 3.3.8.1
No new version found
encfsmp - checking updates using AU version 2020.4.22.13052
*** Stream: beta ***
URL check
http://sourceforge.net/projects/encfsmp/files/EncFSMP/0.99.1/EncFSMP_0.99.1_Setup.exe/download
nuspec version: 0.99.1-beta
remote version: 0.99.1-beta
No new version found
*** Stream: stable ***
URL check
https://sourceforge.net/projects/encfsmp/files/EncFSMP/0.11.1/EncFSMP_0.11.1_Setup.exe/download
nuspec version: 0.11.1
remote version: 0.11.1
No new version found
enki - checking updates using AU version 2020.4.22.13052
*** Stream: 15.11 ***
URL check
https://github.com/andreikop/enki/releases/download/v15.11.1/Enki-v15.11.1.exe
nuspec version: 15.11.1
remote version: 15.11.1
No new version found
*** Stream: latest ***
URL check
https://github.com/andreikop/enki/releases/download/v16.04.1/Install_Enki.exe
nuspec version: 16.4.1
remote version: 16.4.1
No new version found
folder_size - checking updates using AU version 2020.4.22.13052
URL check
https://www.mindgems.com/software/FolderSize.exe
nuspec version: 4.5.0.0
remote version: 4.5.0.0
No new version found
friture - checking updates using AU version 2020.4.22.13052
*** Stream: latest ***
URL check
https://github.com/tlecomte/friture/releases/download/v0.36/friture-0.36-20190201.exe
nuspec version: 0.36
remote version: 0.36
No new version found
fstar - checking updates using AU version 2020.4.22.13052
URL check
https://github.com/FStarLang/FStar/releases/download/V0.9.7.0-alpha1/fstar_0.9.7.0-alpha1_Windows_x64.zip
nuspec version: 0.9.7.0-alpha1
remote version: 0.9.7.0-alpha1
No new version found
gbm - checking updates using AU version 2020.4.22.13052
URL check
https://github.com/MikeMaximus/gbm/releases/download/v1.2.0/GBM.v1.2.0.32-bit.Installer.exe
https://github.com/MikeMaximus/gbm/releases/download/v1.2.0/GBM.v1.2.0.64-bit.Installer.exe
nuspec version: 1.2.0
remote version: 1.2.0
No new version found
golly - checking updates using AU version 2020.4.22.13052
URL check
https://sourceforge.net/projects/golly/files/golly/golly-3.3/golly-3.3-win-32bit.zip/download
https://sourceforge.net/projects/golly/files/golly/golly-3.3/golly-3.3-win-64bit.zip/download
nuspec version: 3.3
remote version: 3.3
No new version found
gtkwave - checking updates using AU version 2020.4.22.13052
URL check
https://sourceforge.net/projects/gtkwave/files/gtkwave-3.3.100-bin-win32/gtkwave-3.3.100-bin-win32.zip/download
nuspec version: 3.3.100
remote version: 3.3.100
No new version found
hardentools - checking updates using AU version 2020.4.22.13052
*** Stream: latest ***
URL check
https://github.com/securitywithoutborders/hardentools/releases/download/v2.0-rc2/hardentools.exe
nuspec version: 2.0-rc2
remote version: 2.0-rc2
No new version found
*** Stream: stable ***
URL check
https://github.com/securitywithoutborders/hardentools/releases/download/v1.0/hardentools.exe
nuspec version: 1.0
remote version: 1.0
No new version found
heaven-benchmark - checking updates using au version 2020.4.22.13052
URL check
https://assets.unigine.com/d/Unigine_Heaven-4.0.exe
nuspec version: 4.0
remote version: 4.0
No new version found
icofx - checking updates using AU version 2020.4.22.13052
URL check
https://www.icofx.ro/files/icofxsetup.exe
nuspec version: 3.4
remote version: 3.4
No new version found
inno-script-studio - checking updates using au version 2020.4.22.13052
URL check
https://www.kymoto.org/downloads/ISStudio_Latest.exe
nuspec version: 2.3.0.20190125
remote version: 2.3.0
No new version found
innosetup - checking updates using au version 2020.4.22.13052
*** Stream: latest ***
URL check
http://files.jrsoftware.org/is/6/innosetup-6.0.4.exe
nuspec version: 6.0.4
remote version: 6.0.4
No new version found
*** Stream: major-1 ***
URL check
http://files.jrsoftware.org/is/1.3/isetup-1.3.26.exe
nuspec version: 1.3
remote version: 1.3
No new version found
*** Stream: major-2 ***
URL check
http://files.jrsoftware.org/is/2/isetup-2.0.19.exe
nuspec version: 2.0.19
remote version: 2.0.19
No new version found
*** Stream: major-3 ***
URL check
http://files.jrsoftware.org/is/3/isetup-3.0.7.exe
nuspec version: 3.0.7
remote version: 3.0.7
No new version found
*** Stream: major-4 ***
URL check
http://files.jrsoftware.org/is/4/isetup-4.2.7.exe
nuspec version: 4.2.7
remote version: 4.2.7
No new version found
*** Stream: major-5 ***
URL check
http://files.jrsoftware.org/is/5/innosetup-5.6.1-unicode.exe
nuspec version: 5.6.1
remote version: 5.6.1
No new version found
io-ninja - checking updates using AU version 2020.4.22.13052
URL check
https://tibbo.com/downloads/archive/ioninja/ioninja-3.14.1/ioninja-3.14.1-windows-x86.msi
https://tibbo.com/downloads/archive/ioninja/ioninja-3.14.1/ioninja-3.14.1-windows-amd64.msi
nuspec version: 3.14.1
remote version: 3.14.1
No new version found
linux-reader - checking updates using AU version 2020.4.22.13052
URL check
https://eu.diskinternals.com/download/Linux_Reader.exe
nuspec version: 4.0.72
remote version: 4.0.72
No new version found
lunacy - checking updates using AU version 2020.4.22.13052
URL check
https://desk.icons8.com/lunacy/LunacySetup.exe
nuspec version: 5.4
remote version: 5.4
No new version found
master-pdf-editor - checking updates using AU version 2020.4.22.13052
URL check
https://code-industry.net/public/MasterPDFEditor-setup.exe
nuspec version: 5.4.38
remote version: 5.4.38
No new version found
mediathekview - checking updates using AU version 2020.4.22.13052
nuspec version: 13.5.1
remote version: 13.5.1
No new version found
meld - checking updates using AU version 2020.4.22.13052
*** Stream: 3.18 ***
URL check
https://download.gnome.org/binaries/win32/meld/3.18/Meld-3.18.3-win32.msi
nuspec version: 3.18.3
remote version: 3.18.3
No new version found
*** Stream: latest ***
URL check
https://download.gnome.org/binaries/win32/meld/3.20/Meld-3.20.2-mingw.msi
nuspec version: 3.20.2
remote version: 3.20.2
No new version found
monogame - checking updates using AU version 2020.4.22.13052
URL check
https://github.com/MonoGame/MonoGame/releases/download/v3.7.1/MonoGameSetup.exe
nuspec version: 3.7.1
remote version: 3.7.1
No new version found
nagstamon - checking updates using AU version 2020.4.22.13052
URL check
https://nagstamon.ifw-dresden.de/files/stable/Nagstamon-3.4.1-win64.zip
https://nagstamon.ifw-dresden.de/files/stable/Nagstamon-3.4.1-win32_setup.exe
https://nagstamon.ifw-dresden.de/files/stable/Nagstamon-3.4.1-win64_setup.exe
nuspec version: 3.4.1.20200129
remote version: 3.4.1
No new version found
nagstamon.install - checking updates using AU version 2020.4.22.13052
URL check
https://nagstamon.ifw-dresden.de/files/stable/Nagstamon-3.4.1-win64.zip
https://nagstamon.ifw-dresden.de/files/stable/Nagstamon-3.4.1-win32_setup.exe
https://nagstamon.ifw-dresden.de/files/stable/Nagstamon-3.4.1-win64_setup.exe
nuspec version: 3.4.1.20200129
remote version: 3.4.1
No new version found
nagstamon.portable - checking updates using AU version 2020.4.22.13052
URL check
https://nagstamon.ifw-dresden.de/files/stable/Nagstamon-3.4.1-win64.zip
https://nagstamon.ifw-dresden.de/files/stable/Nagstamon-3.4.1-win32_setup.exe
https://nagstamon.ifw-dresden.de/files/stable/Nagstamon-3.4.1-win64_setup.exe
nuspec version: 3.4.1.20200129
remote version: 3.4.1
No new version found
nordvpn - checking updates using AU version 2020.4.22.13052
URL check
https://downloads.nordcdn.com/apps/windows/10/NordVPN/latest/NordVPNSetup.exe
nuspec version: 6.28.13
remote version: 6.28.13
No new version found
onionshare - checking updates using AU version 2020.4.22.13052
URL check
https://github.com/micahflee/onionshare/releases/download/v2.2/onionshare-2.2-setup.exe
nuspec version: 2.2
remote version: 2.2
No new version found
openmpt - checking updates using AU version 2020.4.22.13052
URL check
https://download.openmpt.org/archive/openmpt/1.28/OpenMPT-1.28.10.00-Setup-x64.exe
https://download.openmpt.org/archive/openmpt/1.28/OpenMPT-1.28.10.00-Setup.exe
nuspec version: 1.28.10.0
remote version: 1.28.10.0
No new version found
origin - checking updates using AU version 2020.4.22.13052
URL check
https://download.dm.origin.com/origin/live/OriginSetup.exe
nuspec version: 10.5.68.39605
remote version: 10.5.68.39605
No new version found
persepolis - checking updates using AU version 2020.4.22.13052
*** Stream: 2.4 ***
URL check
https://github.com/persepolisdm/persepolis/releases/download/2.4.2/persepolis_2_4_2_windows_64bit.exe
https://github.com/persepolisdm/persepolis/releases/download/2.4.2/persepolis_2_4_2_windows_32bit.exe
nuspec version: 2.4.2
remote version: 2.4.2
No new version found
*** Stream: 3.0 ***
URL check
https://github.com/persepolisdm/persepolis/releases/download/3.0.1/persepolis_3_0_1_windows_64bit.exe
https://github.com/persepolisdm/persepolis/releases/download/3.0.1/persepolis_3_0_1_windows_32bit.exe
nuspec version: 3.0.1
remote version: 3.0.1
No new version found
*** Stream: 3.1 ***
URL check
https://github.com/persepolisdm/persepolis/releases/download/3.1.0/persepolis_3_1_0_windows_64bit.exe
https://github.com/persepolisdm/persepolis/releases/download/3.1.0/persepolis_3_1_0_windows_32bit.exe
nuspec version: 3.1.0
remote version: 3.1.0
No new version found
*** Stream: 3.2 ***
URL check
https://github.com/persepolisdm/persepolis/releases/download/3.2.0/persepolis_3.2.0.0_windows_64bit.exe
https://github.com/persepolisdm/persepolis/releases/download/3.2.0/persepolis_3.2.0.0_windows_32bit.exe
nuspec version: 3.2.0
remote version: 3.2.0
No new version found
plane9 - checking updates using AU version 2020.4.22.13052
URL check
http://s3.plane9.com/releases/Plane9-2.5.1.3.exe
nuspec version: 2.5.1.3
remote version: 2.5.1.3
No new version found
powder-toy - checking updates using AU version 2020.4.22.13052
URL check
https://powdertoy.co.uk/Download/powder-win32.zip
nuspec version: 94.1
remote version: 95.0
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/powder-toy/95.0
privazer - checking updates using AU version 2020.4.22.13052
URL check
https://privazer.com/PrivaZer.exe
https://privazer.com/PrivaZer_free.exe
nuspec version: 3.0.96.1
remote version: 3.0.96.1
No new version found
privazer.install - checking updates using AU version 2020.4.22.13052
URL check
https://privazer.com/PrivaZer.exe
https://privazer.com/PrivaZer_free.exe
nuspec version: 3.0.96.1
remote version: 3.0.96.1
No new version found
privazer.portable - checking updates using AU version 2020.4.22.13052
URL check
https://privazer.com/PrivaZer.exe
https://privazer.com/PrivaZer_free.exe
nuspec version: 3.0.96.1
remote version: 3.0.96.1
No new version found
qemu - checking updates using AU version 2020.4.22.13052
URL check
https://qemu.weilnetz.de/w32/qemu-w32-setup-20200201.exe
https://qemu.weilnetz.de/w64/qemu-w64-setup-20200201.exe
nuspec version: 2020.2.1.20200331
remote version: 2020.02.01
No new version found
qilin-editor - checking updates using AU version 2020.4.22.13052
URL check
https://github.com/qilin-editor/qilin-app/releases/download/v0.4.0-alpha/qilin-windows.zip
nuspec version: 0.4.0-alpha
remote version: 0.4.0-alpha
No new version found
qmmp - checking updates using AU version 2020.4.22.13052
*** Stream: 0.10 ***
URL check
http://qmmp.ylsoftware.com/files/windows/0.10/qmmp-0.10.11-win32.exe
nuspec version: 0.10.11
remote version: 0.10.11
No new version found
*** Stream: 0.11 ***
URL check
http://qmmp.ylsoftware.com/files/windows/0.11/qmmp-0.11.5-win32.exe
nuspec version: 0.11.5
remote version: 0.11.5
No new version found
*** Stream: 0.12 ***
URL check
http://qmmp.ylsoftware.com/files/windows/0.12/qmmp-0.12.6-win32.exe
nuspec version: 0.12.6
remote version: 0.12.6
No new version found
*** Stream: 0.6 ***
URL check
http://qmmp.ylsoftware.com/files/windows/0.6/qmmp-0.6.8-win32.exe
nuspec version: 0.6.8
remote version: 0.6.8
No new version found
*** Stream: 0.7 ***
URL check
http://qmmp.ylsoftware.com/files/windows/0.7/qmmp-0.7.7-win32.exe
nuspec version: 0.7.7
remote version: 0.7.7
No new version found
*** Stream: 0.8 ***
URL check
http://qmmp.ylsoftware.com/files/windows/0.8/qmmp-0.8.8-win32.exe
nuspec version: 0.8.8
remote version: 0.8.8
No new version found
*** Stream: 0.9 ***
URL check
http://qmmp.ylsoftware.com/files/windows/0.9/qmmp-0.9.10-win32.exe
nuspec version: 0.9.10
remote version: 0.9.10
No new version found
*** Stream: 1.2 ***
URL check
http://qmmp.ylsoftware.com/files/windows/1.2/qmmp-1.2.6-win32.exe
nuspec version: 1.2.6
remote version: 1.2.6
No new version found
*** Stream: 1.3 ***
URL check
http://qmmp.ylsoftware.com/files/windows/1.3/qmmp-1.3.7-win32.exe
nuspec version: 1.3.7
remote version: 1.3.7
No new version found
qnapi - checking updates using AU version 2020.4.22.13052
URL check
https://github.com/QNapi/qnapi/releases/download/0.2.3/QNapi-0.2.3-setup.exe
https://github.com/QNapi/qnapi/releases/download/0.2.3/QNapi-0.2.3-portable.zip
nuspec version: 0.2.3
remote version: 0.2.3
No new version found
qnapi.install - checking updates using AU version 2020.4.22.13052
URL check
https://github.com/QNapi/qnapi/releases/download/0.2.3/QNapi-0.2.3-setup.exe
https://github.com/QNapi/qnapi/releases/download/0.2.3/QNapi-0.2.3-portable.zip
nuspec version: 0.2.3
remote version: 0.2.3
No new version found
qnapi.portable - checking updates using AU version 2020.4.22.13052
URL check
https://github.com/QNapi/qnapi/releases/download/0.2.3/QNapi-0.2.3-setup.exe
https://github.com/QNapi/qnapi/releases/download/0.2.3/QNapi-0.2.3-portable.zip
nuspec version: 0.2.3
remote version: 0.2.3
No new version found
qtcreator - checking updates using AU version 2020.4.22.13052
URL check
https://download.qt.io/official_releases/qtcreator/4.11/4.11.2/installer_source/windows_msvc2017_x86/qtcreator.7z
https://download.qt.io/official_releases/qtcreator/4.11/4.11.2/installer_source/windows_msvc2017_x64/qtcreator.7z
nuspec version: 4.11.2
remote version: 4.11.2
No new version found
quassel - checking updates using AU version 2020.4.22.13052
URL check
http://quassel-irc.org/pub/quassel-x64-setup-0.13.1.exe
http://quassel-irc.org/pub/quassel-x86-setup-0.13.1.exe
nuspec version: 0.13.1.20200406
remote version: 0.13.1
No new version found
r - checking updates using au version 2020.4.22.13052
URL check
https://cloud.r-project.org/bin/windows/base/R-3.6.3-win.exe
nuspec version: 3.6.3
remote version: 3.6.3
No new version found
r.project - checking updates using au version 2020.4.22.13052
URL check
https://cloud.r-project.org/bin/windows/base/R-3.6.3-win.exe
nuspec version: 3.6.3
remote version: 3.6.3
No new version found
reshade - checking updates using AU version 2020.4.22.13052
nuspec version: 4.6.1
remote version: 4.6.1
No new version found
resxtranslator - checking updates using AU version 2020.4.22.13052
URL check
https://github.com/HakanL/resxtranslator/releases/download/v2.9/ResxTranslator_v2.9_release_signed.zip
nuspec version: 2.9
remote version: 2.9
No new version found
rssguard - checking updates using AU version 2020.4.22.13052
*** Stream: 3.5 ***
URL check
https://github.com/martinrotter/rssguard/releases/download/3.5.9/rssguard-3.5.9-565b07a-win64.7z
nuspec version: 3.5.9
remote version: 3.5.9
No new version found
sheepit-client - checking updates using AU version 2020.4.22.13052
URL check
https://www.sheepit-renderfarm.com/media/applet/sheepit-6.1702.0.exe
nuspec version: 6.1702.0
remote version: 6.1702.0
No new version found
snapgene-viewer - checking updates using AU version 2020.4.22.13052
URL check
https://www.snapgene.com/local/targets/viewer_download.php?majorRelease=3.2&minorRelease=3.2.1&os=windows
nuspec version: 4.2.11.20190125
remote version: 3.2.1
No new version found
spotlight-desktop - checking updates using AU version 2020.4.22.13052
URL check
https://github.com/onlineth/Spotlight-Desktop/releases/download/2.0.1/SpotlightDesktop.msi
nuspec version: 2.0.1
remote version: 2.0.1
No new version found
spywareblaster - checking updates using AU version 2020.4.22.13052
URL check
https://www.brightfort.net/downloads/spywareblastersetup56.exe
nuspec version: 5.6
remote version: 5.6
No new version found
stretchly - checking updates using AU version 2020.4.22.13052
URL check
https://github.com/hovancik/stretchly/releases/download/v0.21.1/stretchly-Setup-0.21.1.exe
nuspec version: 0.21.1
remote version: 0.21.1
No new version found
superposition-benchmark - checking updates using au version 2020.4.22.13052
URL check
https://assets.unigine.com/d/Unigine_Superposition-1.1.exe
nuspec version: 1.1
remote version: 1.1
No new version found
tablacus - checking updates using AU version 2020.4.22.13052
URL check
https://github.com/tablacus/TablacusExplorer/releases/download/20.4.21/te200421.zip
nuspec version: 20.4.21
remote version: 20.4.21
No new version found
teeworlds - checking updates using AU version 2020.4.22.13052
*** Stream: latest ***
URL check
https://github.com/teeworlds/teeworlds/releases/download/0.7.5/teeworlds-0.7.5-win32.zip
nuspec version: 0.7.4
remote version: 0.7.5
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/teeworlds/0.7.5
unit-test-boilerplate-generator - checking updates using AU version 2020.4.22.13052
URL check
https://randomengy.gallerycdn.vsassets.io/extensions/randomengy/unittestboilerplategenerator/2.4.0/1586023387242/Unit_Test_Boilerplate_Generator_v2.4.0.vsix
nuspec version: 2.3.0
remote version: 2.4.0
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/unit-test-boilerplate-generator/2.4.0
uplay - checking updates using AU version 2020.4.22.13052
URL check
https://ubistatic3-a.akamaihd.net/orbit/launcher_installer/UplayInstaller.exe
nuspec version: 104.1.7348.0
remote version: 104.1.7348.0
No new version found
vacuum-im - checking updates using AU version 2020.4.22.13052
URL check
https://github.com/vacuum-im/vacuum-im/releases/download/1.2.5/vacuum-im_1.2.5.20150608_win32-msvc2010_qt487.msi
https://github.com/vacuum-im/vacuum-im/releases/download/1.2.5/vacuum-im_1.2.5.20150608_win32-msvc2010_qt487_GPO.msi
nuspec version: 1.2.5
remote version: 1.2.5
No new version found
valley-benchmark - checking updates using au version 2020.4.22.13052
URL check
https://assets.unigine.com/d/Unigine_Valley-1.0.exe
nuspec version: 1.0
remote version: 1.0
No new version found
vscode-appveyor - checking updates using AU version 2020.4.22.13052
URL check
nuspec version: 1.0.1
remote version: 1.0.1
No new version found
vscode-commitizen - checking updates using AU version 2020.4.22.13052
URL check
nuspec version: 0.8.4
remote version: 0.8.4
No new version found
vscode-gitattributes - checking updates using AU version 2020.4.22.13052
URL check
nuspec version: 0.4.1.20190310
remote version: 0.4.1
No new version found
vscode-gitignore - checking updates using AU version 2020.4.22.13052
URL check
nuspec version: 0.6.0
remote version: 0.6.0
No new version found
wave-engine - checking updates using au version 2020.4.22.13052
URL check
https://waveenginefiles.blob.core.windows.net/installers/WaveEngineSetup_2_5_0.exe
nuspec version: 2.5.0.20190125
remote version: 2.5.0
No new version found