UTC: 2018-02-06 16:08 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 6 ERRORS !!!
Finished 51 packages after 1.56 minutes.
3 updated, 1 pushed, 1 ignored
6 errors - 4 update, 2 push.
Icon | Name | Updated | Pushed | RemoteVersion | NuspecVersion |
---|---|---|---|---|---|
tablacus | True 🔸 📥 | True | 18.2.6 | 18.2.5 |
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) + ' ...';
}
Push ERROR
Attempting to push cacher.1.3.0.nupkg to https://push.chocolatey.org Failed to process request. 'The package cacher have a previous version in a submitted state, and no approved stable releases.'. The remote server returned an error: (403) Forbidden..
Can't validate URL
Exception calling "GetResponse" with "0" argument(s): "The underlying connection was closed: An unexpected error occurred on a receive.":https://sourceforge.net/projects/encfsmp/files/EncFSMP/0.11.1/EncFSMP_0.11.1_Setup.exe/download
au_GetLatest failed
SourceForge - Unable to display the page requested
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
body { line-height: 1; }
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }
q, blockquote { quotes: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }
a img { border: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }
body { background: #fff; color: #333; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; margin: 0; padding: 0; }
a { color: #07a; }
#header { background: #eee; border-bottom: 1px solid #aaa; height: 50px; -moz-box-shadow: 0px 2px 4px 0px #cccccc; -webkit-box-shadow: 0px 2px 4px 0px #cccccc; -o-box-shadow: 0px 2px 4px 0px #cccccc; box-shadow: 0px 2px 4px 0px #cccccc; }
#header section { margin: 0 auto; width: 960px; padding: 5px 0; }
#content { margin: 0 auto; width: 960px; }
#content h1 { font-family: Ubuntu; font-size: 47px; font-weight: bold; margin: 40px 0 20px 0; }
#content p { margin-bottom: 60px; font-size: 16px; }
#content #error-message { float: left; margin-right: 20px; }
#content #twitter { float: left; position: relative; }
#content #twitter #twitter-bird { position: absolute; top: 40px; }
#content #twitter #message-bubble { position: relative; background: url("//a.fsdn.com/sorry/bubble.png") no-repeat; left: 60px; top: 18px; width: 333px; height: 150px; padding: 9px 28px; }
Oops, looks like something went wrong.
For updates, follow us on twitter or check the status dashboard.
While we fix the issue checkout Slashdot.
Tweets by @sfnet_ops
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
var url, filename, project;
/*
Match:
/projects/xyz/files/a/download
/a/b/c/download
/a/download?use_mirror=m (url params aren't in window.location.pathname)
non-greedy match on project name
optional greedy match on file path including trailing slash
regular match on base file name
*/
var regexp = new RegExp('^/projects/(.+?)/files/(.*/)?(.+)/download$');
var matches = window.location.pathname.match(regexp);
if (matches) {
project = matches[1];
var path = matches[2] || ''; // may be undefined
filename = matches[3];
url = '//downloads.sourceforge.net/project/' + project + '/' + path + filename;
}
if (window.location.pathname === '/project/downloading.php') {
/*
match:
/project/downloading.php?groupname=xyz&filename=abc.zip
abc.zip&use_mirror=m
non-greedy match on project name
non-greedy match on filename, terminated by EOL or '&'
*/
var legacy_re = new RegExp('groupname=(.+?)&filename=(.+?)($|&)');
var legacy_matches = window.location.search.match(legacy_re);
if (legacy_matches) {
project = legacy_matches[1];
filename = legacy_matches[2];
url = '//downloads.sourceforge.net/' + project + '/' + filename;
}
}
/*global console*/
if (url && filename) {
url += '?fromerrorjs=1';
if (window.location.hostname === 'sourceforge.net') {
window.location = url;
} else if (window.console) {
console.log('redirecting to ' + url);
}
document.title = 'Downloading ' + decodeURIComponent(filename);
document.getElementsByTagName('h1')[0].innerHTML = 'Downloading ' + decodeURIComponent(filename) + ' ...';
}
au_GetLatest failed
The underlying connection was closed: An unexpected error occurred on a receive.
Push ERROR
Attempting to push master-pdf-editor.4.3.82.nupkg to https://push.chocolatey.org Failed to process request. 'The package master-pdf-editor have a previous version in a submitted state, and no approved stable releases.'. The remote server returned an error: (403) Forbidden..
Icon | Name | NuspecVersion | IgnoreMessage |
---|---|---|---|
herdprotect | 1.0.3.9 | No version was found, ignoring... |
asp-net-mvc-boilerplate - checking updates using au version 2018.2.6.160834
URL check
https://rehansaeed.gallerycdn.vsassets.io/extensions/rehansaeed/aspnetmvcboilerplate/6.2.0.289/1500826210774/148517/119/ASP.NET%20MVC%20Boilerplate.vsix
nuspec version: 6.2.0.289
remote version: 6.2.0.289
No new version found
authy-desktop - checking updates using AU version 2018.2.6.160834
URL check
https://s3.amazonaws.com/authy-electron-repository-production/authy/stable/1.2.0/win32/x32/authy-installer.exe
https://s3.amazonaws.com/authy-electron-repository-production/authy/stable/1.2.0/win32/x64/authy-installer.exe
nuspec version: 1.2.0
remote version: 1.2.0
No new version found
codecontracts - checking updates using au version 2018.2.6.160834
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
codetrack - checking updates using AU version 2018.2.6.160834
*** Stream: 1.0 ***
URL check
https://www.getcodetrack.com/releases/codetrack_1_0_3_3.zip
nuspec version: 1.0.3.3
remote version: 1.0.3.3
No new version found
coq - checking updates using AU version 2018.2.6.160834
URL check
https://github.com/coq/coq/releases/download/V8.7.1/coq-8.7.1-installer-windows-i686.exe
https://github.com/coq/coq/releases/download/V8.7.1/coq-8.7.1-installer-windows-x86_64.exe
nuspec version: 8.7.1
remote version: 8.7.1
No new version found
deepgit - checking updates using AU version 2018.2.6.160834
URL check
https://www.syntevo.com/downloads/deepgit/deepgit-win32-setup-jre-3_0_2.zip
nuspec version: 3.0.2
remote version: 3.0.2
No new version found
dilay - checking updates using au version 2018.2.6.160834
URL check
https://github.com/abau/dilay/releases/download/1.6.1/dilay-1.6.1.msi
nuspec version: 1.6.1
remote version: 1.6.1
No new version found
dnscontrol - checking updates using AU version 2018.2.6.160834
*** Stream: 0.2 ***
URL check
https://github.com/StackExchange/dnscontrol/releases/download/v0.2.5/dnscontrol.exe
nuspec version: 0.2.5
remote version: 0.2.5
No new version found
electrum-ltc - checking updates using au version 2018.2.6.160834
URL check
https://electrum-ltc.org/download/electrum-ltc-3.0.6.2.exe
https://electrum-ltc.org/download/electrum-ltc-3.0.6.2-setup.exe
nuspec version: 3.0.5.1
remote version: 3.0.6.2
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/electrum-ltc/3.0.6.2
electrum-ltc.install - checking updates using au version 2018.2.6.160834
URL check
https://electrum-ltc.org/download/electrum-ltc-3.0.6.2.exe
https://electrum-ltc.org/download/electrum-ltc-3.0.6.2-setup.exe
nuspec version: 3.0.6.2
remote version: 3.0.6.2
No new version found
electrum-ltc.portable - checking updates using au version 2018.2.6.160834
URL check
https://electrum-ltc.org/download/electrum-ltc-3.0.6.2.exe
https://electrum-ltc.org/download/electrum-ltc-3.0.6.2-setup.exe
nuspec version: 3.0.5.1
remote version: 3.0.6.2
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/electrum-ltc.portable/3.0.6.2
enki - checking updates using AU version 2018.2.6.160834
URL check
https://github.com/andreikop/enki/releases/download/v16.04.1/Install_Enki.exe
nuspec version: 16.4.1.20171105
remote version: 16.4.1
No new version found
ghostdoc-enterprise - checking updates using AU version 2018.2.6.160834
nuspec version: 5.8.17335
remote version: 5.8.17335
No new version found
ghostdoc-pro - checking updates using AU version 2018.2.6.160834
nuspec version: 5.8.17335
remote version: 5.8.17335
No new version found
ignored
herdprotect - checking updates using au version 2018.2.6.160834
No version was found, ignoring...
inno-script-studio - checking updates using au version 2018.2.6.160834
URL check
https://www.kymoto.org/downloads/ISStudio_Latest.exe
nuspec version: 2.2.2.3201
remote version: 2.2.2.3201
No new version found
innosetup - checking updates using au version 2018.2.6.160834
URL check
http://files.jrsoftware.org/is/5/innosetup-5.5.9-unicode.exe
nuspec version: 5.5.9.20161208
remote version: 5.5.9
No new version found
io-ninja - checking updates using au version 2018.2.6.160834
URL check
http://tibbo.com/downloads/archive/ioninja/ioninja-3.7.4/ioninja-windows-3.7.4-amd64.msi
http://tibbo.com/downloads/archive/ioninja/ioninja-3.7.4/ioninja-windows-3.7.4-x86.msi
nuspec version: 3.7.4
remote version: 3.7.4
No new version found
mediathekview - checking updates using AU version 2018.2.6.160834
URL check
https://download.mediathekview.de/stabil/MediathekView-13.0.6.zip
nuspec version: 13.0.6
remote version: 13.0.6
No new version found
monogame - checking updates using AU version 2018.2.6.160834
URL check
http://www.monogame.net/releases/v3.6/MonoGameSetup.exe
nuspec version: 3.6
remote version: 3.6
No new version found
nagstamon - checking updates using AU version 2018.2.6.160834
URL check
https://nagstamon.ifw-dresden.de/files/stable/Nagstamon-3.0.2-win64.zip
https://nagstamon.ifw-dresden.de/files/stable/Nagstamon-3.0.2-win32_setup.exe
https://nagstamon.ifw-dresden.de/files/stable/Nagstamon-3.0.2-win64_setup.exe
https://nagstamon.ifw-dresden.de/files/stable/Nagstamon-3.0.2-win32.zip
nuspec version: 3.0.2.20171105
remote version: 3.0.2
No new version found
nagstamon.install - checking updates using AU version 2018.2.6.160834
URL check
https://nagstamon.ifw-dresden.de/files/stable/Nagstamon-3.0.2-win64.zip
https://nagstamon.ifw-dresden.de/files/stable/Nagstamon-3.0.2-win32_setup.exe
https://nagstamon.ifw-dresden.de/files/stable/Nagstamon-3.0.2-win64_setup.exe
https://nagstamon.ifw-dresden.de/files/stable/Nagstamon-3.0.2-win32.zip
nuspec version: 3.0.2.20171105
remote version: 3.0.2
No new version found
nagstamon.portable - checking updates using AU version 2018.2.6.160834
URL check
https://nagstamon.ifw-dresden.de/files/stable/Nagstamon-3.0.2-win64.zip
https://nagstamon.ifw-dresden.de/files/stable/Nagstamon-3.0.2-win32_setup.exe
https://nagstamon.ifw-dresden.de/files/stable/Nagstamon-3.0.2-win64_setup.exe
https://nagstamon.ifw-dresden.de/files/stable/Nagstamon-3.0.2-win32.zip
nuspec version: 3.0.2
remote version: 3.0.2
No new version found
onionshare - checking updates using AU version 2018.2.6.160834
URL check
https://github.com/micahflee/onionshare/releases/download/v1.2/onionshare-setup.exe
nuspec version: 1.2
remote version: 1.2
No new version found
origin - checking updates using AU version 2018.2.6.160834
URL check
https://download.dm.origin.com/origin/live/OriginSetup.exe
nuspec version: 10.5.10.24870
remote version: 10.5.10.24870
No new version found
persepolis - checking updates using AU version 2018.2.6.160834
*** 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: 0.0
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/persepolis/2.4.2
*** 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: 0.0
remote version: 3.0.1
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/persepolis/3.0.1
plane9 - checking updates using AU version 2018.2.6.160834
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
privazer - checking updates using AU version 2018.2.6.160834
URL check
https://privazer.com/PrivaZer.exe
https://privazer.com/privazer_free.exe
nuspec version: 3.0.40
remote version: 3.0.40
No new version found
privazer.install - checking updates using AU version 2018.2.6.160834
URL check
https://privazer.com/PrivaZer.exe
https://privazer.com/privazer_free.exe
nuspec version: 3.0.40
remote version: 3.0.40
No new version found
privazer.portable - checking updates using AU version 2018.2.6.160834
URL check
https://privazer.com/PrivaZer.exe
https://privazer.com/privazer_free.exe
nuspec version: 3.0.40
remote version: 3.0.40
No new version found
qmmp - checking updates using AU version 2018.2.6.160834
*** Stream: 0.11.0 ***
URL check
http://qmmp.ylsoftware.com/files/windows/qmmp-0.11.0-win32.exe
nuspec version: 0.11.0
remote version: 0.11.0
No new version found
qnapi - checking updates using AU version 2018.2.6.160834
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 2018.2.6.160834
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 2018.2.6.160834
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 2018.2.6.160834
URL check
https://download.qt.io/official_releases/qtcreator/4.5/4.5.0/installer_source/windows_vs2015_32/qtcreator.7z
https://download.qt.io/official_releases/qtcreator/4.5/4.5.0/installer_source/windows_vs2015_64/qtcreator.7z
nuspec version: 4.5.0
remote version: 4.5.0
No new version found
quassel - checking updates using AU version 2018.2.6.160834
URL check
http://quassel-irc.org/pub/quassel-x86-setup-0.12.4.exe
nuspec version: 0.12.4.20171027
remote version: 0.12.4
No new version found
r.project - checking updates using au version 2018.2.6.160834
URL check
https://cran.r-project.org/bin/windows/base/R-3.4.3-win.exe
nuspec version: 3.4.3
remote version: 3.4.3
No new version found
reshade - checking updates using AU version 2018.2.6.160834
nuspec version: 3.1.1
remote version: 3.1.1
No new version found
resxtranslator - checking updates using AU version 2018.2.6.160834
URL check
https://github.com/HakanL/resxtranslator/releases/download/v2.5/ResxTranslator_v2.5_release_signed.zip
nuspec version: 2.5
remote version: 2.5
No new version found
snapgene-viewer - checking updates using AU version 2018.2.6.160834
URL check
https://www.snapgene.com/products/snapgene_viewer/download.php?&majorRelease=4.1&minorRelease=4.1.5&os=windows
nuspec version: 4.1.4
remote version: 4.1.5
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
https://chocolatey.org/packages/snapgene-viewer/4.1.5
tablacus - checking updates using AU version 2018.2.6.160834
URL check
http://www.eonet.ne.jp/~gakana/tablacus/dl/te180206.zip
nuspec version: 18.2.5
remote version: 18.2.6
New version is available
Automatic checksum skipped
Running au_BeforeUpdate
Setting package description from README.md
Updating files
$Latest data:
Checksum32 (String) 204CC8DEF6B7C7DC05E25EC7DED6C2D4069C878D51A99423FF78F28C28BF6194
ChecksumType32 (String) sha256
FileName32 (String) te180206.zip
FileType (String) zip
NuspecVersion (String) 18.2.5
PackageName (String) tablacus
URL32 (String) http://www.eonet.ne.jp/~gakana/tablacus/dl/te180206.zip
Version (String) 18.2.6
tablacus.nuspec
setting id: tablacus
updating version: 18.2.5 -> 18.2.6
.\legal\VERIFICATION.txt
(?i)(^\s*checksum(32)?\:).* = ${1} 204CC8DEF6B7C7DC05E25EC7DED6C2D4069C878D51A99423FF78F28C28BF6194
(?i)(^\s*location on\:?\s*)\<.*\> = ${1}<http://www.eonet.ne.jp/~gakana/tablacus/explorer_en.html>
(?i)(^\s*checksum\s*type\:).* = ${1} sha256
(?i)(\s*1\..+)\<.*\> = ${1}<http://www.eonet.ne.jp/~gakana/tablacus/dl/te180206.zip>
.\tools\chocolateyInstall.ps1
(?i)(^\s*file\s*=\s*"[$]toolsPath\\).* = ${1}te180206.zip"
Attempting to build package from 'tablacus.nuspec'.
Successfully created package 'C:\projects\chocolatey-packages\automatic\tablacus\tablacus.18.2.6.nupkg'
Package updated
Chocolatey v0.10.8
Attempting to push tablacus.18.2.6.nupkg to https://push.chocolatey.org
tablacus 18.2.6 was pushed successfully to https://push.chocolatey.org
teeworlds - checking updates using AU version 2018.2.6.160834
*** Stream: 0.6.4 ***
URL check
https://github.com/teeworlds/teeworlds/releases/download/0.6.4-release/teeworlds-0.6.4-win32.zip
nuspec version: 0.6.4
remote version: 0.6.4
No new version found
uplay - checking updates using AU version 2018.2.6.160834
URL check
http://ubi.li/4vxt9
nuspec version: 47.0.5538.0
remote version: 47.0.5538.0
No new version found
wave-engine - checking updates using au version 2018.2.6.160834
URL check
https://waveenginefiles.blob.core.windows.net/installers/WaveEngineSetup_2_4_1.exe
nuspec version: 2.4.1
remote version: 2.4.1
No new version found
xvid - checking updates using au version 2018.2.6.160834
URL check
https://downloads.xvid.com/downloads/Xvid-1.3.5-20171208.exe
nuspec version: 1.3.5
remote version: 1.3.5
No new version found