Skip to content

Instantly share code, notes, and snippets.

@tunisiano187
Last active July 17, 2024 08:27
Show Gist options
  • Save tunisiano187/7032dea203873812b435f152ee3794bf to your computer and use it in GitHub Desktop.
Save tunisiano187/7032dea203873812b435f152ee3794bf to your computer and use it in GitHub Desktop.
Update-AUPackages Report #powershell #chocolatey

Update-AUPackages

40 2020.5.6 UTC: 2020-07-30 16:13 tunisiano187/Chocolatey-packages

This file is automatically generated by the update_all.ps1 script using the AU module.

tunisiano

LAST RUN HAD 4 ERRORS !!!

Finished 40 packages after 2.05 minutes.
1 updated, 1 pushed, 0 ignored
4 errors - 4 update, 0 push.

Pushed

Icon Name Updated Pushed RemoteVersion NuspecVersion
blink True 🔸 True 3.2.0 0.0

Errors

Icon Name RemoteVersion NuspecVersion Error
brave-nightly 1.13.51-nightly au_GetLatest failed; Cannot index into a null array.
keepass-plugin-webautotype 6.3.0 au_GetLatest failed; ; ; ; ; ; SourceForge - Unable to display the page requested; ; ; html, b ...
wakemeonlan 1.86 Chocolatey v0.10.15 Attempting to push wakemeonlan.1.86.nupkg to https://push.chocolatey.org Failed to process request. 'The specified API key does no ...
xolidosigndesktop 2.2.1.49 Chocolatey v0.10.15 Attempting to push xolidosigndesktop.2.2.1.49.nupkg to https://push.chocolatey.org Failed to process request. 'The package xolidos ...

brave-nightly

au_GetLatest failed
Cannot index into a null array.

keepass-plugin-webautotype

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) + ' ...';
          }

wakemeonlan

Chocolatey v0.10.15 Attempting to push wakemeonlan.1.86.nupkg to https://push.chocolatey.org Failed to process request. 'The specified API key does not provide the authority to push packages. This package may already exist and be owned by a different user. It could also be hidden. Try going directly to https://chocolatey.org/packages/'packageName' to determine maintainers. It might also be on the non-allowed package names list.'.  The remote server returned an error: (403) Forbidden..

xolidosigndesktop

Chocolatey v0.10.15 Attempting to push xolidosigndesktop.2.2.1.49.nupkg to https://push.chocolatey.org Failed to process request. 'The package xolidosigndesktop has a previous version in a submitted state, and no approved stable releases. Please work to have the existing package version approved or rejected first.'.  The remote server returned an error: (403) Forbidden..

OK

Icon Name Updated Pushed RemoteVersion NuspecVersion
autoruns False False 13.98 13.98
blink True 🔸 True 3.2.0 0.0
boinc False False 7.16.7 7.16.7
chromehistoryview False False 1.41 1.41
csvfileview False False 2.46 2.46
ddu False False 18.0.2.8 18.0.2.7
deepl False False 1.12.2 1.12.2
dexpot False False 1.6.14.1 1.6.14.1
eagle False False 9.6.2 9.6.2
electron False False 9.1.2 9.1.2
fah False False 7.6.13 7.6.13
filejuggler False False 2.0.16 2.0.16
fing False False 2.1.0 2.0.0
foldit False False 0.0.20190903 0.0.20190903
freeplane False False 1.8.6 1.8.6
gridcoinwallet False False 4.0.6 4.0.6
jbs False False 5.2.0.9 5.2.0.9
lbry False False 0.47.1 0.0
monero False False 0.16.0.1 0.16.0.1
odrive False False 1.6452.0.6637 1.6452.0.6637
pinginfoview False False 2.02 2.02
remove-empty-directories False False 2.2 2.2
rstray False 📥 False 1.9.8 1.9.8
scite False False 4.4.4 4.4.4
snes9x False False 1.60 1.60-win32-x64zip
softwareinformer False False 1.5.1344 1.5.1344
spybot False False 2.8.68.0 2.8.68.0
sunet False False 0.0.0.20200210 0.0.0.20200210
sysmon False False 11.11 11.11
transmission False False 3.00 3.00
ultracopier False False 2.2.4.4 2.2.4.4
usblogview False False 1.26 1.26
wamp-server False False 3.2.0 3.2.0
windowsfirewallcontrol False False 6.3.0.0 6.3.0.0
xHyper-v False False 3.17.0 3.17.0
xPSDesiredStateConfiguration False False 9.1.0 9.1.0

