Skip to content

Commit cabf1cb

Browse files
author
Chocolatey
committed
1 parent 899fda1 commit cabf1cb

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.5</version>
6+
<version>3.0.7</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.5.msi?source=chocolatey'
5-
$url64 = 'https://dl.4kdownload.com/app/4kstogram_3.0.5_x64.msi?source=chocolatey'
6-
$checksum32 = '83eb29c3f46f82e134df85a6542702624065bbf4864219ae8f286bd021f427ad'
7-
$checksum64 = '1a3324614edc9188192d1fcc6bbbdfe236f30929c671061a4313b8f532492147'
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'
88
$pp = Get-PackageParameters
99
$shortcutName = '4K Stogram.lnk'
1010
$shortcut = Join-Path ([Environment]::GetFolderPath("Desktop")) $shortcutName

0 commit comments

Comments
 (0)