-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
314 changed files
with
963 additions
and
10,645 deletions.
There are no files selected for viewing
Binary file not shown.
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 +1 @@ | ||
3724f114f65fdbbdad6a358d6035bbb1 build/ClamAV_240130.qpkg | ||
af181df0128b2d6867545feb3fba8ccc build/ClamAV_240130.qpkg |
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
23fa69c39082152e1085a8516fe2405a build/ClamAV_240202.qpkg |
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,8 +1,9 @@ | ||
#!/usr/bin/env bash | ||
#* Please don't edit this file directly, it was built/modified programmatically with the 'build-qpkgs.sh' script. (source: 'clamav.source') | ||
#* clamav.sh | ||
#* Copyright (C) 2017-2024 OneCD - [email protected] | ||
#* So, blame OneCD if it all goes horribly wrong. ;) | ||
#* Copyright (C) 2017-2024 OneCD. | ||
#* Contact: | ||
#* [email protected] | ||
#* Project: | ||
#* https://git.io/sherpa | ||
#* Forum: | ||
|
@@ -11,7 +12,7 @@ | |
#* GNU bash, version 3.2.57(2)-release (i686-pc-linux-gnu) | ||
#* GNU bash, version 3.2.57(1)-release (aarch64-QNAP-linux-gnu) | ||
#* Copyright (C) 2007 Free Software Foundation, Inc. | ||
#* ... and periodically on: | ||
#* ... and periodically on: | ||
#* GNU bash, version 5.0.17(1)-release (aarch64-openwrt-linux-gnu) | ||
#* Copyright (C) 2019 Free Software Foundation, Inc. | ||
#* License: | ||
|
@@ -20,7 +21,7 @@ | |
#* You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/ | ||
readonly USER_ARGS_RAW=$* | ||
readonly QPKG_NAME=ClamAV | ||
readonly SERVICE_SCRIPT_VERSION='240130' | ||
readonly SERVICE_SCRIPT_VERSION='240202' | ||
readonly SERVICE_SCRIPT_TYPE=4 | ||
InitService() | ||
{ | ||
|
Binary file not shown.
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 +1 @@ | ||
5dbb05b0d13b4ffab9ff0465eb6937be build/Glances_240130.qpkg | ||
9931aef8e4603f5bafdc7e7df0e3a5f6 build/Glances_240130.qpkg |
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
401dccc97e7b002a99ba0f0953772a28 build/Glances_240202.qpkg |
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,8 +1,9 @@ | ||
#!/usr/bin/env bash | ||
#* Please don't edit this file directly, it was built/modified programmatically with the 'build-qpkgs.sh' script. (source: 'glances.source') | ||
#* glances.sh | ||
#* Copyright (C) 2017-2024 OneCD - [email protected] | ||
#* So, blame OneCD if it all goes horribly wrong. ;) | ||
#* Copyright (C) 2017-2024 OneCD. | ||
#* Contact: | ||
#* [email protected] | ||
#* Project: | ||
#* https://git.io/sherpa | ||
#* Forum: | ||
|
@@ -11,7 +12,7 @@ | |
#* GNU bash, version 3.2.57(2)-release (i686-pc-linux-gnu) | ||
#* GNU bash, version 3.2.57(1)-release (aarch64-QNAP-linux-gnu) | ||
#* Copyright (C) 2007 Free Software Foundation, Inc. | ||
#* ... and periodically on: | ||
#* ... and periodically on: | ||
#* GNU bash, version 5.0.17(1)-release (aarch64-openwrt-linux-gnu) | ||
#* Copyright (C) 2019 Free Software Foundation, Inc. | ||
#* License: | ||
|
@@ -20,7 +21,7 @@ | |
#* You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/ | ||
readonly USER_ARGS_RAW=$* | ||
readonly QPKG_NAME=Glances | ||
readonly SERVICE_SCRIPT_VERSION='240130' | ||
readonly SERVICE_SCRIPT_VERSION='240202' | ||
readonly SERVICE_SCRIPT_TYPE=6 | ||
InitService() | ||
{ | ||
|
Binary file not shown.
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 +1 @@ | ||
102795e14f9a0bb00a5d91975c161223 build/Headphones_240130.qpkg | ||
bb360dddcc265cfe59f0de5e21516d41 build/Headphones_240130.qpkg |
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
692619b4705aeb32bb7ed4238ce92f3d build/Headphones_240202.qpkg |
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,8 +1,9 @@ | ||
#!/usr/bin/env bash | ||
#* Please don't edit this file directly, it was built/modified programmatically with the 'build-qpkgs.sh' script. (source: 'headphones.source') | ||
#* headphones.sh | ||
#* Copyright (C) 2017-2024 OneCD - [email protected] | ||
#* So, blame OneCD if it all goes horribly wrong. ;) | ||
#* Copyright (C) 2017-2024 OneCD. | ||
#* Contact: | ||
#* [email protected] | ||
#* Project: | ||
#* https://git.io/sherpa | ||
#* Forum: | ||
|
@@ -11,7 +12,7 @@ | |
#* GNU bash, version 3.2.57(2)-release (i686-pc-linux-gnu) | ||
#* GNU bash, version 3.2.57(1)-release (aarch64-QNAP-linux-gnu) | ||
#* Copyright (C) 2007 Free Software Foundation, Inc. | ||
#* ... and periodically on: | ||
#* ... and periodically on: | ||
#* GNU bash, version 5.0.17(1)-release (aarch64-openwrt-linux-gnu) | ||
#* Copyright (C) 2019 Free Software Foundation, Inc. | ||
#* License: | ||
|
@@ -20,7 +21,7 @@ | |
#* You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/ | ||
readonly USER_ARGS_RAW=$* | ||
readonly QPKG_NAME=Headphones | ||
readonly SERVICE_SCRIPT_VERSION='240130' | ||
readonly SERVICE_SCRIPT_VERSION='240202' | ||
readonly SERVICE_SCRIPT_TYPE=1 | ||
InitService() | ||
{ | ||
|
Binary file not shown.
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 +1 @@ | ||
cff2a6bed5824c8d06cc99bfb7d97b25 build/Kapowarr_240130_arm_64.qpkg | ||
abe6ac33a64c9c50945856ad18728835 build/Kapowarr_240130_arm_64.qpkg |
Binary file not shown.
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 +1 @@ | ||
5117e839f615c95adde5bfb9df0912d4 build/Kapowarr_240130_x86.qpkg | ||
7b81a5be0ac7253652b4a1ffd9f2fce6 build/Kapowarr_240130_x86.qpkg |
Binary file not shown.
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 +1 @@ | ||
51e02ba3fe6f2a3f6209c57a0421d627 build/Kapowarr_240130_x86_64.qpkg | ||
8ebcabc0c9d83b345fa8d1f042d043a4 build/Kapowarr_240130_x86_64.qpkg |
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
d2f0d46676f9615588aebcd7a5e86472 build/Kapowarr_240202_arm_64.qpkg |
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
590212da5d3cc2246dee91b28a95db15 build/Kapowarr_240202_x86.qpkg |
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
7452de2188e75db1157e39a5b331be2a build/Kapowarr_240202_x86_64.qpkg |
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,8 +1,9 @@ | ||
#!/usr/bin/env bash | ||
#* Please don't edit this file directly, it was built/modified programmatically with the 'build-qpkgs.sh' script. (source: 'kapowarr.source') | ||
#* kapowarr.sh | ||
#* Copyright (C) 2017-2024 OneCD - [email protected] | ||
#* So, blame OneCD if it all goes horribly wrong. ;) | ||
#* Copyright (C) 2017-2024 OneCD. | ||
#* Contact: | ||
#* [email protected] | ||
#* Project: | ||
#* https://git.io/sherpa | ||
#* Forum: | ||
|
@@ -11,7 +12,7 @@ | |
#* GNU bash, version 3.2.57(2)-release (i686-pc-linux-gnu) | ||
#* GNU bash, version 3.2.57(1)-release (aarch64-QNAP-linux-gnu) | ||
#* Copyright (C) 2007 Free Software Foundation, Inc. | ||
#* ... and periodically on: | ||
#* ... and periodically on: | ||
#* GNU bash, version 5.0.17(1)-release (aarch64-openwrt-linux-gnu) | ||
#* Copyright (C) 2019 Free Software Foundation, Inc. | ||
#* License: | ||
|
@@ -20,7 +21,7 @@ | |
#* You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/ | ||
readonly USER_ARGS_RAW=$* | ||
readonly QPKG_NAME=Kapowarr | ||
readonly SERVICE_SCRIPT_VERSION='240130' | ||
readonly SERVICE_SCRIPT_VERSION='240202' | ||
readonly SERVICE_SCRIPT_TYPE=1 | ||
InitService() | ||
{ | ||
|
Binary file modified
BIN
-79 Bytes
(100%)
QPKGs/LazyLibrarian/build/LazyLibrarian_240130_arm_64.qpkg
Binary file not shown.
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 +1 @@ | ||
826d5118705b5345ebef8be9036eb04c build/LazyLibrarian_240130_arm_64.qpkg | ||
301a60ee632d3687a4d2c6fc1449ea44 build/LazyLibrarian_240130_arm_64.qpkg |
Binary file not shown.
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 +1 @@ | ||
9e821831bdc51f93efc2ce10caf10b42 build/LazyLibrarian_240130_x86.qpkg | ||
685f4bfc2ebe6913896b931ce8f0bd4f build/LazyLibrarian_240130_x86.qpkg |
Binary file modified
BIN
-80 Bytes
(100%)
QPKGs/LazyLibrarian/build/LazyLibrarian_240130_x86_64.qpkg
Binary file not shown.
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 +1 @@ | ||
aa7d8832db483955e06d25fd05bda30f build/LazyLibrarian_240130_x86_64.qpkg | ||
074f4ce7aa38ea8ed418139b28bdf076 build/LazyLibrarian_240130_x86_64.qpkg |
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
eb065e8b7d69175352a573569f0f4e59 build/LazyLibrarian_240202_arm_64.qpkg |
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
e4983c70e0a8546baf0def6046828820 build/LazyLibrarian_240202_x86.qpkg |
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
2bf8c5ac6c0c7e4685ca35d27d3414e9 build/LazyLibrarian_240202_x86_64.qpkg |
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,8 +1,9 @@ | ||
#!/usr/bin/env bash | ||
#* Please don't edit this file directly, it was built/modified programmatically with the 'build-qpkgs.sh' script. (source: 'lazylibrarian.source') | ||
#* lazylibrarian.sh | ||
#* Copyright (C) 2017-2024 OneCD - [email protected] | ||
#* So, blame OneCD if it all goes horribly wrong. ;) | ||
#* Copyright (C) 2017-2024 OneCD. | ||
#* Contact: | ||
#* [email protected] | ||
#* Project: | ||
#* https://git.io/sherpa | ||
#* Forum: | ||
|
@@ -11,7 +12,7 @@ | |
#* GNU bash, version 3.2.57(2)-release (i686-pc-linux-gnu) | ||
#* GNU bash, version 3.2.57(1)-release (aarch64-QNAP-linux-gnu) | ||
#* Copyright (C) 2007 Free Software Foundation, Inc. | ||
#* ... and periodically on: | ||
#* ... and periodically on: | ||
#* GNU bash, version 5.0.17(1)-release (aarch64-openwrt-linux-gnu) | ||
#* Copyright (C) 2019 Free Software Foundation, Inc. | ||
#* License: | ||
|
@@ -20,7 +21,7 @@ | |
#* You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/ | ||
readonly USER_ARGS_RAW=$* | ||
readonly QPKG_NAME=LazyLibrarian | ||
readonly SERVICE_SCRIPT_VERSION='240130' | ||
readonly SERVICE_SCRIPT_VERSION='240202' | ||
readonly SERVICE_SCRIPT_TYPE=1 | ||
InitService() | ||
{ | ||
|
Binary file not shown.
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 +1 @@ | ||
1c875e7c8524f4a9e80a9c46ee1a7f70 build/Mylar3_240130_arm_64.qpkg | ||
28edefab6b9ea4c6a7252dd146aa757b build/Mylar3_240130_arm_64.qpkg |
Binary file not shown.
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 +1 @@ | ||
34050f6eece5d6ba35d5e2bbf4c69f65 build/Mylar3_240130_x86.qpkg | ||
d5d893b355d1d6ac5bb08dba94890df2 build/Mylar3_240130_x86.qpkg |
Binary file not shown.
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 +1 @@ | ||
03f942e0a6297b4e21e3b7ceae464b82 build/Mylar3_240130_x86_64.qpkg | ||
aac20913df059615a4a327eec9d1a2f3 build/Mylar3_240130_x86_64.qpkg |
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
5ca2544d81fc306ae113398bcf424559 build/Mylar3_240202_arm_64.qpkg |
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
8580692be71eec06be49460fc2bc446e build/Mylar3_240202_x86.qpkg |
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
6ae5072165f3ac3ca154385701c9d7c6 build/Mylar3_240202_x86_64.qpkg |
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,8 +1,9 @@ | ||
#!/usr/bin/env bash | ||
#* Please don't edit this file directly, it was built/modified programmatically with the 'build-qpkgs.sh' script. (source: 'mylar3.source') | ||
#* mylar3.sh | ||
#* Copyright (C) 2017-2024 OneCD - [email protected] | ||
#* So, blame OneCD if it all goes horribly wrong. ;) | ||
#* Copyright (C) 2017-2024 OneCD. | ||
#* Contact: | ||
#* [email protected] | ||
#* Project: | ||
#* https://git.io/sherpa | ||
#* Forum: | ||
|
@@ -11,7 +12,7 @@ | |
#* GNU bash, version 3.2.57(2)-release (i686-pc-linux-gnu) | ||
#* GNU bash, version 3.2.57(1)-release (aarch64-QNAP-linux-gnu) | ||
#* Copyright (C) 2007 Free Software Foundation, Inc. | ||
#* ... and periodically on: | ||
#* ... and periodically on: | ||
#* GNU bash, version 5.0.17(1)-release (aarch64-openwrt-linux-gnu) | ||
#* Copyright (C) 2019 Free Software Foundation, Inc. | ||
#* License: | ||
|
@@ -20,7 +21,7 @@ | |
#* You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/ | ||
readonly USER_ARGS_RAW=$* | ||
readonly QPKG_NAME=Mylar3 | ||
readonly SERVICE_SCRIPT_VERSION='240130' | ||
readonly SERVICE_SCRIPT_VERSION='240202' | ||
readonly SERVICE_SCRIPT_TYPE=1 | ||
InitService() | ||
{ | ||
|
Binary file not shown.
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 +1 @@ | ||
510a851ac7980d19d216bddedd3eca8f build/NZBGet_240130.qpkg | ||
3788919a6515d0a78e9f5346f8e51fbf build/NZBGet_240130.qpkg |
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
24f9881b602b25a4ad973e787d385b62 build/NZBGet_240202.qpkg |
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,8 +1,9 @@ | ||
#!/usr/bin/env bash | ||
#* Please don't edit this file directly, it was built/modified programmatically with the 'build-qpkgs.sh' script. (source: 'nzbget.source') | ||
#* nzbget.sh | ||
#* Copyright (C) 2017-2024 OneCD - [email protected] | ||
#* So, blame OneCD if it all goes horribly wrong. ;) | ||
#* Copyright (C) 2017-2024 OneCD. | ||
#* Contact: | ||
#* [email protected] | ||
#* Project: | ||
#* https://git.io/sherpa | ||
#* Forum: | ||
|
@@ -11,7 +12,7 @@ | |
#* GNU bash, version 3.2.57(2)-release (i686-pc-linux-gnu) | ||
#* GNU bash, version 3.2.57(1)-release (aarch64-QNAP-linux-gnu) | ||
#* Copyright (C) 2007 Free Software Foundation, Inc. | ||
#* ... and periodically on: | ||
#* ... and periodically on: | ||
#* GNU bash, version 5.0.17(1)-release (aarch64-openwrt-linux-gnu) | ||
#* Copyright (C) 2019 Free Software Foundation, Inc. | ||
#* License: | ||
|
@@ -20,7 +21,7 @@ | |
#* You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/ | ||
readonly USER_ARGS_RAW=$* | ||
readonly QPKG_NAME=NZBGet | ||
readonly SERVICE_SCRIPT_VERSION='240130' | ||
readonly SERVICE_SCRIPT_VERSION='240202' | ||
readonly SERVICE_SCRIPT_TYPE=3 | ||
InitService() | ||
{ | ||
|
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,8 +1,9 @@ | ||
#!/usr/bin/env bash | ||
#* Please don't edit this file directly, it was built/modified programmatically with the 'build-qpkgs.sh' script. (source: 'nzbhydra2.source') | ||
#* nzbhydra2.sh | ||
#* Copyright (C) 2017-2024 OneCD - [email protected] | ||
#* So, blame OneCD if it all goes horribly wrong. ;) | ||
#* Copyright (C) 2017-2024 OneCD. | ||
#* Contact: | ||
#* [email protected] | ||
#* Project: | ||
#* https://git.io/sherpa | ||
#* Forum: | ||
|
@@ -11,7 +12,7 @@ | |
#* GNU bash, version 3.2.57(2)-release (i686-pc-linux-gnu) | ||
#* GNU bash, version 3.2.57(1)-release (aarch64-QNAP-linux-gnu) | ||
#* Copyright (C) 2007 Free Software Foundation, Inc. | ||
#* ... and periodically on: | ||
#* ... and periodically on: | ||
#* GNU bash, version 5.0.17(1)-release (aarch64-openwrt-linux-gnu) | ||
#* Copyright (C) 2019 Free Software Foundation, Inc. | ||
#* License: | ||
|
@@ -20,7 +21,7 @@ | |
#* You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/ | ||
readonly USER_ARGS_RAW=$* | ||
readonly QPKG_NAME=NZBHydra2 | ||
readonly SERVICE_SCRIPT_VERSION='240130' | ||
readonly SERVICE_SCRIPT_VERSION='240202' | ||
readonly SERVICE_SCRIPT_TYPE=5 | ||
InitService() | ||
{ | ||
|
Binary file not shown.
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 +1 @@ | ||
b0b3af9bbe98937669962f49cc8ac661 build/NZBHydra2_240130_arm_64.qpkg | ||
a65102308e5d82ba59b2f15a59662d20 build/NZBHydra2_240130_arm_64.qpkg |
Binary file not shown.
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 +1 @@ | ||
146586f60efba247277bf16d2fa1f219 build/NZBHydra2_240130_x86_64.qpkg | ||
a61925cadc698836523616a24fcf8698 build/NZBHydra2_240130_x86_64.qpkg |
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
d6b3652decf7b18db0272bfb60afeb68 build/NZBHydra2_240202_arm_64.qpkg |
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
4ad0a35fed3dc697bf0eeef240426144 build/NZBHydra2_240202_x86_64.qpkg |
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
Oops, something went wrong.