Skip to content

Commit

Permalink
AU: 3 updated - aptana-studio mkdocs-material winscp.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 18, 2018
1 parent fdb1fcc commit c8eaa88
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 30 deletions.
38 changes: 20 additions & 18 deletions automatic/aptana-studio/aptana-studio.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>aptana-studio</id>
<version>3.6.1.20161113</version>
<version>3.6.1.20180618</version>
<title>Aptana Studio</title>
<owners>chocolatey</owners>
<authors>Aptana Inc.</authors>
Expand All @@ -13,35 +13,36 @@
<bugTrackerUrl>https://github.com/aptana/studio3/issues</bugTrackerUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/edba4a5849ff756e767cba86641bea97ff5721fe/icons/aptana-studio.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
<description><![CDATA[
Aptana Studio is an open source integrated development environment (IDE) for building Ajax web applications.
Based on Eclipse, it supports JavaScript, HTML, DOM and CSS with code-completion, outlining, JavaScript debugging, error and warning notifications
and integrated documentation.
Additional plugins allow Aptana Studio to support Ruby on Rails, PHP, Python, Perl, Adobe AIR, Apple iPhone and Nokia WRT (Web Runtime).
# Features
* __HTML, CSS, and JavaScript Code Assist__
Aids in authoring of HTML, CSS, JavaScript, PHP and Ruby.
Supports the latest HTML5 specifications.
Includes information about the level of support for each element in the major web browsers.
Aids in authoring of HTML, CSS, JavaScript, PHP and Ruby.
Supports the latest HTML5 specifications.
Includes information about the level of support for each element in the major web browsers.
* __Deployment Wizard__
Support for one-shot as well as keep-synchronized setups.
Multiple protocols including FTP, SFTP, FTPS and Capistrano.
Ability to automatically publish your Ruby &amp; Rails applications to hosting services such as Heroku and Engine Yard.
Support for one-shot as well as keep-synchronized setups.
Multiple protocols including FTP, SFTP, FTPS and Capistrano.
Ability to automatically publish your Ruby & Rails applications to hosting services such as Heroku and Engine Yard.
* __Integrated Debugger__
Set breakpoints, inspect variables, control execution.
The integrated Ruby &amp; Rails and JavaScript debuggers help you squash those bugs.
Set breakpoints, inspect variables, control execution.
The integrated Ruby & Rails and JavaScript debuggers help you squash those bugs.
* __Git Integration__
Easily put your projects under git source code control.
Collaborate with team members thru merge, pull and push actions to remote repositories such those hosted on Github.
Facilitates git-based deployments.
Easily put your projects under git source code control.
Collaborate with team members thru merge, pull and push actions to remote repositories such those hosted on Github.
Facilitates git-based deployments.
* __Built-in Terminal__
Quickly access a command line terminal for execution of operating system commands and language utilities such as gem, rake, etc.
Quickly access a command line terminal for execution of operating system commands and language utilities such as gem, rake, etc.
* __IDE Customization__
Setup your development environment exactly the way you want it by extending the core capabilities through scripting of custom commands.
Studio ships with hundreds of commands but always presents them in context based on the type of file your are editing.
Setup your development environment exactly the way you want it by extending the core capabilities through scripting of custom commands.
Studio ships with hundreds of commands but always presents them in context based on the type of file your are editing.
## Note
## Notes
This package installs the standalone version of Aptana Studio.
Expand All @@ -50,7 +51,8 @@ This package installs the standalone version of Aptana Studio.
* __Rails (2.x and/or 3.0)__
* The gem that supports the database(s) of your choice.
* For debugging you will need to have the `ruby-debug-base` and `ruby-debug-ide` gems installed.
</description>
]]></description>
<summary>Aptana Studio is an open source integrated development environment (IDE) for building Ajax web applications.</summary>
<releaseNotes>https://github.com/aptana/studio3/wiki/Release-Notes</releaseNotes>
<copyright />
Expand Down
6 changes: 3 additions & 3 deletions automatic/aptana-studio/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
$ErrorActionPreference = 'Stop'
$ErrorActionPreference = 'Stop'

