Skip to content

Commit daeb2ca

Browse files
author
Chocolatey
committed
1 parent 665fefd commit daeb2ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

hybrid/hybrid.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<metadata>
55
<id>hybrid</id>
6-
<version>2022.11.28.1</version>
6+
<version>2023.01.22.1</version>
77
<title>Hybrid</title>
88
<tags>video audio converter encoder decoder</tags>
99
<authors>Selur</authors>

hybrid/tools/chocolateyInstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
$packageArgs = @{
44
packageName = 'hybrid'
55
fileType = 'EXE'
6-
url = 'http://www.selur.de/sites/default/files/hybrid_downloads/Hybrid_2022.11.28.1_SETUP.exe'
7-
checksum = '47ba96c478cf913780b282e50b683ba4c2fa06fafc34a2514ccb0e0172403c7e'
6+
url = 'http://www.selur.de/sites/default/files/hybrid_downloads/Hybrid_2023.01.22.1_SETUP.exe'
7+
checksum = '7d62c5ae5adab73b3e0ef040f69f7ef36bdb72b6816b6e44be08cbf0a516d27b'
88
checksumType = 'sha256'
99
softwareName = 'Hybrid*'
1010
silentArgs = '/VERYSILENT'

0 commit comments

Comments
 (0)