autoruns

autoruns - checking updates using au version 2020.5.6

URL check
  https://download.sysinternals.com/files/Autoruns.zip
nuspec version: 13.98
remote version: 13.98
No new version found

blink

blink - checking updates using au version 2020.5.6

URL check
  https://blink.sipthor.net/download.phtml?download&os=nt
nuspec version: 0.0
remote version: 3.2.0
New version is available
Automatic checksum started
Package downloaded and hash calculated for 32 bit version
Setting package description from README.md
Updating files
  $Latest data:
    Checksum32                (String)     88a14a67916a3700d98b6deede1a5f689d6f9674e29da14caf76d7e80f183470
    ChecksumType32            (String)     sha256
    FileType                  (String)     phtml?download&os=nt
    NuspecVersion             (String)     0.0
    PackageName               (String)     blink
    URL32                     (String)     https://blink.sipthor.net/download.phtml?download&os=nt
    Version                   (String)     3.2.0
  blink.nuspec
    setting id: blink
    updating version: 0.0 -> 3.2.0
  tools/chocolateyInstall.ps1
    (^[$]checksumType\s*=\s*)('.*')     = $1'sha256'
    (^[$]url\s*=\s*)('.*')              = $1'https://blink.sipthor.net/download.phtml?download&os=nt'
    (^[$]checksum\s*=\s*)('.*')         = $1'88a14a67916a3700d98b6deede1a5f689d6f9674e29da14caf76d7e80f183470'
Attempting to build package from 'blink.nuspec'.
Successfully created package 'C:\projects\chocolatey-packages\automatic\blink\blink.3.2.0.nupkg'

Package updated
Chocolatey v0.10.15
Attempting to push blink.3.2.0.nupkg to https://push.chocolatey.org
blink 3.2.0 was pushed successfully to https://push.chocolatey.org

boinc

boinc - checking updates using au version 2020.5.6

URL check
  https://boinc.berkeley.edu/dl/boinc_7.16.7_windows_x86_64.exe
nuspec version: 7.16.7
remote version: 7.16.7
No new version found

chromehistoryview

chromehistoryview - checking updates using au version 2020.5.6

URL check
  https://www.nirsoft.net/utils/chromehistoryview.zip
nuspec version: 1.41
remote version: 1.41
No new version found

csvfileview

csvfileview - checking updates using au version 2020.5.6

URL check
  https://www.nirsoft.net/utils/csvfileview.zip
nuspec version: 2.46
remote version: 2.46
No new version found

ddu

ddu - checking updates using au version 2020.5.6

URL check
  https://www.wagnardsoft.com/DDU/download/DDU%20v18.0.2.8.exe
nuspec version: 18.0.2.7
remote version: 18.0.2.8
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
  https://chocolatey.org/packages/ddu/18.0.2.8

deepl

deepl - checking updates using au version 2020.5.6

URL check
  https://appdownload.deepl.com/windows/full/DeepLSetup.exe
nuspec version: 1.12.2
remote version: 1.12.2
No new version found

dexpot

dexpot - checking updates using au version 2020.5.6

URL check
  https://dexpot.de/download/dexpot_1614_r2439.exe
nuspec version: 1.6.14.1
remote version: 1.6.14.1
No new version found

eagle

eagle - checking updates using au version 2020.5.6

