Skip to content

Commit e5828dd

Browse files
author
Chocolatey
committed
1 parent 2fc3eb2 commit e5828dd

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

0 commit comments

Comments
 (0)