-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jackett: fix package creation for ARMv7 (#5720)
- create one package for all ARMv7 archs depending on mono for DSM7 - create unique (version dependent) file names for digests validation
- Loading branch information
Showing
5 changed files
with
33 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Jackett.Binaries.Mono.tar.gz SHA1 8ebdf28028b9e691c4ad3842ab961e02dec11ef3 | ||
Jackett.Binaries.Mono.tar.gz SHA256 8fe5dab5433581a50749d10783148f0055bf0eb99a0fe9de562db4b270de234b | ||
Jackett.Binaries.Mono.tar.gz MD5 78f00e140e67375545150bcf4e526213 | ||
Jackett-0.20.3990.Binaries.Mono.tar.gz SHA1 8ebdf28028b9e691c4ad3842ab961e02dec11ef3 | ||
Jackett-0.20.3990.Binaries.Mono.tar.gz SHA256 8fe5dab5433581a50749d10783148f0055bf0eb99a0fe9de562db4b270de234b | ||
Jackett-0.20.3990.Binaries.Mono.tar.gz MD5 78f00e140e67375545150bcf4e526213 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
Jackett.Binaries.LinuxAMDx64.tar.gz SHA1 3a4b5776ad7a5d6612aa1f98c355c727c6d6cf88 | ||
Jackett.Binaries.LinuxAMDx64.tar.gz SHA256 c31310eb688fc7dd3972f107deb5c489ee58aee9d02cd9a3b8cea709adb5e3bd | ||
Jackett.Binaries.LinuxAMDx64.tar.gz MD5 8939a8dbed9534488306a2faeeff1441 | ||
Jackett.Binaries.LinuxARM32.tar.gz SHA1 3de2f1f58cebe54de2e6dbbf7b128faaee1765fe | ||
Jackett.Binaries.LinuxARM32.tar.gz SHA256 68dda39dc4fdb1b941f949c62011db3c7e54c86299a412fc1b7de062b9140c4d | ||
Jackett.Binaries.LinuxARM32.tar.gz MD5 6e1ecb33ec4e68726a93a687ed015ee9 | ||
Jackett.Binaries.LinuxARM64.tar.gz SHA1 6d6189a53a5fef5ef499c0f0433e4db72fbda93f | ||
Jackett.Binaries.LinuxARM64.tar.gz SHA256 ab6760cf8d6189dd01e263a5821e3a798b45a85a0eafedfd978279c51c93c992 | ||
Jackett.Binaries.LinuxARM64.tar.gz MD5 1974dfd733ec53f724e3a45858866496 | ||
Jackett-0.20.3990.Binaries.LinuxAMDx64.tar.gz SHA1 3a4b5776ad7a5d6612aa1f98c355c727c6d6cf88 | ||
Jackett-0.20.3990.Binaries.LinuxAMDx64.tar.gz SHA256 c31310eb688fc7dd3972f107deb5c489ee58aee9d02cd9a3b8cea709adb5e3bd | ||
Jackett-0.20.3990.Binaries.LinuxAMDx64.tar.gz MD5 8939a8dbed9534488306a2faeeff1441 | ||
Jackett-0.20.3990.Binaries.LinuxARM32.tar.gz SHA1 3de2f1f58cebe54de2e6dbbf7b128faaee1765fe | ||
Jackett-0.20.3990.Binaries.LinuxARM32.tar.gz SHA256 68dda39dc4fdb1b941f949c62011db3c7e54c86299a412fc1b7de062b9140c4d | ||
Jackett-0.20.3990.Binaries.LinuxARM32.tar.gz MD5 6e1ecb33ec4e68726a93a687ed015ee9 | ||
Jackett-0.20.3990.Binaries.LinuxARM64.tar.gz SHA1 6d6189a53a5fef5ef499c0f0433e4db72fbda93f | ||
Jackett-0.20.3990.Binaries.LinuxARM64.tar.gz SHA256 ab6760cf8d6189dd01e263a5821e3a798b45a85a0eafedfd978279c51c93c992 | ||
Jackett-0.20.3990.Binaries.LinuxARM64.tar.gz MD5 1974dfd733ec53f724e3a45858866496 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters