From ab9db43f92929454ba7bf948c9496532c2b86d37 Mon Sep 17 00:00:00 2001 From: tunisiano187 Date: Wed, 23 Oct 2024 08:28:28 +0000 Subject: [PATCH] AU: 6 updated - brave-nightly electrum electrum.install electrum.portable frink vlc-skins [skip ci] https://gist.github.com/tunisiano187/7032dea203873812b435f152ee3794bf/581eb8ab86ae9bc652c17acd5f91c9b5d268abf9 --- automatic/brave-nightly/brave-nightly.nuspec | 2 +- automatic/brave-nightly/tools/chocolateyInstall.ps1 | 4 ++-- automatic/electrum.install/electrum.install.nuspec | 2 +- automatic/electrum.install/tools/VERIFICATION.txt | 4 ++-- automatic/electrum.install/tools/chocolateyInstall.ps1 | 4 ++-- automatic/electrum.portable/electrum.portable.nuspec | 2 +- automatic/electrum.portable/tools/VERIFICATION.txt | 4 ++-- automatic/electrum.portable/tools/chocolateyInstall.ps1 | 4 ++-- automatic/electrum/electrum.nuspec | 4 ++-- automatic/frink/frink.nuspec | 2 +- automatic/frink/tools/chocolateyinstall.ps1 | 2 +- automatic/vlc-skins/legal/VERIFICATION.txt | 4 ++-- automatic/vlc-skins/vlc-skins.nuspec | 2 +- 13 files changed, 20 insertions(+), 20 deletions(-) diff --git a/automatic/brave-nightly/brave-nightly.nuspec b/automatic/brave-nightly/brave-nightly.nuspec index 83c2b2e20..0652c732c 100644 --- a/automatic/brave-nightly/brave-nightly.nuspec +++ b/automatic/brave-nightly/brave-nightly.nuspec @@ -3,7 +3,7 @@ brave-nightly - 1.73.29-nightly + 1.73.38-nightly Brave Browser (Nightly) Brave Software Inc. tunisiano diff --git a/automatic/brave-nightly/tools/chocolateyInstall.ps1 b/automatic/brave-nightly/tools/chocolateyInstall.ps1 index def0fd7e7..fe6e0fa8b 100644 --- a/automatic/brave-nightly/tools/chocolateyInstall.ps1 +++ b/automatic/brave-nightly/tools/chocolateyInstall.ps1 @@ -3,8 +3,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition . $toolsPath\helpers.ps1 $packageName = $env:ChocolateyPackageName -$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.73.29/BraveBrowserStandaloneSilentNightlySetup.exe' -$checksum32 = 'b7e1accbdce6b28e48b82b2286844834bc4a7fbaf6d703250f663f52aa47780e' +$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.73.38/BraveBrowserStandaloneSilentNightlySetup.exe' +$checksum32 = '39de80d11f1e77100977ac6752cce72b5d162945a6b04e5082751ff70c66721e' $checksumType32 = 'sha256' $packageArgs = @{ diff --git a/automatic/electrum.install/electrum.install.nuspec b/automatic/electrum.install/electrum.install.nuspec index 452804e62..2a8ff4a98 100644 --- a/automatic/electrum.install/electrum.install.nuspec +++ b/automatic/electrum.install/electrum.install.nuspec @@ -4,7 +4,7 @@ electrum.install Electrum (Install) - 4.5.7 + 4.5.8 Electrum Developers tunisiano Lightweight Bitcoin client diff --git a/automatic/electrum.install/tools/VERIFICATION.txt b/automatic/electrum.install/tools/VERIFICATION.txt index 3593f5ed3..4bbb0ff06 100644 --- a/automatic/electrum.install/tools/VERIFICATION.txt +++ b/automatic/electrum.install/tools/VERIFICATION.txt @@ -6,14 +6,14 @@ The installer have been downloaded from the GitHub mirror and can be verified li 1. Download the following installer(s): -x86: https://download.electrum.org/4.5.7/electrum-4.5.7-setup.exe +x86: https://download.electrum.org/4.5.8/electrum-4.5.8-setup.exe 2. You can use one of the following methods to obtain the checksum(s): - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksumtype: sha256 -checksum32: ec0bbc978394eb5fd3738a06c1164f5faa59d269375a4e422800a471735b9848 +checksum32: 0ac63dbba76d46c290f8439f43b9dafcfb05a4c13ad5aac6c29d227b0fd1b645 The included 'LICENSE.txt' file have been obtained from: https://github.com/spesmilo/electrum/blob/master/LICENCE diff --git a/automatic/electrum.install/tools/chocolateyInstall.ps1 b/automatic/electrum.install/tools/chocolateyInstall.ps1 index 64aec7c34..822df384c 100644 --- a/automatic/electrum.install/tools/chocolateyInstall.ps1 +++ b/automatic/electrum.install/tools/chocolateyInstall.ps1 @@ -2,8 +2,8 @@ $packageName = $env:ChocolateyPackageName $installerType = 'exe' $silentArgs = '/S' -$url = 'https://download.electrum.org/4.5.7/electrum-4.5.7-setup.exe' -$checksum = 'ec0bbc978394eb5fd3738a06c1164f5faa59d269375a4e422800a471735b9848' +$url = 'https://download.electrum.org/4.5.8/electrum-4.5.8-setup.exe' +$checksum = '0ac63dbba76d46c290f8439f43b9dafcfb05a4c13ad5aac6c29d227b0fd1b645' $checksumType = 'sha256' $validExitCodes = @(0) diff --git a/automatic/electrum.portable/electrum.portable.nuspec b/automatic/electrum.portable/electrum.portable.nuspec index 1c37d3490..e89588a0d 100644 --- a/automatic/electrum.portable/electrum.portable.nuspec +++ b/automatic/electrum.portable/electrum.portable.nuspec @@ -4,7 +4,7 @@ electrum.portable Electrum (Portable) - 4.5.7 + 4.5.8 Electrum Developers tunisiano Lightweight Bitcoin client diff --git a/automatic/electrum.portable/tools/VERIFICATION.txt b/automatic/electrum.portable/tools/VERIFICATION.txt index a459289c0..bb7d55278 100644 --- a/automatic/electrum.portable/tools/VERIFICATION.txt +++ b/automatic/electrum.portable/tools/VERIFICATION.txt @@ -6,14 +6,14 @@ The installer have been downloaded from the GitHub mirror and can be verified li 1. Download the following installer(s): -x86: https://download.electrum.org/4.5.7/electrum-4.5.7-portable.exe +x86: https://download.electrum.org/4.5.8/electrum-4.5.8-portable.exe 2. You can use one of the following methods to obtain the checksum(s): - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksumtype: sha256 -checksum32: a021f5bc0191164191a2b5bec69dc1cedd78c0812aad02393786d867cc6cb7f7 +checksum32: 659fb7caeed931860f7703d3b93d16727acfd10907bdec3ade7a1d348ee8e58f The included 'LICENSE.txt' file have been obtained from: license: https://github.com/spesmilo/electrum/blob/master/LICENCE diff --git a/automatic/electrum.portable/tools/chocolateyInstall.ps1 b/automatic/electrum.portable/tools/chocolateyInstall.ps1 index c459179f6..c781b3de1 100644 --- a/automatic/electrum.portable/tools/chocolateyInstall.ps1 +++ b/automatic/electrum.portable/tools/chocolateyInstall.ps1 @@ -1,7 +1,7 @@ $ErrorActionPreference = 'Stop' $packageName = '$env:ChocolateyPackageName' -$url = 'https://download.electrum.org/4.5.7/electrum-4.5.7-portable.exe' -$checksum = 'a021f5bc0191164191a2b5bec69dc1cedd78c0812aad02393786d867cc6cb7f7' +$url = 'https://download.electrum.org/4.5.8/electrum-4.5.8-portable.exe' +$checksum = '659fb7caeed931860f7703d3b93d16727acfd10907bdec3ade7a1d348ee8e58f' $checksumType = 'sha256' $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $installFile = Join-Path $toolsDir "electrum.exe" diff --git a/automatic/electrum/electrum.nuspec b/automatic/electrum/electrum.nuspec index 0a8af4735..e6b4f683f 100644 --- a/automatic/electrum/electrum.nuspec +++ b/automatic/electrum/electrum.nuspec @@ -4,7 +4,7 @@ electrum Electrum - 4.5.6 + 4.5.7 Electrum Developers tunisiano Lightweight Bitcoin client @@ -46,7 +46,7 @@ Support the package maintainer and [![Patreon](https://cdn.jsdelivr.net/gh/tunis * Automatically built and uploaded by [tunisiano](https://chocolatey.org/profiles/tunisiano) * Package not up-to-date after a few days ? [Create an issue](https://github.com/tunisiano187/Chocolatey-packages/issues/new/choose) - + diff --git a/automatic/frink/frink.nuspec b/automatic/frink/frink.nuspec index 936a4277c..2219f5b9c 100644 --- a/automatic/frink/frink.nuspec +++ b/automatic/frink/frink.nuspec @@ -2,7 +2,7 @@ frink - 2024.10.12 + 2024.10.22 Frink (Portable) Alan Eliasen tunisiano diff --git a/automatic/frink/tools/chocolateyinstall.ps1 b/automatic/frink/tools/chocolateyinstall.ps1 index dba1d8b51..d83755fe5 100644 --- a/automatic/frink/tools/chocolateyinstall.ps1 +++ b/automatic/frink/tools/chocolateyinstall.ps1 @@ -2,7 +2,7 @@ $packageName = 'frink' $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $url = 'https://frinklang.org/frinkjar/frink.jar' -$checksum = '9E5B3583B471AB05FC0BD6BD6B089DF04F52D331D21A86B673CF7CE417654D06' +$checksum = 'C12754973B41F31735404A2ECDFB682DECEC639DC148CE4E760CE79E0F5652BC' $checksumType = 'sha256' $ExeFile = 'frink.jar' $ShortcutName = 'Frink.lnk' diff --git a/automatic/vlc-skins/legal/VERIFICATION.txt b/automatic/vlc-skins/legal/VERIFICATION.txt index ec5f65041..32a60b3f2 100644 --- a/automatic/vlc-skins/legal/VERIFICATION.txt +++ b/automatic/vlc-skins/legal/VERIFICATION.txt @@ -13,7 +13,7 @@ url32: https://www.videolan.org/vlc/skins2/vlc-skins.zip - Use chocolatey utility 'checksum.exe' checksumtype: sha256 -checksum32: EBA816DEC782C3AC8E0090BD09F19CA948140E676906348BF0082CAD723470DE +checksum32: E3172AB2B1A7046AF19575D6A5DA357D322851ADD5D40BF0A0F8A75E3BDA514D WebPage Hash -pagehash: CD4E53566F74D3894E6888E289828A542CAE41A22F48FEEDEFAE9F59516B2FB6 +pagehash: DFB8C369236C70A47677912D22F3466575CE83FFAC8772DB8531AAC9FB8C60A3 diff --git a/automatic/vlc-skins/vlc-skins.nuspec b/automatic/vlc-skins/vlc-skins.nuspec index d8370fc2e..19bdc1fe5 100644 --- a/automatic/vlc-skins/vlc-skins.nuspec +++ b/automatic/vlc-skins/vlc-skins.nuspec @@ -2,7 +2,7 @@ vlc-skins - 2024.10.15 + 2024.10.23 VLC Skins (Install) Various tunisiano