commit 3446aa4db19be9648bd59ed61059519e97822787 Author: 耗子 Date: Sun Nov 10 02:06:42 2024 +0800 feat: first commit diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1d90a1e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +* filter=lfs diff=lfs merge=lfs -text +.gitattributes !filter !diff !merge +.gitlab-ci.yml !filter !diff !merge +README.md !filter !diff !merge diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..5801fc7 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,23 @@ +checksums: + image: alpine:latest + before_script: + - sed -i 's/dl-cdn.alpinelinux.org/mirrors.tuna.tsinghua.edu.cn/g' /etc/apk/repositories + - apk add --no-cache git git-lfs + - git config --global user.name "CI" + - git config --global user.email "ci@haozi.net" + - git remote set-url origin "https://gitlab-ci-token:${GITLAB_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}.git" + - git config lfs.https://gitlab-ci-token:${GITLAB_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}.git/info/lfs.locksverify true + - git checkout -f $CI_COMMIT_REF_NAME + script: | + set -e + IFS=$'\n' + git fetch origin + git reset --hard origin/$CI_COMMIT_REF_NAME + for file in $(git ls-files | grep "^panel/" | grep -v ".sha256$" | grep -v ".txt$"); do + filename=$(basename "$file"); + sha256sum -b "$file" | sed "s|$file|$filename|" > "${file}.sha256"; + done + git add -A + git commit -m "chore: update checksum files" || true + git push origin $CI_COMMIT_REF_NAME + unset IFS diff --git a/README.md b/README.md new file mode 100644 index 0000000..241eccc --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# 公共下载资源 + +这是我们的公共下载资源库,会定时同步到各下载节点。 diff --git a/panel/auto_mount.sh b/panel/auto_mount.sh new file mode 100644 index 0000000..57343f9 --- /dev/null +++ b/panel/auto_mount.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:426fd0ccde99da3472d19360def30e867208ed4d448dca2e7dc37e63f6ba7bfb +size 6912 diff --git a/panel/auto_mount.sh.sha256 b/panel/auto_mount.sh.sha256 new file mode 100644 index 0000000..675a556 --- /dev/null +++ b/panel/auto_mount.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3ca9cfe53b8945a9cd0f6d4557ebceee6817f1d93c7fef04f7c968332b9d5d9 +size 80 diff --git a/panel/auto_update.sh b/panel/auto_update.sh new file mode 100644 index 0000000..20ab8cb --- /dev/null +++ b/panel/auto_update.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa77611eda1945db2c7238b0e1bc1845d0f969336982b8327f08d16d5cf301f5 +size 2022 diff --git a/panel/auto_update.sh.sha256 b/panel/auto_update.sh.sha256 new file mode 100644 index 0000000..7b36cea --- /dev/null +++ b/panel/auto_update.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59ace5f3a404e9b8590e2034fb9e059ed6234bc70b9bc7efb2bc01ec59b67146 +size 81 diff --git a/panel/benchmark/install.sh b/panel/benchmark/install.sh new file mode 100644 index 0000000..e8a6c41 --- /dev/null +++ b/panel/benchmark/install.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f9eead7b0b23ebe47eb19b8a64c41e0a48c167058dbadd8ed52c1adb8febe12 +size 1150 diff --git a/panel/benchmark/install.sh.sha256 b/panel/benchmark/install.sh.sha256 new file mode 100644 index 0000000..8a8866a --- /dev/null +++ b/panel/benchmark/install.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd08cce31780262a09ebf554cc263578ec61f8d1b238a07008bcf516eea998ba +size 77 diff --git a/panel/benchmark/uninstall.sh b/panel/benchmark/uninstall.sh new file mode 100644 index 0000000..8b68eb7 --- /dev/null +++ b/panel/benchmark/uninstall.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f7e4164713677fbbb0db16c259a5008091936bc86d42a7fee6e300dcb383d71 +size 1102 diff --git a/panel/benchmark/uninstall.sh.sha256 b/panel/benchmark/uninstall.sh.sha256 new file mode 100644 index 0000000..3711ede --- /dev/null +++ b/panel/benchmark/uninstall.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10908ea2e5d6ae4a52d6353dfacc607e8400d077438450f3a8fcbbd442164d2c +size 79 diff --git a/panel/docker/install.sh b/panel/docker/install.sh new file mode 100644 index 0000000..da02564 --- /dev/null +++ b/panel/docker/install.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbb2f2e861c38e95c125baf56ebf50d452c6dce973fed9eda040569203074265 +size 2266 diff --git a/panel/docker/install.sh.sha256 b/panel/docker/install.sh.sha256 new file mode 100644 index 0000000..1d7c916 --- /dev/null +++ b/panel/docker/install.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84169632c89fba9952736b6e902d34e82716849fe82785f3f910ab2ed239cef9 +size 77 diff --git a/panel/docker/uninstall.sh b/panel/docker/uninstall.sh new file mode 100644 index 0000000..718aa34 --- /dev/null +++ b/panel/docker/uninstall.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fad233da93d04ced6b240847feb77480135ee0a1ed18e45b6f963d6e2dc1ae4 +size 1484 diff --git a/panel/docker/uninstall.sh.sha256 b/panel/docker/uninstall.sh.sha256 new file mode 100644 index 0000000..add9569 --- /dev/null +++ b/panel/docker/uninstall.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28767be42f0a4480442fe2a5ca64837e184337fc5ce7e6646c9ca2152a180f24 +size 79 diff --git a/panel/docker/update.sh b/panel/docker/update.sh new file mode 100644 index 0000000..de9bd3d --- /dev/null +++ b/panel/docker/update.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fd77e3c9394b0f1eb25c87a778a23877313a91abd0dd39a757dde209e2b180a +size 1606 diff --git a/panel/docker/update.sh.sha256 b/panel/docker/update.sh.sha256 new file mode 100644 index 0000000..6928c40 --- /dev/null +++ b/panel/docker/update.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62ddb7600b86b5afad2ea7e8e364e0786c04cdfec29bb99ff783bc045ef94cb3 +size 76 diff --git a/panel/fail2ban/install.sh b/panel/fail2ban/install.sh new file mode 100644 index 0000000..e6f944c --- /dev/null +++ b/panel/fail2ban/install.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9423f745b8ab5c46a5db24397b70569c9fe2fbda720e8a619ad349e41a1749e2 +size 2399 diff --git a/panel/fail2ban/install.sh.sha256 b/panel/fail2ban/install.sh.sha256 new file mode 100644 index 0000000..26e29a8 --- /dev/null +++ b/panel/fail2ban/install.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b00e00aa645d0864f9c6373157f7d6b9bf31ea8cc3b86e3884e91967b4374e0f +size 77 diff --git a/panel/fail2ban/uninstall.sh b/panel/fail2ban/uninstall.sh new file mode 100644 index 0000000..8b29fb1 --- /dev/null +++ b/panel/fail2ban/uninstall.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e9855789c32bc23eec87fc2c57b6b711391628a0f2a05533f5bf699ac982889 +size 1414 diff --git a/panel/fail2ban/uninstall.sh.sha256 b/panel/fail2ban/uninstall.sh.sha256 new file mode 100644 index 0000000..860e700 --- /dev/null +++ b/panel/fail2ban/uninstall.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b34dd55362d11145593d58df4c11dd7f258f4d3218fd0be74922035696d6635 +size 79 diff --git a/panel/fail2ban/update.sh b/panel/fail2ban/update.sh new file mode 100644 index 0000000..84f34fa --- /dev/null +++ b/panel/fail2ban/update.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b9bfce038815e069aa7b3525cce9e6910a6565df5db4f8fa9e944c0432e21a8 +size 1447 diff --git a/panel/fail2ban/update.sh.sha256 b/panel/fail2ban/update.sh.sha256 new file mode 100644 index 0000000..0066eb5 --- /dev/null +++ b/panel/fail2ban/update.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8586eab32284e1cb94bbe0000bd1e4ac8079852923a9fd8ff9a211e4513b185d +size 76 diff --git a/panel/frp/frp_0.58.0_linux_amd64.7z b/panel/frp/frp_0.58.0_linux_amd64.7z new file mode 100644 index 0000000..fa74500 --- /dev/null +++ b/panel/frp/frp_0.58.0_linux_amd64.7z @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de7e5acdd40b9961141767d4268d05cf3b44cab74b7751ac4648ea5f3c932362 +size 6391989 diff --git a/panel/frp/frp_0.58.0_linux_amd64.7z.sha256 b/panel/frp/frp_0.58.0_linux_amd64.7z.sha256 new file mode 100644 index 0000000..10778d0 --- /dev/null +++ b/panel/frp/frp_0.58.0_linux_amd64.7z.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cb853edf06be88f23412459f9f25358d0b1d0867851f5e5d549d4c822a15c63 +size 92 diff --git a/panel/frp/frp_0.58.0_linux_arm64.7z b/panel/frp/frp_0.58.0_linux_arm64.7z new file mode 100644 index 0000000..671775d --- /dev/null +++ b/panel/frp/frp_0.58.0_linux_arm64.7z @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4a6d1d0ed32bc48aab01843ba4be159afd4e06fbf899905c46ea94e5b3d6bce +size 5589222 diff --git a/panel/frp/frp_0.58.0_linux_arm64.7z.sha256 b/panel/frp/frp_0.58.0_linux_arm64.7z.sha256 new file mode 100644 index 0000000..ca6d9e3 --- /dev/null +++ b/panel/frp/frp_0.58.0_linux_arm64.7z.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b837460976e124e94294b7939298b4409dff7bf57a949e759f035c56817cc4d7 +size 92 diff --git a/panel/frp/install.sh b/panel/frp/install.sh new file mode 100644 index 0000000..8e80b84 --- /dev/null +++ b/panel/frp/install.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dab0c42008791cd1bbebb6c7c652774c1f879c91d6ba04889d6af4abd8cb518 +size 2823 diff --git a/panel/frp/install.sh.sha256 b/panel/frp/install.sh.sha256 new file mode 100644 index 0000000..5e99c34 --- /dev/null +++ b/panel/frp/install.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0c0b9f4c026aa6072c6475bc6267b9d3dd1bc99b49e3eb934ddffd467ab1a5a +size 77 diff --git a/panel/frp/uninstall.sh b/panel/frp/uninstall.sh new file mode 100644 index 0000000..9072624 --- /dev/null +++ b/panel/frp/uninstall.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:407b209ff3ab6133dd114151a0d5a01a2401600d184f46064e68073ffbf1a4c5 +size 1390 diff --git a/panel/frp/uninstall.sh.sha256 b/panel/frp/uninstall.sh.sha256 new file mode 100644 index 0000000..eea8272 --- /dev/null +++ b/panel/frp/uninstall.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9c0a57e71ee5bca824f364b26af98df7e2ee7d4d68ac88373c2bd8cab81036d +size 79 diff --git a/panel/frp/update.sh b/panel/frp/update.sh new file mode 100644 index 0000000..83e35c3 --- /dev/null +++ b/panel/frp/update.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddf55c2c00af58852011bfc4aeedb223cb7425f47cdd765aa08ab07963f3ccf2 +size 2539 diff --git a/panel/frp/update.sh.sha256 b/panel/frp/update.sh.sha256 new file mode 100644 index 0000000..70dd9e8 --- /dev/null +++ b/panel/frp/update.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1841e6623f9574ae6149ee1aebc05cf2c339b2912117c939804518169ccc141a +size 76 diff --git a/panel/gitea/gitea-1.22.0-linux-amd64.7z b/panel/gitea/gitea-1.22.0-linux-amd64.7z new file mode 100644 index 0000000..9ecf41f --- /dev/null +++ b/panel/gitea/gitea-1.22.0-linux-amd64.7z @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9273dafed11e4987f5bb56353ac1166ad36ddb45fe31bdc2f7768cc5d49a7b6 +size 58881400 diff --git a/panel/gitea/gitea-1.22.0-linux-amd64.7z.sha256 b/panel/gitea/gitea-1.22.0-linux-amd64.7z.sha256 new file mode 100644 index 0000000..bc08fcd --- /dev/null +++ b/panel/gitea/gitea-1.22.0-linux-amd64.7z.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cbb868e99f11dc26d8524ac0947f4dc7100bbcbd3b5446321673b9e804d01dc +size 94 diff --git a/panel/gitea/gitea-1.22.0-linux-arm64.7z b/panel/gitea/gitea-1.22.0-linux-arm64.7z new file mode 100644 index 0000000..9f5ee50 --- /dev/null +++ b/panel/gitea/gitea-1.22.0-linux-arm64.7z @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63b2c49d96f970c7bd1b55109d55b6f1afc50921d624a0b3fa77552ca0edebfb +size 54358586 diff --git a/panel/gitea/gitea-1.22.0-linux-arm64.7z.sha256 b/panel/gitea/gitea-1.22.0-linux-arm64.7z.sha256 new file mode 100644 index 0000000..cd9e60f --- /dev/null +++ b/panel/gitea/gitea-1.22.0-linux-arm64.7z.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10f5710700092fd5b061f94a9e8de115b2e1ff0ff344ba59265dff246f79723f +size 94 diff --git a/panel/gitea/install.sh b/panel/gitea/install.sh new file mode 100644 index 0000000..701867f --- /dev/null +++ b/panel/gitea/install.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4822e66df4f4c74e1523193aace28e2c5d2a9d9204e5c2e0fc8aec634c94e088 +size 3690 diff --git a/panel/gitea/install.sh.sha256 b/panel/gitea/install.sh.sha256 new file mode 100644 index 0000000..1374d92 --- /dev/null +++ b/panel/gitea/install.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f99e530709b9de30153eb24ec7c6a38bac7fcfb9279eae5ec9df0c0e8b4c1a0 +size 77 diff --git a/panel/gitea/uninstall.sh b/panel/gitea/uninstall.sh new file mode 100644 index 0000000..7709639 --- /dev/null +++ b/panel/gitea/uninstall.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:888c5312abbcd5875dc2ff09ec8f6d2bcb22a74b862f85754dd3bcae2d886ed6 +size 1381 diff --git a/panel/gitea/uninstall.sh.sha256 b/panel/gitea/uninstall.sh.sha256 new file mode 100644 index 0000000..dfc7aad --- /dev/null +++ b/panel/gitea/uninstall.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66d14f3b6c485cb40650b87b1e0c48931032f565685ed0431e07c2cfd0ec2780 +size 79 diff --git a/panel/gitea/update.sh b/panel/gitea/update.sh new file mode 100644 index 0000000..600cb1b --- /dev/null +++ b/panel/gitea/update.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4f54da01cc8170a943b603b12bccfd6c058b382789923b5a73ea8b928dc02bb +size 2166 diff --git a/panel/gitea/update.sh.sha256 b/panel/gitea/update.sh.sha256 new file mode 100644 index 0000000..98499a1 --- /dev/null +++ b/panel/gitea/update.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ac413a7d0f0a3c64fc9f579ef2986f3a7eee942ee013ba4659e378ae71be56a +size 76 diff --git a/panel/install.sh b/panel/install.sh new file mode 100644 index 0000000..6b750c7 --- /dev/null +++ b/panel/install.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42c003b45e092f556640cee17608d2308869603894c985b68a9c2607b4d9e22d +size 16467 diff --git a/panel/install.sh.sha256 b/panel/install.sh.sha256 new file mode 100644 index 0000000..2025b9c --- /dev/null +++ b/panel/install.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b79015f5a7a7c09cd8f29ce48df2ed7461273d85710bc607b736732481ee4479 +size 77 diff --git a/panel/memcached/install.sh b/panel/memcached/install.sh new file mode 100644 index 0000000..5a2980c --- /dev/null +++ b/panel/memcached/install.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22ef7b9474bed4aac20fc7cff707bb1d3610b9bd26262b686d3939d548f3598a +size 5963 diff --git a/panel/memcached/install.sh.sha256 b/panel/memcached/install.sh.sha256 new file mode 100644 index 0000000..c0dbc78 --- /dev/null +++ b/panel/memcached/install.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:089281e9cebbe15898880ed00b3feb16df0999fe708dd83db5d4447250a7599d +size 77 diff --git a/panel/memcached/memcached-1.6.32.tar.gz b/panel/memcached/memcached-1.6.32.tar.gz new file mode 100644 index 0000000..31ff872 --- /dev/null +++ b/panel/memcached/memcached-1.6.32.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ab234219865191e8d1ba57a2f9167d8b573248fa4ff00b4d8296be13d24a82c +size 1218263 diff --git a/panel/memcached/memcached-1.6.32.tar.gz.sha256 b/panel/memcached/memcached-1.6.32.tar.gz.sha256 new file mode 100644 index 0000000..da3c4c0 --- /dev/null +++ b/panel/memcached/memcached-1.6.32.tar.gz.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e6f8355885cb07353a3f51b46c4a5e8b12597597b4203f8f4c49226661929cd +size 90 diff --git a/panel/memcached/uninstall.sh b/panel/memcached/uninstall.sh new file mode 100644 index 0000000..554f820 --- /dev/null +++ b/panel/memcached/uninstall.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41c349a2704c063968e800ff86dbdd917e224d8363e865c8b13cde331894c690 +size 1308 diff --git a/panel/memcached/uninstall.sh.sha256 b/panel/memcached/uninstall.sh.sha256 new file mode 100644 index 0000000..7db70b8 --- /dev/null +++ b/panel/memcached/uninstall.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aa0125de09ff248f49fd25f41755c0b4b42bf0a4d49f2651ba99a6c51a520ae +size 79 diff --git a/panel/memcached/update.sh b/panel/memcached/update.sh new file mode 100644 index 0000000..f2e51ef --- /dev/null +++ b/panel/memcached/update.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab2b884909fbb7840895e4c32889e9cf3c3b7189cf3184524a4d7baf63df7bf1 +size 2624 diff --git a/panel/memcached/update.sh.sha256 b/panel/memcached/update.sh.sha256 new file mode 100644 index 0000000..eb1aa3d --- /dev/null +++ b/panel/memcached/update.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:726257777506abd9b6479b7cb375c86594815096f126922f26fbaccac6f17d5b +size 76 diff --git a/panel/mysql/install.sh b/panel/mysql/install.sh new file mode 100644 index 0000000..0245aa2 --- /dev/null +++ b/panel/mysql/install.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94ef7fb10cb93a5f4a426f73cca82aaec2b82941ee495ce083fd856840936369 +size 14210 diff --git a/panel/mysql/install.sh.sha256 b/panel/mysql/install.sh.sha256 new file mode 100644 index 0000000..9febc7b --- /dev/null +++ b/panel/mysql/install.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1bae6bddc78e3e5bee01705404c8438bc3846faa93b20f7e254df9372197dce +size 77 diff --git a/panel/mysql/percona-server-5.7.44-51.7z b/panel/mysql/percona-server-5.7.44-51.7z new file mode 100644 index 0000000..fbc0283 --- /dev/null +++ b/panel/mysql/percona-server-5.7.44-51.7z @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77feb95fb9e5eb377ab9a111dc8eb96854aeebb81bbe5657436301383855c540 +size 37382667 diff --git a/panel/mysql/percona-server-5.7.44-51.7z.sha256 b/panel/mysql/percona-server-5.7.44-51.7z.sha256 new file mode 100644 index 0000000..ad35801 --- /dev/null +++ b/panel/mysql/percona-server-5.7.44-51.7z.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8ccc5e93e30b12dbce964b8c65a69281715fc1937adc3b835f6d97c782e81f8 +size 94 diff --git a/panel/mysql/percona-server-8.0.39-30.7z b/panel/mysql/percona-server-8.0.39-30.7z new file mode 100644 index 0000000..4bbf7f6 --- /dev/null +++ b/panel/mysql/percona-server-8.0.39-30.7z @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fe44c632c569d1c3220424297a925648363ea21bb99687407765347748bfa2f +size 59089365 diff --git a/panel/mysql/percona-server-8.0.39-30.7z.sha256 b/panel/mysql/percona-server-8.0.39-30.7z.sha256 new file mode 100644 index 0000000..00c1676 --- /dev/null +++ b/panel/mysql/percona-server-8.0.39-30.7z.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c42fd0abdb238706b9b0188182b39b1ceebb38a63cbce0d0442473f217eab7af +size 94 diff --git a/panel/mysql/percona-server-8.4.0-1.7z b/panel/mysql/percona-server-8.4.0-1.7z new file mode 100644 index 0000000..d21ac3d --- /dev/null +++ b/panel/mysql/percona-server-8.4.0-1.7z @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5754f18a462679dcbdcb2742e937dbf5afe64c4a518a708a71051ccb7abc99ea +size 53517279 diff --git a/panel/mysql/percona-server-8.4.0-1.7z.sha256 b/panel/mysql/percona-server-8.4.0-1.7z.sha256 new file mode 100644 index 0000000..7156c60 --- /dev/null +++ b/panel/mysql/percona-server-8.4.0-1.7z.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c6baaea66f3633df67dd22e381e06db8d7122677eeba105f7fe148ebfafa2ad +size 92 diff --git a/panel/mysql/uninstall.sh b/panel/mysql/uninstall.sh new file mode 100644 index 0000000..5503977 --- /dev/null +++ b/panel/mysql/uninstall.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc0d2d3d8bb73aba494ca7c645e7090836120c903383ee8713cfe78a59df1b97 +size 1421 diff --git a/panel/mysql/uninstall.sh.sha256 b/panel/mysql/uninstall.sh.sha256 new file mode 100644 index 0000000..4dbfb16 --- /dev/null +++ b/panel/mysql/uninstall.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed154499912e2e6d473ce65e69828115748e4509a149b61c129b9aa3a6b272ac +size 79 diff --git a/panel/mysql/update.sh b/panel/mysql/update.sh new file mode 100644 index 0000000..c2c59be --- /dev/null +++ b/panel/mysql/update.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4e6b5ec499f9d32b8faaf2b5b5192a7174b97fb37f908db20cc084cd6c8c7dc +size 4338 diff --git a/panel/mysql/update.sh.sha256 b/panel/mysql/update.sh.sha256 new file mode 100644 index 0000000..78dbd6f --- /dev/null +++ b/panel/mysql/update.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d955aee074974683485411eea1e0b482a905e59284f9a8dc5276632046f43733 +size 76 diff --git a/panel/nginx/install.sh b/panel/nginx/install.sh new file mode 100644 index 0000000..f44fa06 --- /dev/null +++ b/panel/nginx/install.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c24996c6b21e0299d032e71ceb08c54b7e174294ef6437bded10200fc6bde023 +size 17405 diff --git a/panel/nginx/install.sh.sha256 b/panel/nginx/install.sh.sha256 new file mode 100644 index 0000000..a669319 --- /dev/null +++ b/panel/nginx/install.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16c5c05e07ade0f7d4955583899af2ad40178f75ae9aa276e4917e81264ead01 +size 77 diff --git a/panel/nginx/modules/brotli-1.0.9.zip b/panel/nginx/modules/brotli-1.0.9.zip new file mode 100644 index 0000000..c6b3fac --- /dev/null +++ b/panel/nginx/modules/brotli-1.0.9.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe20057c1e5c4d0b4bd318732c0bcf330b4326b486419caf1b91c351a53c5599 +size 551843 diff --git a/panel/nginx/modules/brotli-1.0.9.zip.sha256 b/panel/nginx/modules/brotli-1.0.9.zip.sha256 new file mode 100644 index 0000000..ffc102a --- /dev/null +++ b/panel/nginx/modules/brotli-1.0.9.zip.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ea0756b92fb57f70c2bf738ca142b1f6e50a93f41b4f478f16c6b5cda47abc2 +size 83 diff --git a/panel/nginx/modules/nginx-dav-ext-module-3.0.0.tar.gz b/panel/nginx/modules/nginx-dav-ext-module-3.0.0.tar.gz new file mode 100644 index 0000000..8c489f2 --- /dev/null +++ b/panel/nginx/modules/nginx-dav-ext-module-3.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b750e396cf3024c34da9de7cdc7d8626c856f56f73e581358023f92fb45af092 +size 14477 diff --git a/panel/nginx/modules/nginx-dav-ext-module-3.0.0.tar.gz.sha256 b/panel/nginx/modules/nginx-dav-ext-module-3.0.0.tar.gz.sha256 new file mode 100644 index 0000000..2268cac --- /dev/null +++ b/panel/nginx/modules/nginx-dav-ext-module-3.0.0.tar.gz.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7df4b3405cf6b3d4718aeff00ed0b52b70d3c541a0c7911fcac2edaa3a27891 +size 100 diff --git a/panel/nginx/modules/nginx-sticky-module.zip b/panel/nginx/modules/nginx-sticky-module.zip new file mode 100644 index 0000000..ef5a4ce --- /dev/null +++ b/panel/nginx/modules/nginx-sticky-module.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d87d7e959cb177e14b4d2933c06921512b9880b99bea8878bedbdc45c1932bc9 +size 124385 diff --git a/panel/nginx/modules/nginx-sticky-module.zip.sha256 b/panel/nginx/modules/nginx-sticky-module.zip.sha256 new file mode 100644 index 0000000..7175f89 --- /dev/null +++ b/panel/nginx/modules/nginx-sticky-module.zip.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53efb78e2f97fd139f964f5072768111e06c899eb2e881af77001b2493c356b9 +size 90 diff --git a/panel/nginx/modules/ngx_brotli-1.0.0rc.zip b/panel/nginx/modules/ngx_brotli-1.0.0rc.zip new file mode 100644 index 0000000..f8690da --- /dev/null +++ b/panel/nginx/modules/ngx_brotli-1.0.0rc.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d71ae82cb450e8b78a8983a4d88b39ecbb01c08541f7ebc0f3ceee03cd3b8a71 +size 22229 diff --git a/panel/nginx/modules/ngx_brotli-1.0.0rc.zip.sha256 b/panel/nginx/modules/ngx_brotli-1.0.0rc.zip.sha256 new file mode 100644 index 0000000..4e03c73 --- /dev/null +++ b/panel/nginx/modules/ngx_brotli-1.0.0rc.zip.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6072580164be5fac357847f70721a438e568c4b6a148ab90ff65140b96db9c2d +size 89 diff --git a/panel/nginx/modules/ngx_brotli-a71f931.zip b/panel/nginx/modules/ngx_brotli-a71f931.zip new file mode 100644 index 0000000..bbff788 --- /dev/null +++ b/panel/nginx/modules/ngx_brotli-a71f931.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20eb1b65f79346dd77cf13518feaf76aa7a9a9a464151695c55fb5d990380582 +size 572598 diff --git a/panel/nginx/modules/ngx_brotli-a71f931.zip.sha256 b/panel/nginx/modules/ngx_brotli-a71f931.zip.sha256 new file mode 100644 index 0000000..b935f4d --- /dev/null +++ b/panel/nginx/modules/ngx_brotli-a71f931.zip.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddf3fd97590b72cb798cba439b6848bee503edd7db6d45dad5023282147aab7f +size 89 diff --git a/panel/nginx/modules/ngx_cache_purge-2.3.tar.gz b/panel/nginx/modules/ngx_cache_purge-2.3.tar.gz new file mode 100644 index 0000000..39380d7 --- /dev/null +++ b/panel/nginx/modules/ngx_cache_purge-2.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:279e0d8a46d3b1521fd43b3f78bc1c08b263899142a7cc5058c1c0361a92c89c +size 12248 diff --git a/panel/nginx/modules/ngx_cache_purge-2.3.tar.gz.sha256 b/panel/nginx/modules/ngx_cache_purge-2.3.tar.gz.sha256 new file mode 100644 index 0000000..5df6f3f --- /dev/null +++ b/panel/nginx/modules/ngx_cache_purge-2.3.tar.gz.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2ccf109749f03a763b1b2d7f41c40e344d2355f36259ff0bbd0eaa02a76a268 +size 93 diff --git a/panel/nginx/openresty-1.27.1.1.tar.gz b/panel/nginx/openresty-1.27.1.1.tar.gz new file mode 100644 index 0000000..6f2f63c --- /dev/null +++ b/panel/nginx/openresty-1.27.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79b071e27bdc143d5f401d0dbf504de4420070d867538c5edc2546d0351fd5c0 +size 5958333 diff --git a/panel/nginx/openresty-1.27.1.1.tar.gz.sha256 b/panel/nginx/openresty-1.27.1.1.tar.gz.sha256 new file mode 100644 index 0000000..f4facf7 --- /dev/null +++ b/panel/nginx/openresty-1.27.1.1.tar.gz.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caddc8c7971bd5c200dba214441acd7d198cbf8aa0e2a64c6c4fb8fbf956822f +size 92 diff --git a/panel/nginx/openssl/openssl-1.1.1f-sess_set_get_cb_yield.patch b/panel/nginx/openssl/openssl-1.1.1f-sess_set_get_cb_yield.patch new file mode 100644 index 0000000..ee9cc52 --- /dev/null +++ b/panel/nginx/openssl/openssl-1.1.1f-sess_set_get_cb_yield.patch @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d289aa9464552f8caf19de01732ad06832f5f7decaaa4a1eb8c3034ed8a155eb +size 8257 diff --git a/panel/nginx/openssl/openssl-1.1.1f-sess_set_get_cb_yield.patch.sha256 b/panel/nginx/openssl/openssl-1.1.1f-sess_set_get_cb_yield.patch.sha256 new file mode 100644 index 0000000..7996158 --- /dev/null +++ b/panel/nginx/openssl/openssl-1.1.1f-sess_set_get_cb_yield.patch.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aca3b8c36f211385a42a90b98dc045b23d1f75bd2eced6dd39ed10fe4691fa29 +size 109 diff --git a/panel/nginx/pcre/pcre-8.45.7z b/panel/nginx/pcre/pcre-8.45.7z new file mode 100644 index 0000000..954d9d7 --- /dev/null +++ b/panel/nginx/pcre/pcre-8.45.7z @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:163e480cd51e240018ce17ae907259ce656a4738ee441e48ae0578ee48a862df +size 1204000 diff --git a/panel/nginx/pcre/pcre-8.45.7z.sha256 b/panel/nginx/pcre/pcre-8.45.7z.sha256 new file mode 100644 index 0000000..fc1c0b3 --- /dev/null +++ b/panel/nginx/pcre/pcre-8.45.7z.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f05995b1eb01595888269ea60073b4bb0c2aa2842f162d1968d313ce45cb370 +size 79 diff --git a/panel/nginx/pcre/pcre2-10.43.7z b/panel/nginx/pcre/pcre2-10.43.7z new file mode 100644 index 0000000..4145f66 --- /dev/null +++ b/panel/nginx/pcre/pcre2-10.43.7z @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c90e22519a029164f17b736b5f4311034f1dd61b8a4ae517df44e0999d7ecb70 +size 1403595 diff --git a/panel/nginx/pcre/pcre2-10.43.7z.sha256 b/panel/nginx/pcre/pcre2-10.43.7z.sha256 new file mode 100644 index 0000000..d22d8a9 --- /dev/null +++ b/panel/nginx/pcre/pcre2-10.43.7z.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:624240efa03b751c5d92a3a4547fa3827f3a29e17c90f07be2dbcec0191fdab9 +size 81 diff --git a/panel/nginx/uninstall.sh b/panel/nginx/uninstall.sh new file mode 100644 index 0000000..63d491b --- /dev/null +++ b/panel/nginx/uninstall.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd9fff027915411db3c2a6f42f05a3fa832fcd9f50dbddbb853d92d816a3214c +size 1223 diff --git a/panel/nginx/uninstall.sh.sha256 b/panel/nginx/uninstall.sh.sha256 new file mode 100644 index 0000000..e82a311 --- /dev/null +++ b/panel/nginx/uninstall.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4c305ddb84cc8a5bc1f9059f7c30ae59af76fb9b6576e06ca4232c5fcce254a +size 79 diff --git a/panel/nginx/update.sh b/panel/nginx/update.sh new file mode 100644 index 0000000..27f95df --- /dev/null +++ b/panel/nginx/update.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2124f05d255337b195a32ffcea910b66756c030182d0c01dbc9c7b39c798c06d +size 9233 diff --git a/panel/nginx/update.sh.sha256 b/panel/nginx/update.sh.sha256 new file mode 100644 index 0000000..a410d52 --- /dev/null +++ b/panel/nginx/update.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c439c8df380c6f01bc73e7e2be6efb14cd79ed24b68aa329b739f5bd78c47f14 +size 76 diff --git a/panel/packages/panel_2.3.17_linux_amd64.zip b/panel/packages/panel_2.3.17_linux_amd64.zip new file mode 100644 index 0000000..fadff9f --- /dev/null +++ b/panel/packages/panel_2.3.17_linux_amd64.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf457e862ba78a88bcf94b362f63e5b9e006faec7766e544e3cc1a56f53a3a09 +size 16033022 diff --git a/panel/packages/panel_2.3.17_linux_amd64.zip.sha256 b/panel/packages/panel_2.3.17_linux_amd64.zip.sha256 new file mode 100644 index 0000000..f4a3eac --- /dev/null +++ b/panel/packages/panel_2.3.17_linux_amd64.zip.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3b0b8f3e0a117289ba0118bf334eb96b4ae5bf8ff12ba7094174e9dd6bafcba +size 95 diff --git a/panel/packages/panel_2.3.17_linux_arm64.zip b/panel/packages/panel_2.3.17_linux_arm64.zip new file mode 100644 index 0000000..60b2456 --- /dev/null +++ b/panel/packages/panel_2.3.17_linux_arm64.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2c1b621b338b5c2333c2ee7588f75cb05439aacef2aa42139793a1c1158dee1 +size 13733599 diff --git a/panel/packages/panel_2.3.17_linux_arm64.zip.sha256 b/panel/packages/panel_2.3.17_linux_arm64.zip.sha256 new file mode 100644 index 0000000..e5c7d81 --- /dev/null +++ b/panel/packages/panel_2.3.17_linux_arm64.zip.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bd7b40a6e9187fa4a31f1abd65a30b4a13ac7312eec6b28ba8200a22eb47319 +size 95 diff --git a/panel/panel.service b/panel/panel.service new file mode 100644 index 0000000..cd7e11e --- /dev/null +++ b/panel/panel.service @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a095894944ac7ee2522a4d038845d7fc9e60a28a8aa4c9477380e64573dcee16 +size 352 diff --git a/panel/panel.service.sha256 b/panel/panel.service.sha256 new file mode 100644 index 0000000..858750d --- /dev/null +++ b/panel/panel.service.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69e12a516e977eb1637662485ccbe47abd9fa58e333d67695aed3b91b63e5cb5 +size 80 diff --git a/panel/php/install.sh b/panel/php/install.sh new file mode 100644 index 0000000..e6c3952 --- /dev/null +++ b/panel/php/install.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c99613e0c9e134c6a921ece2f8a14c2f7ebe92ce6931bd77565367477c229e7b +size 11542 diff --git a/panel/php/install.sh.sha256 b/panel/php/install.sh.sha256 new file mode 100644 index 0000000..427c233 --- /dev/null +++ b/panel/php/install.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d581b6e9204e1691b2b531f26e5cf243dcd969ba9f898bfbb803148fb733bc6 +size 77 diff --git a/panel/php/php-7.4.33-7.7z b/panel/php/php-7.4.33-7.7z new file mode 100644 index 0000000..dd24024 --- /dev/null +++ b/panel/php/php-7.4.33-7.7z @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f03879b6b70a606fe4471d7c8d84df9773a1a0baffeacb0e45d5a878145ec4f +size 10009485 diff --git a/panel/php/php-7.4.33-7.7z.sha256 b/panel/php/php-7.4.33-7.7z.sha256 new file mode 100644 index 0000000..b8dd738 --- /dev/null +++ b/panel/php/php-7.4.33-7.7z.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d35fe05f31834a089757cd3e8a3a4d1310e2e2d4b3bfb484403890dd7fdb1942 +size 82 diff --git a/panel/php/php-74-openssl3.patch b/panel/php/php-74-openssl3.patch new file mode 100644 index 0000000..4510678 --- /dev/null +++ b/panel/php/php-74-openssl3.patch @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a6378151ace6313365ed7254962c85711adf281a2b524a64102f2d5512005ba +size 100728 diff --git a/panel/php/php-74-openssl3.patch.sha256 b/panel/php/php-74-openssl3.patch.sha256 new file mode 100644 index 0000000..fb85c00 --- /dev/null +++ b/panel/php/php-74-openssl3.patch.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92d4c1c24bdc7801e06c943fe0cfc2de738bef8c2acfe4b73504df229510fbe8 +size 88 diff --git a/panel/php/php-8.0.30-3.7z b/panel/php/php-8.0.30-3.7z new file mode 100644 index 0000000..c58c9d5 --- /dev/null +++ b/panel/php/php-8.0.30-3.7z @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baf100929d661c68c56bd74af85da61f1349babc4c8d14d571fcf42132dca960 +size 10487202 diff --git a/panel/php/php-8.0.30-3.7z.sha256 b/panel/php/php-8.0.30-3.7z.sha256 new file mode 100644 index 0000000..886ea7f --- /dev/null +++ b/panel/php/php-8.0.30-3.7z.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8600c9dfd74b445ab89c1cfcda62e13733c189d0de623a4715051c8a446533b4 +size 82 diff --git a/panel/php/php-8.1.30.7z b/panel/php/php-8.1.30.7z new file mode 100644 index 0000000..d977101 --- /dev/null +++ b/panel/php/php-8.1.30.7z @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28a03511c0a208484242b5c63d55b93cdc430e38f14a830c433e4f4df68df4a3 +size 12087439 diff --git a/panel/php/php-8.1.30.7z.sha256 b/panel/php/php-8.1.30.7z.sha256 new file mode 100644 index 0000000..462147a --- /dev/null +++ b/panel/php/php-8.1.30.7z.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e1d041fe90af9e4df661bb008ae8b67aa63fb65ef5f6955a4976dcfce0a2b21 +size 80 diff --git a/panel/php/php-8.2.24.7z b/panel/php/php-8.2.24.7z new file mode 100644 index 0000000..2ba35dd --- /dev/null +++ b/panel/php/php-8.2.24.7z @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c5a77e7abc09f50eec5fca19f44148d1c4ea89501adc7a0ae1e72a21e92df02 +size 12397395 diff --git a/panel/php/php-8.2.24.7z.sha256 b/panel/php/php-8.2.24.7z.sha256 new file mode 100644 index 0000000..1376df1 --- /dev/null +++ b/panel/php/php-8.2.24.7z.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:927383a48f40d9c41057c3bed196abc0cdbb8740a335efc9b1dc007ee01ac700 +size 80 diff --git a/panel/php/php-8.3.12.7z b/panel/php/php-8.3.12.7z new file mode 100644 index 0000000..7d678fc --- /dev/null +++ b/panel/php/php-8.3.12.7z @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df81f401535fda314668b69b1d5b419d28ec0d0047cf2da99d66bb250449944f +size 12805992 diff --git a/panel/php/php-8.3.12.7z.sha256 b/panel/php/php-8.3.12.7z.sha256 new file mode 100644 index 0000000..4a7656c --- /dev/null +++ b/panel/php/php-8.3.12.7z.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e0b01ecd02fed2e3bc32464e0d174360985758067f994eadca989f9a8d360e6 +size 80 diff --git a/panel/php/php-80-openssl3.patch b/panel/php/php-80-openssl3.patch new file mode 100644 index 0000000..38948fb --- /dev/null +++ b/panel/php/php-80-openssl3.patch @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65bb97d5ff5f2e0cdd6c795597da49e5c2faee7f815a009f0a90928e1c292f5a +size 171467 diff --git a/panel/php/php-80-openssl3.patch.sha256 b/panel/php/php-80-openssl3.patch.sha256 new file mode 100644 index 0000000..453ecb0 --- /dev/null +++ b/panel/php/php-80-openssl3.patch.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f3c3d4c5324259519abaecca1ef82543443b33c07830185c6808a2bea21f5f2 +size 88 diff --git a/panel/php/uninstall.sh b/panel/php/uninstall.sh new file mode 100644 index 0000000..8ef4168 --- /dev/null +++ b/panel/php/uninstall.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a86b7a5899aafdd7252cc1fd482554cf8458f8e8a30dea38f107f822f038907 +size 1648 diff --git a/panel/php/uninstall.sh.sha256 b/panel/php/uninstall.sh.sha256 new file mode 100644 index 0000000..dd11850 --- /dev/null +++ b/panel/php/uninstall.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0695c52943b9f4f067b75ca4e44c3bd77de108da8743b2d411af203d2ea9eb3 +size 79 diff --git a/panel/php/update.sh b/panel/php/update.sh new file mode 100644 index 0000000..cc5f0aa --- /dev/null +++ b/panel/php/update.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c7fe1b0ab15b1deaf3ec7f02b72afc7763366c596879877718849cc8c7a88f7 +size 5568 diff --git a/panel/php/update.sh.sha256 b/panel/php/update.sh.sha256 new file mode 100644 index 0000000..ad99cd5 --- /dev/null +++ b/panel/php/update.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d875b8f95d8c2dd03b1e4cbab77d4166a05a7128ab956ab692be1e05d4d60c4f +size 76 diff --git a/panel/php_exts/Swow.sh b/panel/php_exts/Swow.sh new file mode 100644 index 0000000..aa4cfad --- /dev/null +++ b/panel/php_exts/Swow.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a08f4969444aec4cda2317e3a50ebe67195a3a876f7c68db287ef0e8072be32 +size 3081 diff --git a/panel/php_exts/Swow.sh.sha256 b/panel/php_exts/Swow.sh.sha256 new file mode 100644 index 0000000..ae73065 --- /dev/null +++ b/panel/php_exts/Swow.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32e33ebc27f86aae79aabc13d85f309c0d6c1dda1800d37b140707863cc9eb79 +size 74 diff --git a/panel/php_exts/Zend OPcache.sh b/panel/php_exts/Zend OPcache.sh new file mode 100644 index 0000000..2e422d5 --- /dev/null +++ b/panel/php_exts/Zend OPcache.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75fb953f0dd6a0b9b73ee34c7cfef7a09e1e79d325eefd20024ea6a437882bfe +size 2735 diff --git a/panel/php_exts/Zend OPcache.sh.sha256 b/panel/php_exts/Zend OPcache.sh.sha256 new file mode 100644 index 0000000..1c42328 --- /dev/null +++ b/panel/php_exts/Zend OPcache.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23afb9d3cdee07e67ee08b23e98091b2a69830431378f7d11db03c5da9b6f192 +size 82 diff --git a/panel/php_exts/igbinary-3.2.15.zip b/panel/php_exts/igbinary-3.2.15.zip new file mode 100644 index 0000000..ff87562 --- /dev/null +++ b/panel/php_exts/igbinary-3.2.15.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f6dbf020a5ff0e76a56a9469dd8f27e6b9563b973bd30dba2a0a0a10bebe7ac +size 353373 diff --git a/panel/php_exts/igbinary-3.2.15.zip.sha256 b/panel/php_exts/igbinary-3.2.15.zip.sha256 new file mode 100644 index 0000000..fa413fd --- /dev/null +++ b/panel/php_exts/igbinary-3.2.15.zip.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d99aa80b7e2f915e194388c3251b158079142aa462b7d8114f1e505341ea733c +size 86 diff --git a/panel/php_exts/igbinary.sh b/panel/php_exts/igbinary.sh new file mode 100644 index 0000000..e7073b1 --- /dev/null +++ b/panel/php_exts/igbinary.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6586774836da27014212f65cf3febb2e7eb8998f43030ad36cd9c99ff2ccaa77 +size 3248 diff --git a/panel/php_exts/igbinary.sh.sha256 b/panel/php_exts/igbinary.sh.sha256 new file mode 100644 index 0000000..70f63f5 --- /dev/null +++ b/panel/php_exts/igbinary.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f3e1d49b407bd8d0c1b15655e2f850ad1e2f633d21c60a067dcf33eeb04805d +size 78 diff --git a/panel/php_exts/imagick-3.7.0.tar.gz b/panel/php_exts/imagick-3.7.0.tar.gz new file mode 100644 index 0000000..0ba098d --- /dev/null +++ b/panel/php_exts/imagick-3.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa2e311efb7348350c7332876252720af6fb71210d13268de765bc41f51128f9 +size 378300 diff --git a/panel/php_exts/imagick-3.7.0.tar.gz.sha256 b/panel/php_exts/imagick-3.7.0.tar.gz.sha256 new file mode 100644 index 0000000..d7019c1 --- /dev/null +++ b/panel/php_exts/imagick-3.7.0.tar.gz.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bc2a1ddfaa76f9d5d9d4604b8545cdd3661b5fd7e71e0143b7ff05a151921b8 +size 87 diff --git a/panel/php_exts/imagick-develop.zip b/panel/php_exts/imagick-develop.zip new file mode 100644 index 0000000..dcf006d --- /dev/null +++ b/panel/php_exts/imagick-develop.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:594abb50575838404ab8c65889ee0cb864e9e217ddbbe0650c730fceb36ff919 +size 571890 diff --git a/panel/php_exts/imagick-develop.zip.sha256 b/panel/php_exts/imagick-develop.zip.sha256 new file mode 100644 index 0000000..cf91418 --- /dev/null +++ b/panel/php_exts/imagick-develop.zip.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf36e92a2a48069a6dd8a80d15c94c62ccffa89d411e93600284283f3945853f +size 86 diff --git a/panel/php_exts/imagick.sh b/panel/php_exts/imagick.sh new file mode 100644 index 0000000..c24b0c2 --- /dev/null +++ b/panel/php_exts/imagick.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98a1da160d491f9b3563beb2d4240e8c797bdb760df79c9603d1ea0588aeae66 +size 3449 diff --git a/panel/php_exts/imagick.sh.sha256 b/panel/php_exts/imagick.sh.sha256 new file mode 100644 index 0000000..acf1699 --- /dev/null +++ b/panel/php_exts/imagick.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91dbcb0e24e8a4b990c6def71671f6e1f7027833b9dd9e8710c6df42594458e0 +size 77 diff --git a/panel/php_exts/ionCube Loader.sh b/panel/php_exts/ionCube Loader.sh new file mode 100644 index 0000000..99d1ad2 --- /dev/null +++ b/panel/php_exts/ionCube Loader.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70b906a06c7590c98f8aab44d8e65bee548fdef21f2d1090ab7d06b5e20254a7 +size 2879 diff --git a/panel/php_exts/ionCube Loader.sh.sha256 b/panel/php_exts/ionCube Loader.sh.sha256 new file mode 100644 index 0000000..5711483 --- /dev/null +++ b/panel/php_exts/ionCube Loader.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eb674a7e0537a2fe6cb5e83953a81f45df89102538711fdd276845d1bd20406 +size 84 diff --git a/panel/php_exts/ioncube_loader_lin_74.so b/panel/php_exts/ioncube_loader_lin_74.so new file mode 100644 index 0000000..7cbda3d --- /dev/null +++ b/panel/php_exts/ioncube_loader_lin_74.so @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f83f2e5be1a180033dc232e1ced80ec8fe7589de4788c1a77d1b45b8ecf8ea77 +size 1453480 diff --git a/panel/php_exts/ioncube_loader_lin_74.so.sha256 b/panel/php_exts/ioncube_loader_lin_74.so.sha256 new file mode 100644 index 0000000..cfbe08d --- /dev/null +++ b/panel/php_exts/ioncube_loader_lin_74.so.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce6023676b8b8e5246259a356d32e3dd387072fa395b5fc24cf3f3dd21fbe18e +size 91 diff --git a/panel/php_exts/ioncube_loader_lin_81.so b/panel/php_exts/ioncube_loader_lin_81.so new file mode 100644 index 0000000..1606665 --- /dev/null +++ b/panel/php_exts/ioncube_loader_lin_81.so @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fed68d9dfb28f4101ab73d8b993316b0a4adc7b87e83ea9f230942cd802ce4e1 +size 1609464 diff --git a/panel/php_exts/ioncube_loader_lin_81.so.sha256 b/panel/php_exts/ioncube_loader_lin_81.so.sha256 new file mode 100644 index 0000000..fd68fb9 --- /dev/null +++ b/panel/php_exts/ioncube_loader_lin_81.so.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90ff9d14d1387d7939e1846e1332f061518765f7ffbb27d96dd62f8cf2d8378d +size 91 diff --git a/panel/php_exts/ioncube_loader_lin_82.so b/panel/php_exts/ioncube_loader_lin_82.so new file mode 100644 index 0000000..bfc5abf --- /dev/null +++ b/panel/php_exts/ioncube_loader_lin_82.so @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7416386bcc422d2e7fab7e98725d8852a0c7636d26400323011d848b6f65b67 +size 1762040 diff --git a/panel/php_exts/ioncube_loader_lin_82.so.sha256 b/panel/php_exts/ioncube_loader_lin_82.so.sha256 new file mode 100644 index 0000000..ca5b2d4 --- /dev/null +++ b/panel/php_exts/ioncube_loader_lin_82.so.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:523899e2e8907bf4fadcad81cee5431d9623ff7de1e52262ba694a64f07e984b +size 91 diff --git a/panel/php_exts/ioncube_loader_lin_83.so b/panel/php_exts/ioncube_loader_lin_83.so new file mode 100644 index 0000000..86ba3fa --- /dev/null +++ b/panel/php_exts/ioncube_loader_lin_83.so @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fc4b5a46d3f21fc68058229380f9b6466a2f5c68af7c3e872193b438e37d396 +size 1781144 diff --git a/panel/php_exts/ioncube_loader_lin_83.so.sha256 b/panel/php_exts/ioncube_loader_lin_83.so.sha256 new file mode 100644 index 0000000..c78db5c --- /dev/null +++ b/panel/php_exts/ioncube_loader_lin_83.so.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:724d2800bb09f086de2cab3b333e512de2fc5a61162cb7d1c162822b3f18e4b5 +size 91 diff --git a/panel/php_exts/memcached.sh b/panel/php_exts/memcached.sh new file mode 100644 index 0000000..4f3b852 --- /dev/null +++ b/panel/php_exts/memcached.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:465ed957246ede47d98e33486213b2f4aca685f4a1675cd04b649c80aed55ecd +size 3922 diff --git a/panel/php_exts/memcached.sh.sha256 b/panel/php_exts/memcached.sh.sha256 new file mode 100644 index 0000000..e212d8b --- /dev/null +++ b/panel/php_exts/memcached.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3cc8309e8dc9811ab06fd2d3a2db01ddc1a8904df27c1921271db72b000c8ed +size 79 diff --git a/panel/php_exts/official.sh b/panel/php_exts/official.sh new file mode 100644 index 0000000..174288d --- /dev/null +++ b/panel/php_exts/official.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6916d8797993de39976b5bee6ba5c9a1fae65262d2aa5f585f306b4e4db704ca +size 5356 diff --git a/panel/php_exts/official.sh.sha256 b/panel/php_exts/official.sh.sha256 new file mode 100644 index 0000000..3a3bf54 --- /dev/null +++ b/panel/php_exts/official.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39a7a1db0d652de66376833efb6bb0b7e04d89ada3415771a7411e43ea7afd5b +size 78 diff --git a/panel/php_exts/php-memcached-3.3.0.tar.gz b/panel/php_exts/php-memcached-3.3.0.tar.gz new file mode 100644 index 0000000..7581a59 --- /dev/null +++ b/panel/php_exts/php-memcached-3.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91148da098446e620176eb262aebbc99b1fcd1e4813c0c92e1dc24e8328f0dcf +size 101692 diff --git a/panel/php_exts/php-memcached-3.3.0.tar.gz.sha256 b/panel/php_exts/php-memcached-3.3.0.tar.gz.sha256 new file mode 100644 index 0000000..88be816 --- /dev/null +++ b/panel/php_exts/php-memcached-3.3.0.tar.gz.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee41e78bc3b18164ca535dee8966741be958c97304108d523b4eb44c238401f3 +size 93 diff --git a/panel/php_exts/phpredis-5.3.7.tar.gz b/panel/php_exts/phpredis-5.3.7.tar.gz new file mode 100644 index 0000000..9467d0e --- /dev/null +++ b/panel/php_exts/phpredis-5.3.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f5cda93aac8c1c4bafa45255460292571fb2f029b0ac4a5a4dc66987a9529e6 +size 294541 diff --git a/panel/php_exts/phpredis-5.3.7.tar.gz.sha256 b/panel/php_exts/phpredis-5.3.7.tar.gz.sha256 new file mode 100644 index 0000000..a222158 --- /dev/null +++ b/panel/php_exts/phpredis-5.3.7.tar.gz.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63dbafe1ab45e57c788509afb8023e64b55992f3f37e67038e4c53b98c39c298 +size 88 diff --git a/panel/php_exts/phpredis-6.1.0.tar.gz b/panel/php_exts/phpredis-6.1.0.tar.gz new file mode 100644 index 0000000..ef619aa --- /dev/null +++ b/panel/php_exts/phpredis-6.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57135db32a0ccb1659f56c75feb26c10ea94fb3d2471edd047d94a9800f959b0 +size 403285 diff --git a/panel/php_exts/phpredis-6.1.0.tar.gz.sha256 b/panel/php_exts/phpredis-6.1.0.tar.gz.sha256 new file mode 100644 index 0000000..179aba3 --- /dev/null +++ b/panel/php_exts/phpredis-6.1.0.tar.gz.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:848dcda7a5b3dcb62ed72682ed9ba1a0ddfb177b583296eedac8ed65b3ca848a +size 88 diff --git a/panel/php_exts/redis.sh b/panel/php_exts/redis.sh new file mode 100644 index 0000000..2b43789 --- /dev/null +++ b/panel/php_exts/redis.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c03b13cf445e0430fa060863978668c234734cdbce122d0a3463118d44cd1095 +size 3274 diff --git a/panel/php_exts/redis.sh.sha256 b/panel/php_exts/redis.sh.sha256 new file mode 100644 index 0000000..09dcaac --- /dev/null +++ b/panel/php_exts/redis.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16b3dce9865edfc8614b934497e7e2236b1debf81b73a672da1ad18d11bb0c81 +size 75 diff --git a/panel/php_exts/swoole-src-4.8.13.zip b/panel/php_exts/swoole-src-4.8.13.zip new file mode 100644 index 0000000..e406472 --- /dev/null +++ b/panel/php_exts/swoole-src-4.8.13.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31474a89ba6d84285ad1d68db1cc454fcd73dd69bc7843867de3c5a6fab4bcd1 +size 2889135 diff --git a/panel/php_exts/swoole-src-4.8.13.zip.sha256 b/panel/php_exts/swoole-src-4.8.13.zip.sha256 new file mode 100644 index 0000000..00f4115 --- /dev/null +++ b/panel/php_exts/swoole-src-4.8.13.zip.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9fb2fcbb8009f3bea4ba6d8a69680cd7158e2388ee6e3c0363c040824da3982 +size 88 diff --git a/panel/php_exts/swoole-src-5.1.4.zip b/panel/php_exts/swoole-src-5.1.4.zip new file mode 100644 index 0000000..cbe9ba3 --- /dev/null +++ b/panel/php_exts/swoole-src-5.1.4.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6dd3206c40d53e8554e94bd58719dab691323d83402b72b217601ad067d2416 +size 3176290 diff --git a/panel/php_exts/swoole-src-5.1.4.zip.sha256 b/panel/php_exts/swoole-src-5.1.4.zip.sha256 new file mode 100644 index 0000000..870c1d2 --- /dev/null +++ b/panel/php_exts/swoole-src-5.1.4.zip.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b445fc8c3642288d0f06ff172257056f007390768df739840fe64eaa59b1d3e +size 87 diff --git a/panel/php_exts/swoole-src-5.1.5.zip b/panel/php_exts/swoole-src-5.1.5.zip new file mode 100644 index 0000000..06c3fea --- /dev/null +++ b/panel/php_exts/swoole-src-5.1.5.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84c3413f05536dd2bab1e0bdd050e2da350b1a4ef231b3ccb00693c59671d9a8 +size 3184188 diff --git a/panel/php_exts/swoole-src-5.1.5.zip.sha256 b/panel/php_exts/swoole-src-5.1.5.zip.sha256 new file mode 100644 index 0000000..000a487 --- /dev/null +++ b/panel/php_exts/swoole-src-5.1.5.zip.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e10f3aa65156a1bbee0e97bc63ab7b7e4a7dfd58b5cd32075eeff615887bc5d +size 87 diff --git a/panel/php_exts/swoole.sh b/panel/php_exts/swoole.sh new file mode 100644 index 0000000..6772549 --- /dev/null +++ b/panel/php_exts/swoole.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a549501674d24893e596c43d7c869dcd6105081bdc6fa9125c01997f95767779 +size 3279 diff --git a/panel/php_exts/swoole.sh.sha256 b/panel/php_exts/swoole.sh.sha256 new file mode 100644 index 0000000..7887e5f --- /dev/null +++ b/panel/php_exts/swoole.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b0eee0051e544443679f9ad9330e612691c3605c3408e1a772fe250c6d4de60 +size 76 diff --git a/panel/php_exts/swow-1.5.3.zip b/panel/php_exts/swow-1.5.3.zip new file mode 100644 index 0000000..dc6bf1d --- /dev/null +++ b/panel/php_exts/swow-1.5.3.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b25f4a1d455ef7d75479741c1b351c977ff2b0a237a7629ed6339315f3dfa635 +size 1643695 diff --git a/panel/php_exts/swow-1.5.3.zip.sha256 b/panel/php_exts/swow-1.5.3.zip.sha256 new file mode 100644 index 0000000..a698f8d --- /dev/null +++ b/panel/php_exts/swow-1.5.3.zip.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f951fbb697f6fd59eff75c0d28aa600c2032d0e0d167d3397fceece993c07e87 +size 81 diff --git a/panel/phpmyadmin/install.sh b/panel/phpmyadmin/install.sh new file mode 100644 index 0000000..6980635 --- /dev/null +++ b/panel/phpmyadmin/install.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c71ed39d56f5d7616179e7b740d152cb7a6942ca4fb702f226383dc08893dbc1 +size 3350 diff --git a/panel/phpmyadmin/install.sh.sha256 b/panel/phpmyadmin/install.sh.sha256 new file mode 100644 index 0000000..0fa8a81 --- /dev/null +++ b/panel/phpmyadmin/install.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a299dd6b570d8476d97ad9eea3e28af40c05bd59a9e11eeb33fdb85f31f0a2a +size 77 diff --git a/panel/phpmyadmin/phpMyAdmin-5.2.1-all-languages.zip b/panel/phpmyadmin/phpMyAdmin-5.2.1-all-languages.zip new file mode 100644 index 0000000..6859e77 --- /dev/null +++ b/panel/phpmyadmin/phpMyAdmin-5.2.1-all-languages.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31c95fe5c00e0f899b5d31ac6fff506cf8061f2f746e9d7084c395f47451946e +size 15096155 diff --git a/panel/phpmyadmin/phpMyAdmin-5.2.1-all-languages.zip.sha256 b/panel/phpmyadmin/phpMyAdmin-5.2.1-all-languages.zip.sha256 new file mode 100644 index 0000000..869ae1a --- /dev/null +++ b/panel/phpmyadmin/phpMyAdmin-5.2.1-all-languages.zip.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53826bca30d64d4ef23e2db7c9a6fc6dc99a9b71e59b443f5e1a80ebb5682838 +size 101 diff --git a/panel/phpmyadmin/uninstall.sh b/panel/phpmyadmin/uninstall.sh new file mode 100644 index 0000000..62d069e --- /dev/null +++ b/panel/phpmyadmin/uninstall.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fca026607a9248d766d1652cb9642a0ed4fcb0a6564720187cb27aab6bdeacd +size 1298 diff --git a/panel/phpmyadmin/uninstall.sh.sha256 b/panel/phpmyadmin/uninstall.sh.sha256 new file mode 100644 index 0000000..059dd14 --- /dev/null +++ b/panel/phpmyadmin/uninstall.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:621fae5ecd27156df1e33e02e74b2f6193ce3b4c55ad4fad872d0ca61e4a1f8c +size 79 diff --git a/panel/podman/install.sh b/panel/podman/install.sh new file mode 100644 index 0000000..c8a6795 --- /dev/null +++ b/panel/podman/install.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53b0a97217692e945d999e794c991f690cdeaa43a84c0bfd0cf81328302ff2a6 +size 2268 diff --git a/panel/podman/install.sh.sha256 b/panel/podman/install.sh.sha256 new file mode 100644 index 0000000..d400f33 --- /dev/null +++ b/panel/podman/install.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:718c50811012abe7fbfa81172fc607cb21ff5fda7801ca9b24487eeb967f247e +size 77 diff --git a/panel/podman/uninstall.sh b/panel/podman/uninstall.sh new file mode 100644 index 0000000..96b7bae --- /dev/null +++ b/panel/podman/uninstall.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faa85b8b07bda1a95e5979c7b9829f51909aaad80f4919aaae1337c0eb174ff9 +size 1603 diff --git a/panel/podman/uninstall.sh.sha256 b/panel/podman/uninstall.sh.sha256 new file mode 100644 index 0000000..e940e43 --- /dev/null +++ b/panel/podman/uninstall.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eff79dfac358be3bcb31ef0b32b464519e54c7ab0f5b1e41546b77893f80f018 +size 79 diff --git a/panel/podman/update.sh b/panel/podman/update.sh new file mode 100644 index 0000000..cb84441 --- /dev/null +++ b/panel/podman/update.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e0eed7380733a4b9cb704f669ea58c46882d622d06a60d0db028d35007e0519 +size 1527 diff --git a/panel/podman/update.sh.sha256 b/panel/podman/update.sh.sha256 new file mode 100644 index 0000000..67e2ba0 --- /dev/null +++ b/panel/podman/update.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e448f2cb52aee93c500f9af97482c8cdffc64c44525aede7d7b13ad3bddd0c8 +size 76 diff --git a/panel/postgresql/install.sh b/panel/postgresql/install.sh new file mode 100644 index 0000000..a990b32 --- /dev/null +++ b/panel/postgresql/install.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fd84c61476f848554a58d1b937c3345182c1157af39ca21cee8663af7293c76 +size 5720 diff --git a/panel/postgresql/install.sh.sha256 b/panel/postgresql/install.sh.sha256 new file mode 100644 index 0000000..aff7713 --- /dev/null +++ b/panel/postgresql/install.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:303afd3fc3b706123fb3145fd7dff2d3a02bfc7a66baac4e69f4e9cc841e43e6 +size 77 diff --git a/panel/postgresql/postgresql-16.3.7z b/panel/postgresql/postgresql-16.3.7z new file mode 100644 index 0000000..8f8fbea --- /dev/null +++ b/panel/postgresql/postgresql-16.3.7z @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b24ec27aaf55cf228e433d151221c766a59b71ba6364b6d96ea5ff1a5d07b98f +size 17904644 diff --git a/panel/postgresql/postgresql-16.3.7z.sha256 b/panel/postgresql/postgresql-16.3.7z.sha256 new file mode 100644 index 0000000..e84cf05 --- /dev/null +++ b/panel/postgresql/postgresql-16.3.7z.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b1e8c2a623e7bdcbe10a8e25c6f2c9e01167882009619df1343e0ba943a3b2b +size 85 diff --git a/panel/postgresql/postgresql-16.4.7z b/panel/postgresql/postgresql-16.4.7z new file mode 100644 index 0000000..de6c56b --- /dev/null +++ b/panel/postgresql/postgresql-16.4.7z @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ff6ad312d4cf369a938e9cdbcf3465cbcb5576614f507908e56dd98b6113f7b +size 19298771 diff --git a/panel/postgresql/postgresql-16.4.7z.sha256 b/panel/postgresql/postgresql-16.4.7z.sha256 new file mode 100644 index 0000000..8996414 --- /dev/null +++ b/panel/postgresql/postgresql-16.4.7z.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9344a6bd0c1bfc9636cd243a5a24d652eb6e32133e6c95d02cc60702397d0bf1 +size 85 diff --git a/panel/postgresql/postgresql-17.0.7z b/panel/postgresql/postgresql-17.0.7z new file mode 100644 index 0000000..0127f21 --- /dev/null +++ b/panel/postgresql/postgresql-17.0.7z @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61f6efe22deb553e91a27d0700f9767c68cefb173ae182381ad153dcb6e9a43e +size 17526427 diff --git a/panel/postgresql/postgresql-17.0.7z.sha256 b/panel/postgresql/postgresql-17.0.7z.sha256 new file mode 100644 index 0000000..5a61dde --- /dev/null +++ b/panel/postgresql/postgresql-17.0.7z.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beca596f6c8052af8f1905d25abcd129da828f259e1a30701d291aa9039103b6 +size 85 diff --git a/panel/postgresql/uninstall.sh b/panel/postgresql/uninstall.sh new file mode 100644 index 0000000..0b0929a --- /dev/null +++ b/panel/postgresql/uninstall.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a1125f1581e113cfdbbf2a9323101680d6818724decedc53438f78097efd59a +size 1483 diff --git a/panel/postgresql/uninstall.sh.sha256 b/panel/postgresql/uninstall.sh.sha256 new file mode 100644 index 0000000..561461a --- /dev/null +++ b/panel/postgresql/uninstall.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ef212a2c5cc5334fa037f6ff556c2c9ff022fcd52dc5d97f1fbff8a5159a6c3 +size 79 diff --git a/panel/postgresql/update.sh b/panel/postgresql/update.sh new file mode 100644 index 0000000..6813af4 --- /dev/null +++ b/panel/postgresql/update.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e49db09360ab2fdd8bdb6afe488922cf5e610f1a605bb492e92c754c9d3ef03 +size 3212 diff --git a/panel/postgresql/update.sh.sha256 b/panel/postgresql/update.sh.sha256 new file mode 100644 index 0000000..b8c5e3f --- /dev/null +++ b/panel/postgresql/update.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:181bf7178960b86f58993e38b3cb3ca76588d9e7e2fae854625a82b589465aea +size 76 diff --git a/panel/public.sh b/panel/public.sh new file mode 100644 index 0000000..e1f9dfe --- /dev/null +++ b/panel/public.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8685d5f7aeb58c89e27e30eeaceacb11ff86c7321b68483b03ce0957a1a74e81 +size 3664 diff --git a/panel/public.sh.sha256 b/panel/public.sh.sha256 new file mode 100644 index 0000000..fa19b6d --- /dev/null +++ b/panel/public.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b5f4708d52299df1e6a13e6ba0e176574347d9210b4efe6413b85574666eaee +size 76 diff --git a/panel/pureftpd/install.sh b/panel/pureftpd/install.sh new file mode 100644 index 0000000..ce6623e --- /dev/null +++ b/panel/pureftpd/install.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70db7b898230f86d1cad9c011dc2f2ad10fff6d9b9331ed3093a4e666713e336 +size 5544 diff --git a/panel/pureftpd/install.sh.sha256 b/panel/pureftpd/install.sh.sha256 new file mode 100644 index 0000000..2015f5d --- /dev/null +++ b/panel/pureftpd/install.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19d107061fbe01a36b7ef185e33b3415d9c86a2f5e409e46e9bb523943edf234 +size 77 diff --git a/panel/pureftpd/pure-ftpd-1.0.50.tar.gz b/panel/pureftpd/pure-ftpd-1.0.50.tar.gz new file mode 100644 index 0000000..e2d761a --- /dev/null +++ b/panel/pureftpd/pure-ftpd-1.0.50.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abe2f94eb40b330d4dc22b159991f44e5e515212f8e887049dccdef266d0ea23 +size 643841 diff --git a/panel/pureftpd/pure-ftpd-1.0.50.tar.gz.sha256 b/panel/pureftpd/pure-ftpd-1.0.50.tar.gz.sha256 new file mode 100644 index 0000000..cb33226 --- /dev/null +++ b/panel/pureftpd/pure-ftpd-1.0.50.tar.gz.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:475a6ae44fe45fb0ff5fd254d4b0defdbb51d68f6211cdd28bbde481f73a0ae3 +size 90 diff --git a/panel/pureftpd/uninstall.sh b/panel/pureftpd/uninstall.sh new file mode 100644 index 0000000..f15b924 --- /dev/null +++ b/panel/pureftpd/uninstall.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ae046287f5b1c637ddf4fe1bbea15c776f442cdc346f1744a64c55de663483a +size 1348 diff --git a/panel/pureftpd/uninstall.sh.sha256 b/panel/pureftpd/uninstall.sh.sha256 new file mode 100644 index 0000000..bb20a25 --- /dev/null +++ b/panel/pureftpd/uninstall.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b42581be1d16f34145495d5d21685427a0763451859d32590a0a5ffc0f6609b +size 79 diff --git a/panel/pureftpd/update.sh b/panel/pureftpd/update.sh new file mode 100644 index 0000000..4e976f7 --- /dev/null +++ b/panel/pureftpd/update.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dbd1ea977ea9e7b0ded70cbc7cf2dcc37e01c9619720cc6f0c9988f8d13d2a4 +size 3489 diff --git a/panel/pureftpd/update.sh.sha256 b/panel/pureftpd/update.sh.sha256 new file mode 100644 index 0000000..6dedbc5 --- /dev/null +++ b/panel/pureftpd/update.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8004e545f9f9c37d2ff8fd11fd9c09a2c78b8a591d513f2ad5eb625a0b6bffd6 +size 76 diff --git a/panel/redis/install.sh b/panel/redis/install.sh new file mode 100644 index 0000000..cba92e7 --- /dev/null +++ b/panel/redis/install.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f272784e89302baa3a078edc851bad478028197eb8943a8b74f45a951afd12f +size 4091 diff --git a/panel/redis/install.sh.sha256 b/panel/redis/install.sh.sha256 new file mode 100644 index 0000000..554ea9f --- /dev/null +++ b/panel/redis/install.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99025ebbafeaf99d34ed6c7efe658ae086b3344e3d81a0eab062d87bfc63cb11 +size 77 diff --git a/panel/redis/redis-6.2.16.tar.gz b/panel/redis/redis-6.2.16.tar.gz new file mode 100644 index 0000000..d1e2935 --- /dev/null +++ b/panel/redis/redis-6.2.16.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d1c04f275fbcfa28aaa272fb5d080b10b1b59f5afed99c3309197e3b6a4b5be +size 2518442 diff --git a/panel/redis/redis-6.2.16.tar.gz.sha256 b/panel/redis/redis-6.2.16.tar.gz.sha256 new file mode 100644 index 0000000..55998d6 --- /dev/null +++ b/panel/redis/redis-6.2.16.tar.gz.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73248288580608c7cf220d91890f48b71c47801ea61307db3fde25686c08e855 +size 86 diff --git a/panel/redis/redis-7.2.6.tar.gz b/panel/redis/redis-7.2.6.tar.gz new file mode 100644 index 0000000..9a834df --- /dev/null +++ b/panel/redis/redis-7.2.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86c8a1c315ce95df7771bcc37e6b3a5f41f4e23eb0d83cb0044609ac8f9d3875 +size 3428117 diff --git a/panel/redis/redis-7.2.6.tar.gz.sha256 b/panel/redis/redis-7.2.6.tar.gz.sha256 new file mode 100644 index 0000000..9fcba0d --- /dev/null +++ b/panel/redis/redis-7.2.6.tar.gz.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:891ac88dad453a0f4cac5d6c4ca23490408bf7f5b06c449ff1187646e7a3ae9f +size 85 diff --git a/panel/redis/redis-7.4.1.tar.gz b/panel/redis/redis-7.4.1.tar.gz new file mode 100644 index 0000000..f476cc4 --- /dev/null +++ b/panel/redis/redis-7.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e85fd212307c8b453ae9361e882b6c1cefcc6a988a6f135faf7ef770a13bb05d +size 3567859 diff --git a/panel/redis/redis-7.4.1.tar.gz.sha256 b/panel/redis/redis-7.4.1.tar.gz.sha256 new file mode 100644 index 0000000..6c9cb45 --- /dev/null +++ b/panel/redis/redis-7.4.1.tar.gz.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a77d1897349589dfa21b73b0c64093afd4804a6870c82fae92b5ec88f88e29d6 +size 85 diff --git a/panel/redis/uninstall.sh b/panel/redis/uninstall.sh new file mode 100644 index 0000000..1184175 --- /dev/null +++ b/panel/redis/uninstall.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89ac5fa2e348b61c6d3abb5ba9979ee2130ce36bb583a727564d3ef2af129237 +size 1328 diff --git a/panel/redis/uninstall.sh.sha256 b/panel/redis/uninstall.sh.sha256 new file mode 100644 index 0000000..ffba413 --- /dev/null +++ b/panel/redis/uninstall.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c5f5b4e86358964d26b501a690b69999f536179fbd6620878e904073708726c +size 79 diff --git a/panel/redis/update.sh b/panel/redis/update.sh new file mode 100644 index 0000000..f0d1a52 --- /dev/null +++ b/panel/redis/update.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:724211308ca843c7ab7c29682803993bb5d8973f3ef82c11f5a21186d1b49a2c +size 4346 diff --git a/panel/redis/update.sh.sha256 b/panel/redis/update.sh.sha256 new file mode 100644 index 0000000..d96980a --- /dev/null +++ b/panel/redis/update.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afe8bd13d2500e8c3d3f4e5d0b8c29bccac9238406eb9c34e27c2a262f7473f6 +size 76 diff --git a/panel/rsync/install.sh b/panel/rsync/install.sh new file mode 100644 index 0000000..a92f509 --- /dev/null +++ b/panel/rsync/install.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4aa821a26042d84b4f642c6d0287ab9af74ea7377b8fe66093453b497be42b0 +size 2468 diff --git a/panel/rsync/install.sh.sha256 b/panel/rsync/install.sh.sha256 new file mode 100644 index 0000000..f10eb0d --- /dev/null +++ b/panel/rsync/install.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a62837b8f3efe9bfbc0ef8942ed13ce8e2404e0e4de3dcac035069bd09ffbcb8 +size 77 diff --git a/panel/rsync/uninstall.sh b/panel/rsync/uninstall.sh new file mode 100644 index 0000000..aa19592 --- /dev/null +++ b/panel/rsync/uninstall.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70d2b5115eb583586a17080864278d0ee3561f4bf23df385167f0e22e43a293c +size 1460 diff --git a/panel/rsync/uninstall.sh.sha256 b/panel/rsync/uninstall.sh.sha256 new file mode 100644 index 0000000..b05b196 --- /dev/null +++ b/panel/rsync/uninstall.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e150b9f7455698005561c8f7a453f0ad54a94edadd5fbb5b1e54820855ade2ec +size 79 diff --git a/panel/rsync/update.sh b/panel/rsync/update.sh new file mode 100644 index 0000000..61ecfbf --- /dev/null +++ b/panel/rsync/update.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9da5de368047ab0238c9ab9423665a422c351d37a4ef877a3f9e7d3f22724e09 +size 1406 diff --git a/panel/rsync/update.sh.sha256 b/panel/rsync/update.sh.sha256 new file mode 100644 index 0000000..60a4ff1 --- /dev/null +++ b/panel/rsync/update.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05eabba40195a7fe442cda3cdf7cdca2745ec701b66aadcddf80492eacab821a +size 76 diff --git a/panel/s3fs/install.sh b/panel/s3fs/install.sh new file mode 100644 index 0000000..cffd9f1 --- /dev/null +++ b/panel/s3fs/install.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cad403acd2d557e032bbc1a5be562500d21630b592e575965efe2bc6835cd1b +size 1393 diff --git a/panel/s3fs/install.sh.sha256 b/panel/s3fs/install.sh.sha256 new file mode 100644 index 0000000..408b9fc --- /dev/null +++ b/panel/s3fs/install.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:587e55eb776a91d2ecf75eedc256ed01877cd143490fafbd13518473f15e8ef6 +size 77 diff --git a/panel/s3fs/uninstall.sh b/panel/s3fs/uninstall.sh new file mode 100644 index 0000000..2883283 --- /dev/null +++ b/panel/s3fs/uninstall.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bab9cafbdfd01c3fb71727da5fd6e3eeb0ad7db8267b4c0c9c95a0ca6fe8dec +size 1284 diff --git a/panel/s3fs/uninstall.sh.sha256 b/panel/s3fs/uninstall.sh.sha256 new file mode 100644 index 0000000..8e828ee --- /dev/null +++ b/panel/s3fs/uninstall.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a9e535619f556a565e3971889982b8d9c437ed8cdd9e9a4ee0864fb693771fa +size 79 diff --git a/panel/s3fs/update.sh b/panel/s3fs/update.sh new file mode 100644 index 0000000..e872dbd --- /dev/null +++ b/panel/s3fs/update.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f7e1b66da4d11c5413d272eeb7603cc5b559688ace96ce29b98052c17c30101 +size 1407 diff --git a/panel/s3fs/update.sh.sha256 b/panel/s3fs/update.sh.sha256 new file mode 100644 index 0000000..cde3ff2 --- /dev/null +++ b/panel/s3fs/update.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9ef3b8bed6c34a300a9a6284eb06b1bac026df07fa23d9c40aaed4695e82e3e +size 76 diff --git a/panel/supervisor/install.sh b/panel/supervisor/install.sh new file mode 100644 index 0000000..92908eb --- /dev/null +++ b/panel/supervisor/install.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84065ae0271d5683bbae1b68fd3efdc212e9df8e57714c67a8f12fc648807bbd +size 1586 diff --git a/panel/supervisor/install.sh.sha256 b/panel/supervisor/install.sh.sha256 new file mode 100644 index 0000000..e96bd56 --- /dev/null +++ b/panel/supervisor/install.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a3ee0956c5fd8b2824d273f457620dda26a53b363fe7dc90892b7216592fe01 +size 77 diff --git a/panel/supervisor/uninstall.sh b/panel/supervisor/uninstall.sh new file mode 100644 index 0000000..b8d4110 --- /dev/null +++ b/panel/supervisor/uninstall.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3085a0a9de90a99e1de9fa4e71a9497fa145173833a50b1227ba36eabe12a594 +size 1425 diff --git a/panel/supervisor/uninstall.sh.sha256 b/panel/supervisor/uninstall.sh.sha256 new file mode 100644 index 0000000..208195e --- /dev/null +++ b/panel/supervisor/uninstall.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d69a311362e24a4de070a50c050696db80e81940ecc346e1c09d0b0b010d6b6 +size 79 diff --git a/panel/supervisor/update.sh b/panel/supervisor/update.sh new file mode 100644 index 0000000..bfafe11 --- /dev/null +++ b/panel/supervisor/update.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebadf19bafb29eec0962c72e4e7b32ae684b8c7b3b927ebb85b6bf176ae1cd37 +size 1426 diff --git a/panel/supervisor/update.sh.sha256 b/panel/supervisor/update.sh.sha256 new file mode 100644 index 0000000..b7a9c13 --- /dev/null +++ b/panel/supervisor/update.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:959e6a1a54cabc8997f7a954833ae3a97e8b9466aea480e88ebcfa808b8cac7c +size 76 diff --git a/panel/tls/quictls-1.1.1w.7z b/panel/tls/quictls-1.1.1w.7z new file mode 100644 index 0000000..34dc0b2 --- /dev/null +++ b/panel/tls/quictls-1.1.1w.7z @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7397afb351e85dd9e140e744a6670b1ac8144db84dec8f0adcbc2f30d8c20b92 +size 7600196 diff --git a/panel/tls/quictls-1.1.1w.7z.sha256 b/panel/tls/quictls-1.1.1w.7z.sha256 new file mode 100644 index 0000000..d663614 --- /dev/null +++ b/panel/tls/quictls-1.1.1w.7z.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c266b0fe387abff1ff90b7fe57a3751b7067b21c92adfb06f355e6f71a7ed7d8 +size 84 diff --git a/panel/toolbox/install.sh b/panel/toolbox/install.sh new file mode 100644 index 0000000..874fb6d --- /dev/null +++ b/panel/toolbox/install.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b98bc48ee1b4278af57c5533dc59dfd1048ddb392e0330f8c8df197f778813c +size 1148 diff --git a/panel/toolbox/install.sh.sha256 b/panel/toolbox/install.sh.sha256 new file mode 100644 index 0000000..5f257ac --- /dev/null +++ b/panel/toolbox/install.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c72204fa0f9405695fc9e5b6fa67d2e2c70eb93f27df59f930c8e9700dadfbd0 +size 77 diff --git a/panel/toolbox/uninstall.sh b/panel/toolbox/uninstall.sh new file mode 100644 index 0000000..955ac3c --- /dev/null +++ b/panel/toolbox/uninstall.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6baf7996ff135e5396faa19d0916d8ba796b21e3ee89fdf954d0b81ebd78d49 +size 1100 diff --git a/panel/toolbox/uninstall.sh.sha256 b/panel/toolbox/uninstall.sh.sha256 new file mode 100644 index 0000000..639a5a3 --- /dev/null +++ b/panel/toolbox/uninstall.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45080b04dedf6010f943a632e4b619ddeb6b345b6cffd959a106493c733eae77 +size 79 diff --git a/panel/uninstall.sh b/panel/uninstall.sh new file mode 100644 index 0000000..e5fbd80 --- /dev/null +++ b/panel/uninstall.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79497c4390f991a28dbc1ac9be2f052beb74152832dc66efd0a87193fad1c92b +size 3528 diff --git a/panel/uninstall.sh.sha256 b/panel/uninstall.sh.sha256 new file mode 100644 index 0000000..11de706 --- /dev/null +++ b/panel/uninstall.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30d2f3794be0aafd62484928c46ab1cd17391f8a4ee2e284b6b98f4b62ca7cd3 +size 79 diff --git a/panel/update.sh b/panel/update.sh new file mode 100644 index 0000000..20ab8cb --- /dev/null +++ b/panel/update.sh @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa77611eda1945db2c7238b0e1bc1845d0f969336982b8327f08d16d5cf301f5 +size 2022 diff --git a/panel/update.sh.sha256 b/panel/update.sh.sha256 new file mode 100644 index 0000000..9d3ac34 --- /dev/null +++ b/panel/update.sh.sha256 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17c4165fa583cfd4ef4abb7a280d5fc1920e283b891fc96edc1c091919d0c2b3 +size 76