Skip to content

Commit 62e5151

Browse files
author
Chocolatey
committed
1 parent 3ce3b10 commit 62e5151

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

4k-youtube-to-mp3/4k-youtube-to-mp3.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-youtube-to-mp3</id>
6-
<version>3.13.1</version>
6+
<version>3.13.2</version>
77
<packageSourceUrl>https://github.com/TheCakeIsNaOH/chocolatey-packages/tree/master/4k-youtube-to-mp3</packageSourceUrl>
88
<owners>TheCakeIsNaOH</owners>
99
<title>4K YouTube to MP3 (Install)</title>

4k-youtube-to-mp3/tools/chocolateyinstall.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
$ErrorActionPreference = 'Stop';
22
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
3-
$url32 = 'https://dl.4kdownload.com/app/4kyoutubetomp3_3.13.1.msi?source=chocolatey'
4-
$url64 = 'https://dl.4kdownload.com/app/4kyoutubetomp3_3.13.1_x64.msi?source=chocolatey'
5-
$checksum32 = '2eaf6a537a3afeb905650b3ec9abcff4149cc3fb06150a739e767b49022cd5d6'
6-
$checksum64 = '8e752f538aa34ff16af8b5a7adf70d0919da6f36e3d645e4e3d15b1586e9125a'
3+
$url32 = 'https://dl.4kdownload.com/app/4kyoutubetomp3_3.13.2_online.exe?source=chocolatey'
4+
$url64 = 'https://dl.4kdownload.com/app/4kyoutubetomp3_3.13.2_x64_online.exe?source=chocolatey'
5+
$checksum32 = '1988172c4e84a3ba53521ccc91604f26adc95c94998cc120582f594955d4f51a'
6+
$checksum64 = '896be65494b7bc2c4749e049855e460fd990d3eca31369fa23bc1e0315f685fb'
77
$pp = Get-PackageParameters
88
$shortcutName = '4K YouTube to MP3.lnk'
99
$shortcut = Join-Path ([Environment]::GetFolderPath("Desktop")) $shortcutName

0 commit comments

Comments
 (0)