Skip to content

Commit

Permalink
AU: 2 updated - audacious lbry
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Dec 29, 2020
1 parent 9b5cfa7 commit c0c803d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 9 deletions.
15 changes: 11 additions & 4 deletions automatic/audacious/audacious.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,22 @@
<metadata>
<id>audacious</id>
<title>Audacious</title>
<version>4.0.5</version>
<version>4.1</version>
<authors>John Lindgren</authors>
<owners>tunisiano</owners>
<summary>Advanced lightweight audio player</summary>
<description>
Audacious is an advanced audio player. It is free, lightweight, based on GTK+, runs on Linux and many other *nix platforms and is focused on audio quality and supporting a wide range of audio codecs.
<description><![CDATA[## Audacious
Audacious is an advanced audio player. It is free, lightweight, based on GTK+, runs on Linux and many
other *nix platforms and is focused on audio quality and supporting a wide range of audio codecs.
Audacious is a fork of Beep Media Player (BMP), which itself is forked from XMMS.
</description>
### Package-specific issue
If this package isn't up-to-date for some days, [Create an issue](https://github.com/tunisiano187/Chocolatey-packages/issues/new/choose)
Support the package maintainer and [![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/tunisiano)
]]></description>
<packageSourceUrl>https://github.com/tunisiano187/Chocolatey-packages/tree/master/automatic/audacious</packageSourceUrl>
<projectUrl>https://audacious-media-player.org/</projectUrl>
<projectSourceUrl>https://github.com/audacious-media-player/audacious</projectSourceUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/audacious/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'
$packageName = $env:ChocolateyPackageName
$url = '{{DownloadUrl}}'
$checksum = '{{Checksum}}'
$url = 'https://distfiles.audacious-media-player.org/audacious-4.1-beta1-win32.exe'
$checksum = 'f853c7c04197b854a87ff63778faba9d942d9998f85689c61f8281a11a0f03c1'
$checksumType = 'sha256'
$silentArgs = '/S'
$validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/lbry/lbry.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>lbry</id>
<version>0.49.2-rc2</version>
<version>0.49.2-rc7</version>
<owners>tunisiano</owners>
<title>lbry (Install)</title>
<authors>lbry.com</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/lbry/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://github.com/lbryio/lbry-desktop/releases/download/v0.49.2-rc.2/LBRY_0.49.2-rc.1.exe'
$checksum = '727e7c50b5b3aba9e0cd623a97b40fe596c26f432d377fca05cbea6bdfbe97d1'
$url = 'https://github.com/lbryio/lbry-desktop/releases/download/v0.49.2-rc.7/LBRY_0.49.2-rc.7.exe'
$checksum = '635ad8687692583ce808cf7d7fd8e18bc9fc363cacaff6758fb17069bc9b30ae'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit c0c803d

Please sign in to comment.