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 Dec 19, 2020
1 parent c3d6173 commit 0255d4e
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/files.first-world.info/ultracopier/2.2.4.8/ultracopier-windows-x86-2.2.4.8-setup.exe'
$url64='https://cdn.confiared.com/files.first-world.info/ultracopier/2.2.4.8/ultracopier-windows-x86_64-2.2.4.8-setup.exe'
$checksum32='578b7ed7dc353f119c5006b8f6ebe1093926b1806bf954cf64e7e197e50e6153'
$checksum64='18cec14974ae908c5c249ce7fc5880db991a467f6be8fa24995ca665e4dd891d'
$url32='https://cdn.confiared.com/files.first-world.info/ultracopier/2.2.4.9/ultracopier-windows-x86-2.2.4.9-setup.exe'
$url64='https://cdn.confiared.com/files.first-world.info/ultracopier/2.2.4.9/ultracopier-windows-x86_64-2.2.4.9-setup.exe'
$checksum32='be8882f326f8f633323ee7ec7d6a7833aa2049d2dcb54937b9ca6f0fe045604a'
$checksum64='ba4018e7f251c80d7ddd6a413b3e7f4cfc813d2c5624741780b94cb7db5d771f'

$packageArgs = @{
packageName = $packageName
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.4.8</version>
<version>2.2.4.9</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)
[![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/bePatron?u=39585820)
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 replacement for the default windows file transfer progression bar.</summary>
<tags>ultracopier supercopier copy quick admin</tags>
Expand Down

0 comments on commit 0255d4e

Please sign in to comment.