Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 581c596

Browse files
authoredFeb 25, 2024··
New version: Jackett.Jackett version 0.21.1832 (microsoft#140825)
1 parent 3d3c362 commit 581c596

File tree

3 files changed

+70
-0
lines changed

3 files changed

+70
-0
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Created with WinGet Releaser v2 using Komac v1.11.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json
3+
4+
PackageIdentifier: Jackett.Jackett
5+
PackageVersion: 0.21.1832
6+
InstallerLocale: en-US
7+
InstallerType: inno
8+
Scope: machine
9+
InstallModes:
10+
- interactive
11+
- silent
12+
- silentWithProgress
13+
UpgradeBehavior: install
14+
ReleaseDate: 2024-02-24
15+
Installers:
16+
- Architecture: x86
17+
InstallerUrl: https://github.com/Jackett/Jackett/releases/download/v0.21.1832/Jackett.Installer.Windows.exe
18+
InstallerSha256: 7A7A242E03C75D34D8FA95B888093112B7B8E30206ED0AF6875DC140D1585FB8
19+
ManifestType: installer
20+
ManifestVersion: 1.5.0
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Created with WinGet Releaser v2 using Komac v1.11.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json
3+
4+
PackageIdentifier: Jackett.Jackett
5+
PackageVersion: 0.21.1832
6+
PackageLocale: en-US
7+
Publisher: Jackett
8+
PublisherUrl: https://github.com/Jackett/Jackett
9+
PublisherSupportUrl: https://github.com/Jackett/Jackett/issues
10+
Author: Jackett Contributors
11+
PackageName: Jackett
12+
PackageUrl: https://github.com/Jackett/Jackett
13+
License: GPL-2.0
14+
LicenseUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE
15+
Copyright: Copyright (C) 1989, 1991 Free Software Foundation, Inc.
16+
CopyrightUrl: https://github.com/Jackett/Jackett/blob/master/LICENSE
17+
ShortDescription: API Support for your favorite torrent trackers.
18+
Description: |-
19+
Jackett works as a proxy server, it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software.
20+
This allows for getting recent uploads (like RSS) and performing searches.
21+
Jackett is a single repository of maintained indexer scraping and translation logic - removing the burden from other apps.
22+
Moniker: jackett
23+
Tags:
24+
- indexer
25+
- p2p
26+
- proxy
27+
- rss
28+
- sonarr
29+
- torent-management
30+
- torrent
31+
- torrent-search-engine
32+
- trackers
33+
ReleaseNotes: |-
34+
Changes:
35+
- [enhancement] [webui] Add status update to document.title during and after search in webui (#15078)
36+
- torrentby: bump delay to 5s
37+
- mazepa: add new cat
38+
- torrentby: add delay. update keywordless path.
39+
- masters-tb: switch to cookie method. resolves #15075
40+
ReleaseNotesUrl: https://github.com/Jackett/Jackett/releases/tag/v0.21.1832
41+
ManifestType: defaultLocale
42+
ManifestVersion: 1.5.0
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with WinGet Releaser v2 using Komac v1.11.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json
3+
4+
PackageIdentifier: Jackett.Jackett
5+
PackageVersion: 0.21.1832
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.5.0

0 commit comments

Comments
 (0)
Please sign in to comment.