Skip to content

Commit

Permalink
AU: 2 updated - electron nuclear
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
tunisiano187 committed Sep 18, 2024
1 parent 2791a9d commit 32960c9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion automatic/electron/electron.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>electron</id>
<title>Electron</title>
<version>32.1.0</version>
<version>32.1.1</version>
<authors>GitHub Inc</authors>
<owners>tunisiano</owners>
<summary>Build cross platform desktop apps with web technologies</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/electron/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop'
$packageName = $env:ChocolateyPackageName
$url = 'https://github.com/electron/electron/releases/download/v32.1.0/electron-v32.1.0-win32-ia32.zip'
$checksum = '23cbecd7114a69a507ab27659d904e2ea3a3c2a82ac65a9635af89dec2a0544f'
$url = 'https://github.com/electron/electron/releases/download/v32.1.1/electron-v32.1.1-win32-ia32.zip'
$checksum = 'b91d4449a188ce69e5eda831feecec4f9837a32aec4dec540731a8f6bb1b7834'
$checksumType = 'sha256'
$url64 = 'https://github.com/electron/electron/releases/download/v32.1.0/electron-v32.1.0-win32-x64.zip'
$checksum64 = 'af31750386553869fd8ec0ad65e75621d2426443a51282b19ec3c4f5e80ae607'
$url64 = 'https://github.com/electron/electron/releases/download/v32.1.1/electron-v32.1.1-win32-x64.zip'
$checksum64 = 'ce32b239271edd725e2f53a95d65a3a01df228289d94dfefdb749eb8991af3ce'
$checksumType64 = 'sha256'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

Expand Down
6 changes: 3 additions & 3 deletions automatic/nuclear/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ and can be verified by doing the following:

1. Download the following:

url: <https://github.com/nukeop/nuclear/releases/download/v0.6.38/nuclear.Setup.0.6.38.exe>
url: <https://github.com/nukeop/nuclear/releases/download/v0.6.39/nuclear.Setup.0.6.39.exe>

2. You can obtain the checksum using one of the following methods:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum type: sha256
checksum:B52112AEE225BFB5FA64DB6D8403E1B6282716255C9D8170899D7C73893D53E1
checksum type: SHA256
checksum:37B1F8C24E7CAF88A4E5CA8381BF4A014240AA7E94B347DE9A81B08A54DBCA81

Using AU:

Expand Down
6 changes: 3 additions & 3 deletions automatic/nuclear/nuclear.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>nuclear</id>
<version>0.6.38-pre20240819</version>
<version>0.6.39-pre20240918</version>
<title>Nuclear</title>
<authors>https://github.com/nukeop/nuclear/graphs/contributors</authors>
<owners>tunisiano</owners>
Expand Down Expand Up @@ -36,10 +36,10 @@ It's also focusing more on audio. Imagine Spotify which you don't have to pay fo
### Package-specific issue
If this package isn't up-to-date for some days, [Create an issue](https://github.com/tunisiano187/Chocolatey-packages/issues/new/choose)
Support the package maintainer and [![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/tunisiano)
Support the package maintainer and [![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/bePatron?u=39585820)
]]></description>
<summary>Nuclear is a free music streaming program that pulls content from free sources all over the internet.</summary>
<releaseNotes>https://github.com/nukeop/nuclear/releases/tag/v0.6.38</releaseNotes>
<releaseNotes>https://github.com/nukeop/nuclear/releases/tag/v0.6.39</releaseNotes>
<copyright></copyright>
<tags>nuclear music-player electron stream youtube music windows streaming admin</tags>
<projectSourceUrl>https://github.com/nukeop/nuclear</projectSourceUrl>
Expand Down

0 comments on commit 32960c9

Please sign in to comment.