Skip to content

Commit

Permalink
AU: 1 updated - geany
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Jan 31, 2021
1 parent 6a7a0a9 commit 4fa8a91
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 14 deletions.
2 changes: 1 addition & 1 deletion automatic/geany/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ using only the GTK2 toolkit and therefore you need only the GTK2 runtime librari
### Package-specific issue
If this package isn't up-to-date for some days, [Create an issue](https://github.com/tunisiano187/Chocolatey-packages/issues/new/choose)

Support the package maintainer and [![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/tunisiano)
Support the package maintainer and [![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/tunisiano)
28 changes: 19 additions & 9 deletions automatic/geany/geany.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,29 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>geany</id>
<version>1.35</version>
<version>1.37.1</version>
<title>Geany</title>
<authors>Enrico Tröger, Frank Lanitz, Nick Treleaven and Dominic Hopf</authors>
<owners>dtgm</owners>
<owners>tunisiano</owners>
<licenseUrl>https://github.com/geany/geany/blob/master/COPYING</licenseUrl>
<projectUrl>https://www.geany.org/</projectUrl>
<iconUrl>https://cdn.rawgit.com/dtgm/chocolatey-packages/d1e037cc7c943fda29b9067b3b1c3229d99402ff/icons/geany.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@e13d7b620841e512cb79142feb8c0aa02de27ab8/icons/geany.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Geany is a small and lightweight integrated development environment (IDE). It was developed to provide a small and fast IDE, which has only a few dependencies from other packages. Another goal was to be as independent as possible from a special Desktop Environment like KDE or GNOME. So it is using only the GTK2 toolkit and therefore you need only the GTK2 runtime libraries to run Geany.
<description><![CDATA[## geany
Features:Geany is a small and lightweight integrated development environment (IDE). It was developed
to provide a small and fast IDE, which has only a few dependencies from other packages. Another goal
was to be as independent as possible from a special Desktop Environment like KDE or GNOME. So it is
using only the GTK2 toolkit and therefore you need only the GTK2 runtime libraries to run Geany.
[Screenshots](https://www.geany.org/Documentation/Screenshots)
[Plugins](https://www.geany.org/Support/Plugins)
[Wiki](https://wiki.geany.org/)</description>
[Screenshots](http://www.geany.org/Documentation/Screenshots)
[Plugins](http://www.geany.org/Support/Plugins)
[Wiki](http://wiki.geany.org/)
### Package-specific issue
If this package isn't up-to-date for some days, [Create an issue](https://github.com/tunisiano187/Chocolatey-packages/issues/new/choose)
Support the package maintainer and [![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/tunisiano)
]]></description>
<summary>Fast and lightweight IDE</summary>
<releaseNotes>#### Program
* [Release Notes](https://www.geany.org/Documentation/ReleaseNotes)
Expand All @@ -26,10 +36,10 @@
<copyright>© 2006 Enrico Tröger, Matthew Brush, Colomban Wendling, Frank Lanitz, Nick Treleaven and Dominic Hopf</copyright>
<tags>text editor ide scintilla admin</tags>
<projectSourceUrl>https://github.com/geany/geany</projectSourceUrl>
<packageSourceUrl>https://github.com/dtgm/chocolatey-packages/tree/master/automatic/geany/</packageSourceUrl>
<packageSourceUrl>https://github.com/tunisiano187/Chocolatey-packages/tree/master/automatic/geany</packageSourceUrl>
<docsUrl>https://www.geany.org/Documentation/Manual</docsUrl>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>
</package>
8 changes: 4 additions & 4 deletions automatic/geany/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$packageName = 'geany'
$packageName = 'geany'
$installerType = 'exe'
$silentArgs = '/S'
$url32 = 'http://download.geany.org/geany-1.36_setup.exe'
$checksum32 = '1549b62f9e9fdde825ae45245bafc3a47ce85f4555f28b06e3a9c600340751df'
$url32 = 'https://github.com/geany/geany/releases/download/1.37.1/geany-1.37.1_setup.exe'
$checksum32 = '7ad1d76ab4ab5f56e94df8859007658b2cc8870d9a6b32e8b7487b29d21ecc0d'
$checksumType = 'sha256'
$validExitCodes = @(0)

Expand All @@ -12,4 +12,4 @@ Install-ChocolateyPackage -PackageName "$packageName" `
-Url "$url32" `
-ValidExitCodes $validExitCodes `
-Checksum "$checksum32" `
-ChecksumType "$checksumType"
-ChecksumType "$checksumType"

0 comments on commit 4fa8a91

Please sign in to comment.