Skip to content

Commit

Permalink
AU: 1 updated - persepolis
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 19, 2017
1 parent e99ee88 commit 0b067c6
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 25 deletions.
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/tag/3.0.0>
location on <https://github.com/persepolisdm/persepolis/releases/tag/3.0.1>
and can be verified by doing the following:

1. Download the following:
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>
32-Bit software: <https://github.com/persepolisdm/persepolis/releases/download/3.0.1/persepolis_3_0_1_windows_32bit.exe>
64-Bit software: <https://github.com/persepolisdm/persepolis/releases/download/3.0.1/persepolis_3_0_1_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: 4974738763CF04498D2DA2D6D3175A37CAF8352BCBF52C8C8EBE231973286BD6
checksum64: 8C7D041C52298CFE7C81C1DB4AA96DBE14B0C32632F3FA169EBB9C880B653482
checksum32: 8E87016949DF3D22BBD39D2F014FC97BDB0DFBC79DCD58CDA2D64BCB7B89AF0A
checksum64: A924AD3CD8ECB95419AE7A7847B2C30A5FBA2A3BA1799EFFB2C373C5DF7E0A56

The file 'LICENSE.txt' has been obtained from <https://github.com/persepolisdm/persepolis/blob/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/persepolis/persepolis.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"3.0": "3.0.0"
"3.0": "3.0.1"
}
27 changes: 10 additions & 17 deletions automatic/persepolis/persepolis.nuspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?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>3.0.0</version>
<version>3.0.1</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/persepolis</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>Persepolis Download Manager</title>
Expand Down Expand Up @@ -35,23 +35,16 @@
<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)
We are happy to announce the release of Persepolis Download Manager 3.0.1 .

From this version opera and vivaldi users can use our chrome extension for integrating persepolis to their browsers.
We fix fome bugs in version 3.0.0:
1- [Compatbility bug with version 2 is fixed](https://github.com/persepolisdm/persepolis/issues/358).
2- [UI issue with 4K displays](https://github.com/persepolisdm/persepolis/issues/348) is fixed.
3- Queue crashing problem is fixed.
4- [Download information wouldn't have been shown after clicking on "Download later" Button](https://github.com/persepolisdm/persepolis/issues/359). It has been fixed!
and other minor bugs.

- 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!
Special thanks to contributors for bug reports!

Reagrds
AliReza AmirSamimi</releaseNotes>
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_3_0_0_windows_32bit.exe"
file64 = "$toolsPath\persepolis_3_0_0_windows_64bit.exe"
file = "$toolsPath\persepolis_3_0_1_windows_32bit.exe"
file64 = "$toolsPath\persepolis_3_0_1_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 0b067c6

Please sign in to comment.