Skip to content

Commit

Permalink
AU: 2 updated - jamovi.install jamovi.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 19, 2019
1 parent 974dd32 commit c913ea7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 14 deletions.
9 changes: 4 additions & 5 deletions automatic/jamovi.install/jamovi.install.nuspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<?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>
<id>jamovi.install</id>
<title>jamovi (install)</title>
<version>0.9.2.800</version>
<version>0.9.5.1200</version>
<authors>https://github.com/jamovi/jamovi/graphs/contributors</authors>
<owners>Vaquero</owners>
<summary>jamovi is a new "3rd generation" statistical spreadsheet. designed from the ground up to be easy to use, jamovi is a compelling alternative to costly statistical products such as SPSS and SAS.</summary>
<description>
## STATS MADE SIMPLE
<description><![CDATA[## STATS MADE SIMPLE
jamovi is a new "3rd generation" statistical spreadsheet. designed from the ground up to be easy to use, jamovi is a compelling alternative to costly statistical products such as SPSS and SAS.
Expand All @@ -20,7 +19,7 @@ jamovi is built on top of the R statistical language, giving you access to the b
## FREE AND OPEN:
jamovi will always be free and open - that's one of our core values - because jamovi is made by the scientific community, for the scientific community.
</description>
]]></description>
<projectUrl>https://www.jamovi.org/</projectUrl>
<projectSourceUrl>https://github.com/jamovi/jamovi</projectSourceUrl>
<tags>data analysis analytics statistics R data-mining admin</tags>
Expand Down
6 changes: 3 additions & 3 deletions automatic/jamovi.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

$packageArgs = @{
packageName = 'jamovi.install'
fileType = 'exe'
url64bit = ''
checksum64 = ''
fileType = 'zip'
url64bit = 'https://www.jamovi.org/downloads/jamovi-0.9.5.12-win64.exe'
checksum64 = 'e0ca4423d50969597d04048d982244a9578fde5da06a92fb293c0fe046f07e3d'
checksumType64 = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
9 changes: 4 additions & 5 deletions automatic/jamovi.portable/jamovi.portable.nuspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
<?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>
<id>jamovi.portable</id>
<title>jamovi (portable)</title>
<version>0.9.2.800</version>
<version>0.9.5.1200</version>
<authors>https://github.com/jamovi/jamovi/graphs/contributors</authors>
<owners>Vaquero</owners>
<summary>jamovi is a new "3rd generation" statistical spreadsheet. designed from the ground up to be easy to use, jamovi is a compelling alternative to costly statistical products such as SPSS and SAS.</summary>
<description>
## STATS MADE SIMPLE
<description><![CDATA[## STATS MADE SIMPLE
jamovi is a new "3rd generation" statistical spreadsheet. designed from the ground up to be easy to use, jamovi is a compelling alternative to costly statistical products such as SPSS and SAS.
Expand All @@ -20,7 +19,7 @@ jamovi is built on top of the R statistical language, giving you access to the b
## FREE AND OPEN:
jamovi will always be free and open - that's one of our core values - because jamovi is made by the scientific community, for the scientific community.
</description>
]]></description>
<projectUrl>https://www.jamovi.org/</projectUrl>
<projectSourceUrl>https://github.com/jamovi/jamovi</projectSourceUrl>
<tags>data analysis analytics statistics R data-mining</tags>
Expand Down
2 changes: 1 addition & 1 deletion automatic/jamovi.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $packageArgs = @{
packageName = 'jamovi.portable'
UnzipLocation = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
url64bit = 'https://www.jamovi.org/downloads/jamovi-0.9.5.12-win64.zip'
checksum64 = ''
checksum64 = '515a0378ddd612c998856bc1cc7ecf880686e6817dc1a489f72b861a8c9e4e12'
checksumType64 = 'sha256'
}

Expand Down

0 comments on commit c913ea7

Please sign in to comment.