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 Oct 20, 2024
1 parent 3478060 commit b910c52
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.7.1/ultracopier-windows-x86-2.2.7.1-setup.exe'
$url64='https://cdn.confiared.com/ultracopier.herman-brule.com/files/2.2.7.1/ultracopier-windows-x86_64-2.2.7.1-setup.exe'
$checksum32='60af5dc8a8e087577c47e4da5ff8f118d4e0e6a75552673dc04b8a4dae514c1d'
$checksum64='4dda1a4d7a78dbba5a00744fce3b90b321ff46c7dc93088bbf5c24ab9fc3a6d8'
$url32='https://cdn.confiared.com/ultracopier.herman-brule.com/files/3.0.0.0/ultracopier-windows-x86-3.0.0.0-setup.exe'
$url64='https://cdn.confiared.com/ultracopier.herman-brule.com/files/3.0.0.0/ultracopier-windows-x86_64-3.0.0.0-setup.exe'
$checksum32='137d08e074b376690c67e6091b13d8217859b4d2bcb7762e0e9301f4c0f96d7a'
$checksum64='4128a1ed033b6e3500386dd3d0d2c908bbf9c4edd6dbc4b0a8b9b706549bbd42'
$checksumType='sha256'

$packageArgs = @{
Expand Down
4 changes: 2 additions & 2 deletions 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.7.1</version>
<version>3.0.0.0</version>
<title>Ultracopier</title>
<authors>Ultracopier</authors>
<owners>tunisiano</owners>
Expand All @@ -15,7 +15,7 @@ A replacement for the default windows file transfer progression bar.
### 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)
Support the package maintainer and [![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/bePatron?u=39585820)
]]></description>
<summary>A replacement for the default windows file transfer progression bar.</summary>
<tags>ultracopier supercopier copy quick admin</tags>
Expand Down

0 comments on commit b910c52

Please sign in to comment.