Skip to content

Commit

Permalink
AU: 2 updated - duplicatecleaner mpc-qt
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Aug 5, 2024
1 parent 372a7e0 commit 80820ef
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 9 deletions.
2 changes: 1 addition & 1 deletion automatic/duplicatecleaner/duplicatecleaner.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>duplicatecleaner</id>
<version>5.22</version>
<version>5.23</version>
<title>Duplicate Cleaner</title>
<authors>DigitalVolcano Software</authors>
<owners>tunisiano</owners>
Expand Down
2 changes: 1 addition & 1 deletion automatic/duplicatecleaner/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$packageName = $env:ChocolateyPackageName
$silentArgs = "/quiet /qn /norestart /l*v `"$env:TEMP\chocolatey\$($packageName)\$($packageName).MsiInstall.log`""
$url = 'https://www.digitalvolcano.co.uk/download/DuplicateCleaner-Setup-5.msi'
$checksum = 'c95a74e8fbd4a941496e9b87d553c4ace75585307b5a9a76fe43bc8f9622dc10'
$checksum = 'a094b8832205a8959d423b08cdfbc67fbbb0dffd04913be54f47b78c7f70ec4e'
$checksumType = 'sha256'
$validExitCodes = @(0)

Expand Down
8 changes: 4 additions & 4 deletions automatic/mpc-qt/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software has been downloaded from the listed download
location on <https://github.com/mpc-qt/mpc-qt/releases/tag/v23.12>
location on <https://github.com/mpc-qt/mpc-qt/releases/tag/v24.06>
and can be verified by doing the following:

1. Download the following:

url: <https://github.com/mpc-qt/mpc-qt/releases/download/v23.12/mpc-qt-win-x64-2312.zip>
url: <https://github.com/mpc-qt/mpc-qt/releases/download/v24.06/mpc-qt-win-x64-2406.zip>

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: 0C13736C8F5759FB0E953A7B866751232ED42BDF676875418B8660F93C37C055
checksum: CC554C2C54F6E2885850A3E040A7BD5CEC7901BD3A6A9B508D36D6341B0BC921

Using AU:

Get-RemoteChecksum

The file 'LICENSE.txt' is obtained from:
<https://github.com/mpc-qt/mpc-qt/blob/master/LICENSE>
<https://github.com/mpc-qt/mpc-qt/blob/master/LICENSE>
14 changes: 11 additions & 3 deletions automatic/mpc-qt/mpc-qt.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>mpc-qt</id>
<version>23.11.0</version>
<version>24.06</version>
<title>MPC QT</title>
<authors>https://github.com/mpc-qt/mpc-qt/graphs/contributors</authors>
<owners>tunisiano</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://github.com/mpc-qt/mpc-qt/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/mpc-qt/mpc-qt</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@cc92803aa341418e3249209d3118a4629b3a9967/icons/mpc-qt.png</iconUrl>
<description>Media Player Classic Qute Theater (mpc-qt) is a clone of Media Player Classic (mpc-hc) reimplemented in Qt. It aims to reproduce most of the interface and functionality of mpc-hc while using libmpv to play video instead of DirectShow.
<description><![CDATA[## MPC QT (mpc-qt)
Media Player Classic Qute Theater (mpc-qt) is a clone of Media Player Classic (mpc-hc) reimplemented in Qt. It aims to reproduce most of the interface and
functionality of mpc-hc while using libmpv to play video instead of DirectShow.
## Features
Expand All @@ -19,7 +21,13 @@
- Playlist searching
- Screenshot templates
- Looped playback
- Custom metadata</description>
- Custom metadata
### 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)
]]></description>
<summary>A clone of Media Player Classic reimplemented in Qt.</summary>
<releaseNotes>#### Program
* [Changelog](https://github.com/mpc-qt/mpc-qt/releases)
Expand Down

0 comments on commit 80820ef

Please sign in to comment.