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 Jun 9, 2020
1 parent 2362097 commit c8d2724
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.1</version>
<version>3.0.4</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.1.msi?source=chocolatey'
$url64 = 'https://dl.4kdownload.com/app/4kstogram_3.0.1_x64.msi?source=chocolatey'
$checksum32 = 'c67fc6610efa139faeee41b8a48efde6dd6eb85e03bb3e33306858d3cc8e5b0c'
$checksum64 = '7eb6f74bf64903c430c52bb271cfef2e71826b06856d1fb47ea992c16f81c284'
$url32 = 'https://dl.4kdownload.com/app/4kstogram_3.0.4.msi?source=chocolatey'
$url64 = 'https://dl.4kdownload.com/app/4kstogram_3.0.4_x64.msi?source=chocolatey'
$checksum32 = '676a014b53bde01f88be73810337a8f3049808c55b549b842a3f570bf9a1a8e2'
$checksum64 = '5b2f000730c96338ae0e28680f9db4663fa02d31687517fec365178962cbcc97'
$pp = Get-PackageParameters
$shortcutName = '4K Stogram.lnk'
$shortcut = Join-Path ([Environment]::GetFolderPath("Desktop")) $shortcutName
Expand Down

0 comments on commit c8d2724

Please sign in to comment.