Skip to content

Commit

Permalink
AU: 2 updated - codetrack persepolis
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 13, 2017
1 parent c9321da commit 033a4a3
Show file tree
Hide file tree
Showing 10 changed files with 45 additions and 22 deletions.
2 changes: 1 addition & 1 deletion automatic/codetrack/codetrack.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"1.0": "1.0.3.1"
"1.0": "1.0.3.2"
}
2 changes: 1 addition & 1 deletion automatic/codetrack/codetrack.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>codetrack</id>
<version>1.0.3.1</version>
<version>1.0.3.2</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/codetrack</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>CodeTrack</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/codetrack/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://www.getcodetrack.com/releases.html>
and can be verified by doing the following:

1. Download the following <https://www.getcodetrack.com/releases/codetrack_1_0_3_1.zip>
1. Download the following <https://www.getcodetrack.com/releases/codetrack_1_0_3_2.zip>
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: C6F16A8CF90294187FAF843395798D5D882353A9D9F3951BA043A2D57B4B2232
checksum: 76F0892B8C1A181BDD2B818A9AFE7482448531EAEF514B157B897B2A6C51D7F9

The file 'LICENSE.txt' has been obtained from <https://www.getcodetrack.com/license.html>
2 changes: 1 addition & 1 deletion automatic/codetrack/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $packageName = $env:ChocolateyPackageName
$packageArgs = @{
destination = $toolsPath
packageName = $packageName
file = "$toolsPath\codetrack_1_0_3_1.zip"
file = "$toolsPath\codetrack_1_0_3_2.zip"
}

