Skip to content

Commit 9869191

Browse files
author
Chocolatey
committed
1 parent 2340f46 commit 9869191

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

4k-stogram/4k-stogram.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
44
<metadata>
55
<id>4k-stogram</id>
6-
<version>3.0.7</version>
6+
<version>3.1.0</version>
77
<title>4K Stogram</title>
88
<authors>OpenMedia LLC</authors>
99
<owners>TheCakeIsNaOH, Sasha_Chernykh</owners>

4k-stogram/tools/chocolateyinstall.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
$ErrorActionPreference = 'Stop';
22
$packageName = '4K Stogram'
33
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
4-
$url32 = 'https://dl.4kdownload.com/app/4kstogram_3.0.7.msi?source=chocolatey'
5-
$url64 = 'https://dl.4kdownload.com/app/4kstogram_3.0.7_x64.msi?source=chocolatey'
6-
$checksum32 = 'eb14af9779acbd89a37939a1206e3534074be4daadbf2b2c29e1438405ab4639'
7-
$checksum64 = '628c8b06495953c956ee98dd6f5338a43b49974b3bf4b676074c414ff24b3189'
4+
$url32 = 'https://dl.4kdownload.com/app/4kstogram_3.1.0.msi?source=chocolatey'
5+
$url64 = 'https://dl.4kdownload.com/app/4kstogram_3.1.0_x64.msi?source=chocolatey'
6+
$checksum32 = 'a59bb80e637845cc32341529ae3938addc37435f4ffc3096d66feae70c72e63e'
7+
$checksum64 = '1b34d0d918ce19dae083fd41b441ab8b88335b9944dc393df4b0909ad5d6114b'
88
$pp = Get-PackageParameters
99
$shortcutName = '4K Stogram.lnk'
1010
$shortcut = Join-Path ([Environment]::GetFolderPath("Desktop")) $shortcutName

0 commit comments

Comments
 (0)