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 8, 2019
1 parent 0798868 commit b293bd9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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>2.7.3</version>
<version>2.8.0</version>
<title>4K Stogram</title>
<authors>OpenMedia LLC</authors>
<owners>TheCakeIsNaOH, Sasha_Chernykh</owners>
Expand Down
10 changes: 5 additions & 5 deletions 4k-stogram/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop';
$ErrorActionPreference = 'Stop';
$packageName = '4K Stogram'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url32 = 'https://dl.4kdownload.com/app/4kstogram_2.7.3.msi?source=chocolatey'
$url64 = 'https://dl.4kdownload.com/app/4kstogram_2.7.3_x64.msi?source=chocolatey'
$checksum32 = '22800ee03f54d249ef5eed1fa4298345b42b09e5efa98b4d2e7473465bb0f341'
$checksum64 = '21d47632a2222ee92dd8ad2e14a1d4544335a800900e3324313a55ad1acf5a24'
$url32 = 'https://dl.4kdownload.com/app/4kstogram_2.8.0.msi?source=chocolatey'
$url64 = 'https://dl.4kdownload.com/app/4kstogram_2.8.0_x64.msi?source=chocolatey'
$checksum32 = 'ce6959ae04c6b5132c9eae5aeaa6b851f68f3b037e0515e27b6ebfdc9afacb29'
$checksum64 = '03dbc5a2a2cd97948cdbeb552c3ae899ef898482ab292dd83b1abe9a8faed989'
$pp = Get-PackageParameters
$shortcutName = '4K Stogram.lnk'
$shortcut = Join-Path ([Environment]::GetFolderPath("Desktop")) $shortcutName
Expand Down

0 comments on commit b293bd9

Please sign in to comment.