Skip to content

Commit

Permalink
AU: 1 updated - upscayl
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 24, 2022
1 parent 0d5134e commit ec1ca89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions upscayl/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'Upscaly'

url64 = 'https://github.com/upscayl/upscayl/releases/download/v1.5.5/Upscayl-Setup-1.5.5.exe'
checksum64 = '68c7798a67d5481d96e6c0dbe0740cbc3bb7d2a7da23928aae0b9586e7e58bda'
url64 = 'https://github.com/upscayl/upscayl/releases/download/v2.0.0/upscayl-2.0.0-win.exe'
checksum64 = 'dd7044618617f61093cdc315fa6c47335c2afe307720c051ae49999d39ce62f0'

checksumType = 'sha256'

Expand Down
2 changes: 1 addition & 1 deletion upscayl/upscayl.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>upscayl</id>
<version>1.5.5</version>
<version>2.0.0</version>
<title>Upscayl</title>
<authors>NayamAmarshe</authors>
<owners>Smart123s</owners>
Expand Down

0 comments on commit ec1ca89

Please sign in to comment.