Skip to content

Commit

Permalink
Add JDownloader 2.0 (#1247)
Browse files Browse the repository at this point in the history
* Add JDownloader 2.0

* Update JDownloader manifest to multi file format

Co-authored-by: chausner <[email protected]>
  • Loading branch information
chausner and chausner authored Apr 14, 2021
1 parent 7971dbc commit 908cdf6
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.0.0.schema.json
PackageIdentifier: AppWork.JDownloader
PackageVersion: "2.0"
InstallerType: exe
InstallerSwitches:
Silent: -q
SilentWithProgress: -q
Installers:
- Architecture: x86
InstallerUrl: http://installer.jdownloader.org/ic/JD2SilentSetup_x86.exe
InstallerSha256: 3E2767491D8CB69FB1D9DEF6904A34B75F977919BB588AF37DBB50C2CF60BC32
- Architecture: x64
InstallerUrl: http://installer.jdownloader.org/ic/JD2SilentSetup_x64.exe
InstallerSha256: D5EC2F7413F5494F829DC126A6076BB9E8765DB4F5B0D64545649DE67017DF9B
ManifestType: installer
ManifestVersion: 1.0.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultlocale.1.0.0.schema.json
PackageIdentifier: AppWork.JDownloader
PackageVersion: "2.0"
PackageLocale: en-US
Publisher: AppWork GmbH
PublisherUrl: https://wemakeyourappwork.com/
PackageName: JDownloader
PackageUrl: https://jdownloader.org/
License: Copyright © 2009-2020 AppWork GmbH
ShortDescription: Download Manager for File Hosters
Description: >
JDownloader is a free, open-source download management tool with a huge community of developers
that makes downloading as easy and fast as it should be. Users can start, stop or pause
downloads, set bandwith limitations, auto-extract archives and much more.
Tags:
- download manager
- file hoster
ManifestType: defaultLocale
ManifestVersion: 1.0.0
6 changes: 6 additions & 0 deletions manifests/a/AppWork/JDownloader/2.0/AppWork.JDownloader.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.0.0.schema.json
PackageIdentifier: AppWork.JDownloader
PackageVersion: "2.0"
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.0.0

0 comments on commit 908cdf6

Please sign in to comment.