Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
SOWI Administratoren
chocolatey-packages
Commits
29a78199
Commit
29a78199
authored
Jul 24, 2017
by
Andreas Goroncy
Browse files
0.153
parent
6673ac45
Changes
6
Hide whitespace changes
Inline
Side-by-side
R.Studio/R.Studio.0.99.902.nupkg
deleted
100644 → 0
View file @
6673ac45
File deleted
R.Studio/R.Studio.nuspec
View file @
29a78199
...
...
@@ -5,18 +5,18 @@
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>
R.Studio
</id>
<title>
R.Studio
</title>
<version>
0.99.902
</version>
<version>
1.0.153
</version>
<authors>
R Studio Team
</authors>
<owners>
Elliando Dias
</owners>
<summary>
RStudio is a free and open source integrated development environment (IDE) for R. You can run it on your desktop
</summary>
<description>
RStudio is a free and open source integrated development environment (IDE) for R. You can run it on your desktop
</description>
<projectUrl>
https://www.rstudio.com/
</projectUrl>
<packageSourceUrl>
https://
www.rstudio.com/
</packageSourceUrl>
<tags>
r.project r.studio statistics
</tags>
<copyright>
© 201
6
RStudio, Inc
</copyright>
<packageSourceUrl>
https://
github.com/sowidvhu/chocolatey-packages/tree/master/R.Studio
</packageSourceUrl>
<tags>
r.project r.studio statistics
admin
</tags>
<copyright>
© 201
7
RStudio, Inc
</copyright>
<licenseUrl>
http://www.gnu.org/licenses/agpl-3.0-standalone.html
</licenseUrl>
<requireLicenseAcceptance>
false
</requireLicenseAcceptance>
<!--<iconUrl>http://rstudio.
org/images/logo
.png</iconUrl>-->
<!--<iconUrl>http
s
://
www.
rstudio.
com/wp-content/uploads/2014/06/RStudio-Ball
.png</iconUrl>-->
<!--<dependencies>
<dependency id="R.Project" />
</dependencies>-->
...
...
R.Studio/tools/chocolateyInstall.ps1
View file @
29a78199
$version
=
'0.99'
$minor
=
'902'
Install-ChocolateyPackage
'R.Studio'
'exe'
'/S'
"http://download1.rstudio.org/RStudio-
$version
.
$minor
.exe"
-validExitCodes
@(
0
)
\ No newline at end of file
$checksum
=
'06AA4DD1CF73F689FDD80BF6639B1B6EB34D9E6B4A3989D0999FEAE200372A11'
$checksumType
=
'sha256'
Install-ChocolateyPackage
'R.Studio'
'exe'
'/S'
"https://download1.rstudio.org/RStudio-1.0.153.exe"
-CheckSum
$checksum
-ChecksumType
$checksumType
-validExitCodes
@(
0
)
\ No newline at end of file
seafile-client-shibboleth/seafile-client-shibboleth.5.1.1.nupkg
deleted
100644 → 0
View file @
6673ac45
File deleted
seafile-client-shibboleth/seafile-client-shibboleth.nuspec
View file @
29a78199
...
...
@@ -2,7 +2,7 @@
<package
xmlns=
"http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd"
>
<metadata>
<id>
seafile-client-shibboleth
</id>
<version>
5.1.1
</version>
<version>
6.0.6
</version>
<title>
Seafile Client with Shibboleth
</title>
<authors>
Seafile Ltd.
</authors>
<owners>
sowidvhu
</owners>
...
...
@@ -27,6 +27,6 @@ Seafile allows users to create groups with file syncing, wiki, and discussion to
https://seacloud.cc/group/3/wiki/client-changelog
</releaseNotes>
<copyright>
© Seafile Ltd.
</copyright>
<tags>
seafile syncing sharing shibboleth
</tags>
<tags>
seafile syncing sharing shibboleth
admin
</tags>
</metadata>
</package>
\ No newline at end of file
seafile-client-shibboleth/tools/chocolateyInstall.ps1
View file @
29a78199
$packageName
=
'seafile-client-shibboleth'
$fileType
=
'msi'
$silentArgs
=
'/quiet /norestart'
$url
=
'https://bintray.com/artifact/download/seafile-org/seafile/seafile-
5.1.1
-en-shibboleth.msi'
$url
=
'https://bintray.com/artifact/download/seafile-org/seafile/seafile-
6.0.6
-en-shibboleth.msi'
Install-ChocolateyPackage
$packageName
$fileType
$silentArgs
$url
\ No newline at end of file
$checksum
=
'729E1F44703020481A3278DBB456828A02BEA151D645DADF66C161FB9A27BADF'
$checksumType
=
'sha256'
Install-ChocolateyPackage
$packageName
$fileType
$silentArgs
$url
-CheckSum
$checksum
-ChecksumType
$checksumType
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment