Skip to content

Commit

Permalink
AU: 1 updated - ultracopier
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Sep 20, 2023
1 parent 56b0892 commit ff479e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions automatic/ultracopier/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop';

$packageName = $env:ChocolateyPackageName
$url32='https://cdn.confiared.com/ultracopier.herman-brule.com/files/2.2.6.7/ultracopier-windows-x86-2.2.6.7-setup.exe'
$url64='https://cdn.confiared.com/ultracopier.herman-brule.com/files/2.2.6.7/ultracopier-windows-x86_64-2.2.6.7-setup.exe'
$checksum32='20d63ef74f93b01ecfafff73753f3f3ce14918f5b54e4cc8ce856590ac978fb8'
$checksum64='cae96dba1e1e56b71ab750caa507894b629973aad669a6268c61de8345dc4854'
$url32='https://cdn.confiared.com/ultracopier.herman-brule.com/files/2.2.6.8/ultracopier-windows-x86-2.2.6.8-setup.exe'
$url64='https://cdn.confiared.com/ultracopier.herman-brule.com/files/2.2.6.8/ultracopier-windows-x86_64-2.2.6.8-setup.exe'
$checksum32='0dd39be53e02f8683ca7fed37edf24417353888535b1ac3f705e7fcc7a88cd2e'
$checksum64='fa77b194b1c88a84263d30d280da221c38d3f9126e77c49eb6c3ca1f81065d42'

$packageArgs = @{
packageName = $packageName
Expand Down
2 changes: 1 addition & 1 deletion automatic/ultracopier/ultracopier.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>ultracopier</id>
<version>2.2.6.7</version>
<version>2.2.6.8</version>
<title>Ultracopier</title>
<authors>Ultracopier</authors>
<owners>tunisiano</owners>
Expand Down

0 comments on commit ff479e5

Please sign in to comment.