$packageArgs = @{
packageName = 'aptana-studio'
fileType = 'exe'
softwareName = 'Aptana Studio'

checksum = '31265389cfad9b2040f886d475f3c63834695dc75128c628ffbe32c1be2b8fa7'
checksum = 'ef2c4d58da16455bd4849d23f91825eec553fe419729260878d28e0eb131203c'
checksumType = 'sha256'
url = 'https://github.com/aptana/studio3/releases/download/v3.6.1/Aptana_Studio_3_Setup_3.6.1.exe'
url = 'https://github.com/aptana/studio3/releases/download/v3.6.1/Aptana_Studio_3.6.1_Setup.exe'

silentArgs = '/exenoui /quiet'
validExitCodes = @(0)
Expand Down
4 changes: 2 additions & 2 deletions automatic/aptana-studio/tools/chocolateyUninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $uninstalled = $false

# Aptana adds two keys pointing to the same uninstallation
if (($key.Count -eq 1) -or ($key.Count -eq 2)) {
$key[0] | % {
$key[0] | ForEach-Object {
$packageArgs = @{
packageName = $packageName
fileType = 'MSI'
Expand All @@ -24,5 +24,5 @@ if (($key.Count -eq 1) -or ($key.Count -eq 2)) {
Write-Warning "$$($key.Count) matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert package maintainer the following keys were matched:"
$key | % {Write-Warning "- $($_.DisplayName)"}
$key | ForEach-Object {Write-Warning "- $($_.DisplayName)"}
}
2 changes: 1 addition & 1 deletion automatic/aptana-studio/url.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"Version": "3.6.1",
"URL32": "https://github.com/aptana/studio3/releases/download/v3.6.1/Aptana_Studio_3_Setup_3.6.1.exe"
"URL32": "https://github.com/aptana/studio3/releases/download/v3.6.1/Aptana_Studio_3.6.1_Setup.exe"
}
2 changes: 1 addition & 1 deletion automatic/mkdocs-material/mkdocs-material.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>mkdocs-material</id>
<title>MkDocs Material Theme</title>
<version>2.9.0</version>
<version>2.9.1</version>
<authors>Martin Donath</authors>
<owners>chocolatey</owners>
<projectUrl>http://squidfunk.github.io/mkdocs-material/</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mkdocs-material/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Update-SessionEnvironment

$version = '2.9.0'
$version = '2.9.1'

$proxy = Get-EffectiveProxy
if ($proxy) {
Expand Down
4 changes: 2 additions & 2 deletions automatic/winscp.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Package can be verified like this:

1. Go to https://winscp.net/eng/download.php

x32: https://sourceforge.net/projects/winscp/files/WinSCP/5.13.2/WinSCP-5.13.2-Setup.exe/download
x32: https://sourceforge.net/projects/winscp/files/WinSCP/5.13.3/WinSCP-5.13.3-Setup.exe/download

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 4C1CD25ED4C758D78285FD373FC3BE5F8C5DA8F6AE61AAD91C9873CF95831B5D
checksum32: 58EEEB8454B8A7D194E3B58A1D6F2FB501906B8F1C3F2716A4A6D15E16164B86

File 'license.txt' is obtained from:
https://www.gnu.org/licenses/gpl-3.0.txt
4 changes: 2 additions & 2 deletions automatic/winscp.install/winscp.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>winscp.install</id>
<version>5.13.2</version>
<version>5.13.3</version>
<title>WinSCP (Install)</title>
<authors>Martin Přikryl</authors>
<owners>chocolatey, dtgm</owners>
Expand Down Expand Up @@ -33,7 +33,7 @@
]]></description>
<summary>Open source free SFTP client, SCP client, FTPS client and FTP client</summary>
<releaseNotes>https://winscp.net/download/WinSCP-5.13.2-ReadMe.txt</releaseNotes>
<releaseNotes>https://winscp.net/download/WinSCP-5.13.3-ReadMe.txt</releaseNotes>
<copyright>© 2000 Martin Přikryl</copyright>
<tags>scp cli ssh sftp ftp remote file client foss admin</tags>
<projectSourceUrl>https://sourceforge.net/p/winscp/code/</projectSourceUrl>
Expand Down

0 comments on commit c8eaa88

Please sign in to comment.