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 Sep 1, 2020
1 parent 2340f46 commit 9869191
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>3.0.7</version>
<version>3.1.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_3.0.7.msi?source=chocolatey'
$url64 = 'https://dl.4kdownload.com/app/4kstogram_3.0.7_x64.msi?source=chocolatey'
$checksum32 = 'eb14af9779acbd89a37939a1206e3534074be4daadbf2b2c29e1438405ab4639'
$checksum64 = '628c8b06495953c956ee98dd6f5338a43b49974b3bf4b676074c414ff24b3189'
$url32 = 'https://dl.4kdownload.com/app/4kstogram_3.1.0.msi?source=chocolatey'
$url64 = 'https://dl.4kdownload.com/app/4kstogram_3.1.0_x64.msi?source=chocolatey'
$checksum32 = 'a59bb80e637845cc32341529ae3938addc37435f4ffc3096d66feae70c72e63e'
$checksum64 = '1b34d0d918ce19dae083fd41b441ab8b88335b9944dc393df4b0909ad5d6114b'
$pp = Get-PackageParameters
$shortcutName = '4K Stogram.lnk'
$shortcut = Join-Path ([Environment]::GetFolderPath("Desktop")) $shortcutName
Expand Down

0 comments on commit 9869191

Please sign in to comment.