Convert fah files to unix line endings

This commit is contained in:
Adam Goldsmith 2020-03-25 15:39:05 -04:00
parent 2bf7b23160
commit bd5163b52c
2 changed files with 33 additions and 33 deletions

View File

@ -1,15 +1,15 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata> <metadata>
<id>fah</id> <id>fah</id>
<version>7.4.4</version> <version>7.4.4</version>
<title>Folding@home</title> <title>Folding@home</title>
<authors>Pande Lab</authors> <authors>Pande Lab</authors>
<owners>dtgm</owners> <owners>dtgm</owners>
<licenseUrl>http://folding.stanford.edu/home/faq/faq-opensource#ntoc4</licenseUrl> <licenseUrl>http://folding.stanford.edu/home/faq/faq-opensource#ntoc4</licenseUrl>
<projectUrl>http://folding.stanford.edu/</projectUrl> <projectUrl>http://folding.stanford.edu/</projectUrl>
<iconUrl>https://cdn.rawgit.com/dtgm/chocolatey-packages/e145d13e7f7bc677a6a22da74d0ff1441a554289/icons/fah.png</iconUrl> <iconUrl>https://cdn.rawgit.com/dtgm/chocolatey-packages/e145d13e7f7bc677a6a22da74d0ff1441a554289/icons/fah.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance> <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>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. 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 ### Community
* [Forum](https://foldingforum.org/) * [Forum](https://foldingforum.org/)
* [Teams and Stats](https://folding.stanford.edu/home/teams-stats/)</description> * [Teams and Stats](https://folding.stanford.edu/home/teams-stats/)</description>
<summary>Distributed computing project to understand protein folding</summary> <summary>Distributed computing project to understand protein folding</summary>
<releaseNotes>#### Program <releaseNotes>#### Program
* [News](http://folding.stanford.edu/home/blog) * [News](http://folding.stanford.edu/home/blog)
#### Package #### Package
* Automatically built and uploaded by [dtgm](https://chocolatey.org/profiles/dtgm)</releaseNotes> * Automatically built and uploaded by [dtgm](https://chocolatey.org/profiles/dtgm)</releaseNotes>
<copyright>© Pande Lab, Stanford University</copyright> <copyright>© Pande Lab, Stanford University</copyright>
<language>en-us</language> <language>en-us</language>
<tags>distributed-computing protein-folding biology science</tags> <tags>distributed-computing protein-folding biology science</tags>
<dependencies> <dependencies>
<dependency id="autohotkey.portable" /> <dependency id="autohotkey.portable" />
</dependencies> </dependencies>
</metadata> </metadata>
</package> </package>

View File

@ -1,10 +1,10 @@
$packageArgs = @{ $packageArgs = @{
PackageName = 'fah' PackageName = 'fah'
FileType = 'exe' FileType = 'exe'
SilentArgs = '/S' SilentArgs = '/S'
Url = '\\ucs\software\fah-installer_7.5.1_x86.exe' Url = '\\ucs\software\fah-installer_7.5.1_x86.exe'
Checksum = 'e97aeccbf3692001dafe16612b1cae6a90cb6c22dbf57e947d9c13ff4e1b5715' Checksum = 'e97aeccbf3692001dafe16612b1cae6a90cb6c22dbf57e947d9c13ff4e1b5715'
ChecksumType = 'sha256' ChecksumType = 'sha256'
} }
Install-ChocolateyPackage @packageArgs Install-ChocolateyPackage @packageArgs