Skip to content

Commit

Permalink
AU: 1 updated - 4k-stogram
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 1, 2020
1 parent 6e76c8a commit 0de8eb0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 4k-stogram/4k-stogram.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>4k-stogram</id>
<version>2.8.2</version>
<version>3.0.0</version>
<title>4K Stogram</title>
<authors>OpenMedia LLC</authors>
<owners>TheCakeIsNaOH, Sasha_Chernykh</owners>
Expand Down
8 changes: 4 additions & 4 deletions 4k-stogram/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop';
$packageName = '4K Stogram'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url32 = 'https://dl.4kdownload.com/app/4kstogram_2.8.2.msi?source=chocolatey'
$url64 = 'https://dl.4kdownload.com/app/4kstogram_2.8.2_x64.msi?source=chocolatey'
$checksum32 = '0ed72ab8ee5046cdbc9a97e49d91c19bb162c4a3912b47e5fbf403eff08c7f3d'
$checksum64 = 'e3f7517d00c0485e2729773d207fcba45f481a515c4c8af3277382375d54b8ee'
$url32 = 'https://dl.4kdownload.com/app/4kstogram_3.0.0.msi?source=chocolatey'
$url64 = 'https://dl.4kdownload.com/app/4kstogram_3.0.0_x64.msi?source=chocolatey'
$checksum32 = '93524d8807feee5497eb2b77ce95f38256b7224d26d8d254564ed4c2d20632d9'
$checksum64 = 'ead95e870afd28784a73354b2e2902149d2a3840be020797a4417698e1c56de0'
$pp = Get-PackageParameters
$shortcutName = '4K Stogram.lnk'
$shortcut = Join-Path ([Environment]::GetFolderPath("Desktop")) $shortcutName
Expand Down

0 comments on commit 0de8eb0

Please sign in to comment.