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 Nov 25, 2020
1 parent c6cffdd commit 175d4bb
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.2.0</version>
<version>3.2.1</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.2.0.msi?source=chocolatey'
$url64 = 'https://dl.4kdownload.com/app/4kstogram_3.2.0_x64.msi?source=chocolatey'
$checksum32 = '82fa2fc01dc537756a14a7e969569d3d7819e4959051b1901dde354913fca41c'
$checksum64 = '8a9006160b5c3048298b2a5433139d0b342e09d257660917753a4b47661dfc99'
$url32 = 'https://dl.4kdownload.com/app/4kstogram_3.2.1.msi?source=chocolatey'
$url64 = 'https://dl.4kdownload.com/app/4kstogram_3.2.1_x64.msi?source=chocolatey'
$checksum32 = '2894b8aafff44f9d0dcd75835f7711856ea4cc425ffef66c7d8c9701cf2e05f8'
$checksum64 = '351339a1f555bbd3a08db202b91e4501508ecf7f2a8f3f4de4c2e456ae406081'
$pp = Get-PackageParameters
$shortcutName = '4K Stogram.lnk'
$shortcut = Join-Path ([Environment]::GetFolderPath("Desktop")) $shortcutName
Expand Down

0 comments on commit 175d4bb

Please sign in to comment.