Skip to content

Commit

Permalink
AU: 2 updated - fah lbry
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Oct 16, 2020
1 parent 8a8ef3b commit da924df
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 9 deletions.
15 changes: 12 additions & 3 deletions automatic/fah/fah.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>fah</id>
<version>7.6.13</version>
<version>7.6.20</version>
<title>Folding@home</title>
<authors>Pande Lab</authors>
<owners>tunisiano</owners>
Expand All @@ -12,7 +12,10 @@
<iconUrl>https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@a67ad73c935c10cf668e76be0d9f196bb805ef94/icons/fah.png</iconUrl>
<packageSourceUrl>https://github.com/tunisiano187/Chocolatey-packages/tree/master/automatic/fah</packageSourceUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Help Stanford University scientists studying Alzheimer's, Huntington's, Parkinson's, and many cancers by simply running a piece of software on your computer. The program does this by building simulations of how proteins, RNA, and nanoscale synthetic polymers fold.
<description><![CDATA[## foldingathome
Fight Covid !
Help Stanford University scientists studying Alzheimer's, Huntington's, Parkinson's, and many cancers by simply running a piece of software on your computer. The program does this by building simulations of how proteins, RNA, and nanoscale synthetic polymers fold.
This program does not slow your computer down and only uses unused computer power.
Expand All @@ -26,7 +29,13 @@ This program does not slow your computer down and only uses unused computer powe
### Community
* [Forum](https://foldingforum.org/)
* [Teams and Stats](https://stats.foldingathome.org/teams)</description>
* [Teams and Stats](https://stats.foldingathome.org/teams)
### 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)
[![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/bePatron?u=39585820)
]]></description>
<summary>Distributed computing project to understand protein folding</summary>
<releaseNotes>#### Program
* [News](http://folding.stanford.edu/home/blog)
Expand Down
6 changes: 3 additions & 3 deletions automatic/fah/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$ErrorActionPreference = 'Stop'
$ErrorActionPreference = 'Stop'
$packageName = $env:ChocolateyPackageName
$installerType = 'exe'
$silentArgs = '/S'
$url32 = ''
$checksum32 = ''
$url32 = 'https://download.foldingathome.org/releases/public/release/fah-installer/windows-10-32bit/v7.6/fah-installer_7.6.20_x86.exe'
$checksum32 = 'a51e4b8f0056c4eb9847049c02149622ee96baefb113ec1c5b7851b8199ee2b8'
$checksumType = 'sha256'
$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.48.1</version>
<version>0.48.2-rc4</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.48.1/LBRY_0.48.1.exe'
$checksum = 'cc8444c699b03ee3af5519ac8cb411ebc1b894343dd4ec3f78dd47d8f08324cb'
$url = 'https://github.com/lbryio/lbry-desktop/releases/download/v0.48.2-rc.4/LBRY_0.48.2-rc.4.exe'
$checksum = 'c70ebadbc6e57c9e9db3f41c871b66bba7eea5caae2a80441c6bfd39e67b7365'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit da924df

Please sign in to comment.