Skip to content

Commit

Permalink
AU: 1 updated - hybrid
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 18, 2024
1 parent 618696d commit 3037dbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hybrid/hybrid.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>hybrid</id>
<version>2024.03.10.1</version>
<version>2024.03.18.1</version>
<title>Hybrid</title>
<tags>video audio converter encoder decoder</tags>
<authors>Selur</authors>
Expand Down
4 changes: 2 additions & 2 deletions hybrid/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = 'hybrid'
fileType = 'EXE'
url = 'http://www.selur.de/sites/default/files/hybrid_downloads/Hybrid_2024.03.10.1_SETUP.exe'
checksum = 'b8ede6622ccc133828bb669b737e2fe9b25052ba2f4674051f7b2f8631c7bc37'
url = 'http://www.selur.de/sites/default/files/hybrid_downloads/Hybrid_2024.03.18.1_SETUP.exe'
checksum = 'b399656ec7abdf5deb999043995c73c4e99741c3aab555b1d1c3f797bbaeca22'
checksumType = 'sha256'
softwareName = 'Hybrid*'
silentArgs = '/VERYSILENT'
Expand Down

0 comments on commit 3037dbc

Please sign in to comment.