Skip to content

Commit

Permalink
AU: 1 updated - enki
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 25, 2018
1 parent ecc0dd5 commit 9aaf341
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion automatic/enki/Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [<img src="https://cdn.rawgit.com/AdmiringWorm/chocolatey-packages/a156fe3617f1408e990cb031faf57c5822e612e9/icons/enki.png" height="48" width="48" /> ![Enki](https://img.shields.io/chocolatey/v/enki.svg?label=Enki&style=for-the-badge)](https://chocolatey.org/packages/enki)
# [<img src="https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@a156fe3617f1408e990cb031faf57c5822e612e9/icons/enki.png" height="48" width="48" /> ![Enki](https://img.shields.io/chocolatey/v/enki.svg?label=Enki&style=for-the-badge)](https://chocolatey.org/packages/enki)

Enki is a text editor for programmers. It is:

Expand Down
2 changes: 1 addition & 1 deletion automatic/enki/enki.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"14.3": "0.0",
"14.7": "0.0",
"15.11": "0.0",
"15.11": "15.11.1",
"15.5": "0.0",
"16.4": "16.4.1.20171105"
}
10 changes: 5 additions & 5 deletions automatic/enki/enki.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>enki</id>
<version>16.4.1.20171105</version>
<version>15.11.1</version>
<packageSourceUrl>https://github.com/admiringworm/chocolatey-packages/tree/master/automatic/enki</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>Enki</title>
<authors>Andrei Kopats</authors>
<projectUrl>http://enki-editor.org/</projectUrl>
<iconUrl>https://cdn.rawgit.com/AdmiringWorm/chocolatey-packages/a156fe3617f1408e990cb031faf57c5822e612e9/icons/enki.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@a156fe3617f1408e990cb031faf57c5822e612e9/icons/enki.png</iconUrl>
<copyright>Copyright (C) 2012 Andrei Kopats</copyright>
<licenseUrl>https://github.com/andreikop/enki/blob/master/LICENSE.GPL2</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand All @@ -36,9 +36,9 @@
`choco install enki --params "'/UseInf:C:\enki.install.inf'"`
]]></description>
<releaseNotes>
[Software Changelog](https://github.com/andreikop/enki/releases)
[Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/automatic/enki/Changelog.md)
</releaseNotes>
[Software Changelog](https://github.com/andreikop/enki/releases/tag/v15.11.1)
[Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/automatic/enki/Changelog.md)
</releaseNotes>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions automatic/enki/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <https://github.com/andreikop/enki/releases>
location on <https://github.com/andreikop/enki/releases/tag/v15.11.1>
and can be verified by doing the following:

1. Download the following <https://github.com/andreikop/enki/releases/download/v16.04.1/Install_Enki.exe>
1. Download the following <https://github.com/andreikop/enki/releases/download/v15.11.1/Enki-v15.11.1.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum: EF1C799591E520DB95DC1B3C05528E5A3D104BA9027B4DEF340F5D85B3977FC1
checksum: 6875D046ACC64AEA13DFA7C1B49923CFA759470BA8DEE7D479A885A490EE5404

The file 'LICENSE.txt' has been obtained from <https://github.com/andreikop/enki/blob/73baac5e1dc3be6dbad0b1210750caf5c7c9cae9/LICENSE.GPL2>
2 changes: 1 addition & 1 deletion automatic/enki/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\Install_Enki.exe"
file = "$toolsPath\Enki-v15.11.1.exe"
softwareName = 'Enki*'
silentArgs = "/SILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down

0 comments on commit 9aaf341

Please sign in to comment.