Skip to content

Commit

Permalink
AU: 1 updated - 4k-youtube-to-mp3
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 9, 2020
1 parent 3ce3b10 commit 62e5151
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 4k-youtube-to-mp3/4k-youtube-to-mp3.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-youtube-to-mp3</id>
<version>3.13.1</version>
<version>3.13.2</version>
<packageSourceUrl>https://github.com/TheCakeIsNaOH/chocolatey-packages/tree/master/4k-youtube-to-mp3</packageSourceUrl>
<owners>TheCakeIsNaOH</owners>
<title>4K YouTube to MP3 (Install)</title>
Expand Down
8 changes: 4 additions & 4 deletions 4k-youtube-to-mp3/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url32 = 'https://dl.4kdownload.com/app/4kyoutubetomp3_3.13.1.msi?source=chocolatey'
$url64 = 'https://dl.4kdownload.com/app/4kyoutubetomp3_3.13.1_x64.msi?source=chocolatey'
$checksum32 = '2eaf6a537a3afeb905650b3ec9abcff4149cc3fb06150a739e767b49022cd5d6'
$checksum64 = '8e752f538aa34ff16af8b5a7adf70d0919da6f36e3d645e4e3d15b1586e9125a'
$url32 = 'https://dl.4kdownload.com/app/4kyoutubetomp3_3.13.2_online.exe?source=chocolatey'
$url64 = 'https://dl.4kdownload.com/app/4kyoutubetomp3_3.13.2_x64_online.exe?source=chocolatey'
$checksum32 = '1988172c4e84a3ba53521ccc91604f26adc95c94998cc120582f594955d4f51a'
$checksum64 = '896be65494b7bc2c4749e049855e460fd990d3eca31369fa23bc1e0315f685fb'
$pp = Get-PackageParameters
$shortcutName = '4K YouTube to MP3.lnk'
$shortcut = Join-Path ([Environment]::GetFolderPath("Desktop")) $shortcutName
Expand Down

0 comments on commit 62e5151

Please sign in to comment.