URL check
  https://trial2.autodesk.com/NET17SWDLD/2017/EGLPRM/ESD/Autodesk_EAGLE_9.6.2_English_Win_64bit.exe
nuspec version: 9.6.2
remote version: 9.6.2
No new version found

electron

electron - checking updates using au version 2020.5.6

URL check
  https://github.com/electron/electron/releases/download/v9.1.2/electron-v9.1.2-win32-x64.zip
  https://github.com/electron/electron/releases/download/v9.1.2/electron-v9.1.2-win32-ia32.zip
nuspec version: 9.1.2
remote version: 9.1.2
No new version found

fah

fah - checking updates using au version 2020.5.6

URL check
  https://download.foldingathome.org/releases/public/release/fah-installer/windows-10-32bit/v7.6/fah-installer_7.6.13_x86.exe
nuspec version: 7.6.13
remote version: 7.6.13
No new version found

filejuggler

filejuggler - checking updates using au version 2020.5.6

URL check
  https://www.filejuggler.com/download/filejuggler.exe
nuspec version: 2.0.16
remote version: 2.0.16
No new version found

fing

fing - checking updates using au version 2020.5.6

URL check
  https://get.fing.com/fing-desktop-releases/windows/Fing.exe
nuspec version: 2.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/fing/2.1.0

foldit

foldit - checking updates using au version 2020.5.6

URL check
  http://fold.it/portal/files/app/Foldit-win_x86.exe
nuspec version: 0.0.20190903
remote version: 0.0.20190903
No new version found

freeplane

freeplane - checking updates using au version 2020.5.6

URL check
  https://sourceforge.net/projects/freeplane/files/freeplane%20stable/Freeplane-Setup-1.8.6.exe/download
nuspec version: 1.8.6
remote version: 1.8.6
No new version found

gridcoinwallet

gridcoinwallet - checking updates using au version 2020.5.6

URL check
  https://github.com/gridcoin-community/Gridcoin-Research/releases/download/4.0.6.0/gridcoin-4.0.6-win64-setup.exe
  https://github.com/gridcoin-community/Gridcoin-Research/releases/download/4.0.6.0/gridcoin-4.0.6-win32-setup.exe
nuspec version: 4.0.6
remote version: 4.0.6
No new version found

jbs

jbs - checking updates using au version 2020.5.6

URL check
  https://dl.johnsadventures.com/SwitcherSetup52.exe
nuspec version: 5.2.0.9
remote version: 5.2.0.9
No new version found

lbry

lbry - checking updates using au version 2020.5.6

URL check
  https://github.com/lbryio/lbry-desktop/releases/download/v0.47.1/LBRY_0.47.1.exe
nuspec version: 0.0
remote version: 0.47.1
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
  https://chocolatey.org/packages/lbry/0.47.1

monero

monero - checking updates using au version 2020.5.6

URL check
  https://downloads.getmonero.org/cli/monero-win-x64-v0.16.0.1.zip
  https://downloads.getmonero.org/cli/monero-win-x86-v0.16.0.1.zip
nuspec version: 0.16.0.1
remote version: 0.16.0.1
No new version found

odrive

odrive - checking updates using au version 2020.5.6

URL check
  https://www.odrive.com/downloaddesktop?platform=win
nuspec version: 1.6452.0.6637
remote version: 1.6452.0.6637
No new version found

pinginfoview

pinginfoview - checking updates using au version 2020.5.6

URL check
  https://www.nirsoft.net/utils/pinginfoview.zip
nuspec version: 2.02
remote version: 2.02
No new version found

remove-empty-directories

remove-empty-directories - checking updates using au version 2020.5.6

URL check
  https://github.com/hxseven/Remove-Empty-Directories/archive/2.2.zip
nuspec version: 2.2
remote version: 2.2
No new version found

rstray

rstray - checking updates using au version 2020.5.6

URL check
  https://github.com/ltGuillaume/Redshift-Tray/releases/download/1.9.8/redshift-tray_1.9.8.zip