Get-ChocolateyUnzip @packageArgs
Expand Down
4 changes: 3 additions & 1 deletion automatic/persepolis/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Package changelog for [Persepolis Download Manager](https://chocolatey.org/packages/persepolis)

## UPCOMING
## Version: 3.0.0 (2017-12-13)
- **COMPATIBILITY:** Expanded aliases in chocolatey script
- **ENHANCEMENT:** Add package changelogs [#6](https://github.com/AdmiringWorm/chocolatey-packages/issues/6)
- **ENHANCEMENT:** Include software release notes inside the package metadata

## Version 2.4.2 (2017-11-07)
Expand Down
2 changes: 1 addition & 1 deletion automatic/persepolis/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/60cdba448364aed152ef33289320abca8b713f34/automatic/persepolis/icons/48x48.png" height="48" width="48" /> Persepolis Download Manager](https://chocolatey.org/packages/persepolis)
# [<img src="https://cdn.rawgit.com/AdmiringWorm/chocolatey-packages/60cdba448364aed152ef33289320abca8b713f34/icons/48x48.png" height="48" width="48" /> Persepolis Download Manager](https://chocolatey.org/packages/persepolis)

Persepolis is a Download Manager & a GUI For `aria2`. It's written in Python. Persepolis is a Sample of Free and open source software. It's developed For GNU/Linux Distributions, BSDs, macOS and Microsoft Windows.

Expand Down
10 changes: 5 additions & 5 deletions automatic/persepolis/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ 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/persepolisdm/persepolis/releases>
location on <https://github.com/persepolisdm/persepolis/releases/tag/3.0.0>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/persepolisdm/persepolis/releases/download/2.4.2/persepolis_2_4_2_windows_32bit.exe>
64-Bit software: <https://github.com/persepolisdm/persepolis/releases/download/2.4.2/persepolis_2_4_2_windows_64bit.exe>
32-Bit software: <https://github.com/persepolisdm/persepolis/releases/download/3.0.0/persepolis_3_0_0_windows_32bit.exe>
64-Bit software: <https://github.com/persepolisdm/persepolis/releases/download/3.0.0/persepolis_3_0_0_windows_64bit.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
checksum32: 82C6DDB791714F47AA162505A09A9E85A0E09516FEF9DE5F3E3CB7500A38FBBF
checksum64: 8436CC55CA0712650A2ECFFA5BC55DEF83D92EF8886125B1F56C4FF64F648BA5
checksum32: 4974738763CF04498D2DA2D6D3175A37CAF8352BCBF52C8C8EBE231973286BD6
checksum64: 8C7D041C52298CFE7C81C1DB4AA96DBE14B0C32632F3FA169EBB9C880B653482

The file 'LICENSE.txt' has been obtained from <https://github.com/persepolisdm/persepolis/blob/master/LICENSE>
4 changes: 3 additions & 1 deletion automatic/persepolis/persepolis.json
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
{}
{
"3.0": "3.0.0"
}
33 changes: 26 additions & 7 deletions automatic/persepolis/persepolis.nuspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<?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/2015/06/nuspec.xsd">
<metadata>
<id>persepolis</id>
<version>2.4.2</version>
<version>3.0.0</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/persepolis</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>Persepolis Download Manager</title>
<authors>Alireza AmirSamimi, MohammadAmin Vahedinia, Mostafa Asadi, Sadegh Alirezaie, Mohammadreza Abdollahzadeh, Jafar Akhondali</authors>
<projectUrl>https://persepolisdm.github.io/</projectUrl>
<iconUrl>https://cdn.rawgit.com/AdmiringWorm/chocolatey-packages/60bb51e27cfc056142bdd15ee4b78fff4b7b06d2/automatic/persepolis/icons/128x128.png</iconUrl>
<iconUrl>https://cdn.rawgit.com/AdmiringWorm/chocolatey-packages/60cdba448364aed152ef33289320abca8b713f34/icons/128x128.png</iconUrl>
<copyright>Copyleft © Persepolis Download Manager 2017</copyright>
<licenseUrl>https://github.com/persepolisdm/persepolis/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand All @@ -32,10 +32,29 @@
**EXAMPLE**
`choco install persepolis --params "'/UseInf:C:\persepolis.inf'"`
]]></description>
<releaseNotes>
[Software Changelog](https://github.com/persepolisdm/persepolis/releases/tag/2.4.2)
[Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/automatic/persepolis/Changelog.md)
</releaseNotes>
<releaseNotes>[Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/automatic/persepolis/Changelog.md)

## Software Release Notes
We are happy to announce the release of Persepolis Download Manager 3.0.0 .
- In this version all codes are rewritten!
- Now we use python setup tools for installation.
- We change data base to Sqlite! so in this version persepolis is lighter and faster and more stable than before.
- Persepolis can integrate into FireFox and Chrome/Chromium and Vivaldi and Opera :)
From this version we have FireFox extension :) [Read more](https://github.com/persepolisdm/persepolis/wiki/Firefox-Flashgot-Plugin)

From this version opera and vivaldi users can use our chrome extension for integrating persepolis to their browsers.

- We have new icons and theme :)
Thanks to [Papirus team](https://github.com/PapirusDevelopmentTeam/) for designing our new icons.

- Many bugs is fixed.

- Many new requested features is [added](https://github.com/persepolisdm/persepolis/issues?q=label%3Aadded+is%3Aclosed)

Special thanks to persepolis developers and contributors for pull requests, bug reports and feature requests!

Reagrds
AliReza AmirSamimi</releaseNotes>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
<!--We could set chocolatey to version 0.10.4, but that version was broken so we use 0.10.5-->
Expand Down
4 changes: 2 additions & 2 deletions automatic/persepolis/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\persepolis_2_4_2_windows_32bit.exe"
file64 = "$toolsPath\persepolis_2_4_2_windows_64bit.exe"
file = "$toolsPath\persepolis_3_0_0_windows_32bit.exe"
file64 = "$toolsPath\persepolis_3_0_0_windows_64bit.exe"
softwareName = 'Persepolis Download Manager*'
silentArgs = "/SILENT /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down

0 comments on commit 033a4a3

Please sign in to comment.