Skip to content

Commit

Permalink
AU: 2 updated - eac musikcube
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 15, 2024
1 parent 913c696 commit 6f19ba5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion eac/eac.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>eac</id>
<title>Exact Audio Copy</title>
<version>1.7</version>
<version>1.8</version>
<authors>Andre Wiethoff</authors>
<owners>Miodrag Milić</owners>
<summary>Exact Audio Copy is a audio grabber for audio CDs using standard CD and DVD-ROM drives</summary>
Expand Down
4 changes: 2 additions & 2 deletions eac/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop'

$packageName = 'eac'
$url32 = 'http://www.exactaudiocopy.de/eac-1.7.exe'
$checksum32 = '233f96a4d11f1c87256567d5295cf6ba73322af9880f1829c5f31b719cf19fa8'
$url32 = 'http://www.exactaudiocopy.de/eac-1.8.exe'
$checksum32 = '205530cfbfdff82343858f38b0e709e586051fb8900ecd513d7992a3c1ef031b'

$packageArgs = @{
packageName = $packageName
Expand Down
4 changes: 2 additions & 2 deletions musikcube/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Package can be verified like this:

1. Go to

x32: https://github.com/clangen/musikcube/releases/download/3.0.3/musikcube_3.0.3_win32.zip
x32: https://github.com/clangen/musikcube/releases/download/3.0.4/musikcube_3.0.4_win32.zip

to download the installer.

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

checksum32: 78F74013D6CBDBBE695D497D547E74624203ECA2995AA1EEE073A35284ED7BD5
checksum32: D2BE765C75B94913FEAEE9C5D00FDA5A86B2636CA254899133BDD4E37A2334B4

File 'license.txt' is obtained from:
https://github.com/clangen/musikcube/blob/master/LICENSE.txt
4 changes: 2 additions & 2 deletions musikcube/musikcube.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>musikcube</id>
<title>musikcube</title>
<version>3.0.3</version>
<version>3.0.4</version>
<authors>Casey Langen</authors>
<owners>Miodrag Milic</owners>
<summary>A cross-platform, terminal-based music player, audio engine, metadata indexer, and server in c++</summary>
Expand Down Expand Up @@ -37,7 +37,7 @@ musikdroid is a native Android app that connects to musikcube servers. it can be
<copyright>(c) casey langen, 2017</copyright>
<licenseUrl>https://github.com/clangen/musikcube/blob/master/LICENSE.txt</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>https://github.com/clangen/musikcube/releases/tag/3.0.3</releaseNotes>
<releaseNotes>https://github.com/clangen/musikcube/releases/tag/3.0.4</releaseNotes>
<docsUrl>https://github.com/clangen/musikcube/wiki</docsUrl>
<bugTrackerUrl>https://github.com/clangen/musikcube/issues</bugTrackerUrl>
<projectSourceUrl>https://github.com/clangen/musikcube</projectSourceUrl>
Expand Down

0 comments on commit 6f19ba5

Please sign in to comment.