From bd5163b52c07eb28d816ac6333e911c036d2a910 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Wed, 25 Mar 2020 15:39:05 -0400 Subject: [PATCH] Convert fah files to unix line endings --- fah/fah.nuspec | 46 ++++++++++++++++----------------- fah/tools/chocolateyInstall.ps1 | 20 +++++++------- 2 files changed, 33 insertions(+), 33 deletions(-) diff --git a/fah/fah.nuspec b/fah/fah.nuspec index 63910dc..48d79c3 100644 --- a/fah/fah.nuspec +++ b/fah/fah.nuspec @@ -1,15 +1,15 @@ - - - - fah - 7.4.4 - Folding@home - Pande Lab - dtgm - http://folding.stanford.edu/home/faq/faq-opensource#ntoc4 - http://folding.stanford.edu/ - https://cdn.rawgit.com/dtgm/chocolatey-packages/e145d13e7f7bc677a6a22da74d0ff1441a554289/icons/fah.png - false + + + + fah + 7.4.4 + Folding@home + Pande Lab + dtgm + http://folding.stanford.edu/home/faq/faq-opensource#ntoc4 + http://folding.stanford.edu/ + https://cdn.rawgit.com/dtgm/chocolatey-packages/e145d13e7f7bc677a6a22da74d0ff1441a554289/icons/fah.png + false 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. @@ -24,18 +24,18 @@ This program does not slow your computer down and only uses unused computer powe ### Community * [Forum](https://foldingforum.org/) -* [Teams and Stats](https://folding.stanford.edu/home/teams-stats/) - Distributed computing project to understand protein folding +* [Teams and Stats](https://folding.stanford.edu/home/teams-stats/) + Distributed computing project to understand protein folding #### Program * [News](http://folding.stanford.edu/home/blog) #### Package -* Automatically built and uploaded by [dtgm](https://chocolatey.org/profiles/dtgm) - © Pande Lab, Stanford University - en-us - distributed-computing protein-folding biology science - - - - - \ No newline at end of file +* Automatically built and uploaded by [dtgm](https://chocolatey.org/profiles/dtgm) + © Pande Lab, Stanford University + en-us + distributed-computing protein-folding biology science + + + + + diff --git a/fah/tools/chocolateyInstall.ps1 b/fah/tools/chocolateyInstall.ps1 index 372fd23..e6cf6a3 100644 --- a/fah/tools/chocolateyInstall.ps1 +++ b/fah/tools/chocolateyInstall.ps1 @@ -1,10 +1,10 @@ -$packageArgs = @{ - PackageName = 'fah' - FileType = 'exe' - SilentArgs = '/S' - Url = '\\ucs\software\fah-installer_7.5.1_x86.exe' - Checksum = 'e97aeccbf3692001dafe16612b1cae6a90cb6c22dbf57e947d9c13ff4e1b5715' - ChecksumType = 'sha256' -} - -Install-ChocolateyPackage @packageArgs +$packageArgs = @{ + PackageName = 'fah' + FileType = 'exe' + SilentArgs = '/S' + Url = '\\ucs\software\fah-installer_7.5.1_x86.exe' + Checksum = 'e97aeccbf3692001dafe16612b1cae6a90cb6c22dbf57e947d9c13ff4e1b5715' + ChecksumType = 'sha256' +} + +Install-ChocolateyPackage @packageArgs