Skip to content

Commit

Permalink
AU: 1 updated - soulseek
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 21, 2017
1 parent c30cf41 commit a735827
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions soulseek/soulseek.nuspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>soulseek</id>
<title>Soulseek</title>
<version>2016.4.24.20160708</version>
<version>2017.2.20</version>
<authors>Soulseek</authors>
<owners>Miodrag Milić</owners>
<summary>File sharing network</summary>
Expand Down
4 changes: 2 additions & 2 deletions soulseek/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ function download-dropbox($Url, $FilePath) {
}

$packageName = 'soulseek'
$url32 = 'https://www.dropbox.com/s/adivgmpo08pgq13/SoulseekQt-2016-4-24.exe'
$checksum32 = ''
$url32 = 'https://www.slsknet.org/SoulseekQt/Windows/SoulseekQt-2017-2-20.exe'
$checksum32 = '0c9c9610669b8b3ce7b02f460b152d514e69499e78d17deb02c51d894eb703fc'

$chocoTempDir = Join-Path $Env:Temp "chocolatey"
$tempFile = "$chocoTempDir\soulseek\soulseek.exe"
Expand Down

0 comments on commit a735827

Please sign in to comment.