nuspec version: 1.9.8
remote version: 1.9.8
No new version found

scite

scite - checking updates using au version 2020.5.6

URL check
  https://www.ebswift.com/uploads/7/0/4/0/70403747/scite-4.4.4x64.msi
  https://www.ebswift.com/uploads/7/0/4/0/70403747/scite-4.4.4x86.msi
nuspec version: 4.4.4
remote version: 4.4.4
No new version found

snes9x

snes9x - checking updates using au version 2020.5.6

URL check
  http://www.s9x-w32.de/dl/snes9x-1.60-win32-x64.zip
  http://www.s9x-w32.de/dl/snes9x-1.60-win32.zip
nuspec version: 1.60-win32-x64zip
remote version: 1.60
New version is available but it already exists in the Chocolatey community feed (disable using $NoCheckChocoVersion):
  https://chocolatey.org/packages/snes9x/1.60

softwareinformer

softwareinformer - checking updates using au version 2020.5.6

URL check
  https://files.informer.com/siinst.exe
nuspec version: 1.5.1344
remote version: 1.5.1344
No new version found

spybot

spybot - checking updates using au version 2020.5.6

URL check
  https://updates2.safer-networking.org/spybot1/spybotsd-2.8.68.0.exe
nuspec version: 2.8.68.0
remote version: 2.8.68.0
No new version found

sunet

sunet - checking updates using au version 2020.5.6

URL check
  https://boinc-client.oss-accelerate.aliyuncs.com/SUNET%20Setup.exe
nuspec version: 0.0.0.20200210
remote version: 0.0.0.20200210
No new version found

sysmon

sysmon - checking updates using au version 2020.5.6

URL check
  https://download.sysinternals.com/files/Sysmon.zip
nuspec version: 11.11
remote version: 11.11
No new version found

transmission

transmission - checking updates using au version 2020.5.6

URL check
  https://github.com/transmission/transmission/releases/download/3.00/transmission-3.00-x86.msi
  https://github.com/transmission/transmission/releases/download/3.00/transmission-3.00-x64.msi
nuspec version: 3.00
remote version: 3.00
No new version found

ultracopier

ultracopier - checking updates using au version 2020.5.6

URL check
  http://cdn.confiared.com/files.first-world.info/ultracopier/2.2.4.4/ultracopier-windows-x86_64-2.2.4.4-setup.exe
  http://cdn.confiared.com/files.first-world.info/ultracopier/2.2.4.4/ultracopier-windows-x86-2.2.4.4-setup.exe
nuspec version: 2.2.4.4
remote version: 2.2.4.4
No new version found

usblogview

usblogview - checking updates using au version 2020.5.6

URL check
  https://www.nirsoft.net/utils/usblogview.zip
nuspec version: 1.26
remote version: 1.26
No new version found

wamp-server

wamp-server - checking updates using au version 2020.5.6

URL check
  http://wampserver.aviatechno.net/files/install/wampserver3.2.0_x64.exe
  http://wampserver.aviatechno.net/files/install/wampserver3.2.0_x86.exe
nuspec version: 3.2.0
remote version: 3.2.0
No new version found

windowsfirewallcontrol

windowsfirewallcontrol - checking updates using au version 2020.5.6

URL check
  https://www.binisoft.org/download/wfc6setup.exe
nuspec version: 6.3.0.0
remote version: 6.3.0.0
No new version found

xHyper-v

xHyper-v - checking updates using au version 2020.5.6

URL check
  https://github.com/dsccommunity/xHyper-V/archive/v3.17.0.zip
nuspec version: 3.17.0
remote version: 3.17.0
No new version found

xPSDesiredStateConfiguration

xPSDesiredStateConfiguration - checking updates using au version 2020.5.6

URL check
  https://github.com/dsccommunity/xPSDesiredStateConfiguration/archive/v9.1.0.zip
nuspec version: 9.1.0
remote version: 9.1.0
No new version found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment