Skip to content

Commit

Permalink
AU: 6 updated - brave-nightly electrum electrum.install electrum.port…
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Oct 23, 2024
1 parent d4995c6 commit ab9db43
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion automatic/brave-nightly/brave-nightly.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>brave-nightly</id>
<version>1.73.29-nightly</version>
<version>1.73.38-nightly</version>
<title>Brave Browser (Nightly)</title>
<authors>Brave Software Inc.</authors>
<owners>tunisiano</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/brave-nightly/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/electrum.install/electrum.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>electrum.install</id>
<title>Electrum (Install)</title>
<version>4.5.7</version>
<version>4.5.8</version>
<authors>Electrum Developers</authors>
<owners>tunisiano</owners>
<summary>Lightweight Bitcoin client</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/electrum.install/tools/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions automatic/electrum.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion automatic/electrum.portable/electrum.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>electrum.portable</id>
<title>Electrum (Portable)</title>
<version>4.5.7</version>
<version>4.5.8</version>
<authors>Electrum Developers</authors>
<owners>tunisiano</owners>
<summary>Lightweight Bitcoin client</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/electrum.portable/tools/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions automatic/electrum.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions automatic/electrum/electrum.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>electrum</id>
<title>Electrum</title>
<version>4.5.6</version>
<version>4.5.7</version>
<authors>Electrum Developers</authors>
<owners>tunisiano</owners>
<summary>Lightweight Bitcoin client</summary>
Expand Down Expand Up @@ -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)</releaseNotes>
<dependencies>
<dependency id="electrum.install" version="[4.5.6]" />
<dependency id="electrum.install" version="[4.5.7]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/frink/frink.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>frink</id>
<version>2024.10.12</version>
<version>2024.10.22</version>
<title>Frink (Portable)</title>
<authors>Alan Eliasen</authors>
<owners>tunisiano</owners>
Expand Down
2 changes: 1 addition & 1 deletion automatic/frink/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions automatic/vlc-skins/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion automatic/vlc-skins/vlc-skins.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>vlc-skins</id>
<version>2024.10.15</version>
<version>2024.10.23</version>
<title>VLC Skins (Install)</title>
<authors>Various</authors>
<owners>tunisiano</owners>
Expand Down

0 comments on commit ab9db43

Please sign in to comment.