mirror of
https://github.com/Leseratte10/acsm-calibre-plugin
synced 2024-11-17 07:47:23 +01:00
Update oscrypto for OpenSSL3 support
This commit is contained in:
parent
fa6ad1da5d
commit
b9f6672a4c
2 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@ rm -r __pycache__
|
||||||
rm *.pyc
|
rm *.pyc
|
||||||
|
|
||||||
# Set module ID. This needs to be changed if any of the module ZIPs change.
|
# Set module ID. This needs to be changed if any of the module ZIPs change.
|
||||||
echo -n "2021-12-19-03" > module_id.txt
|
echo -n "2022-05-01-01" > module_id.txt
|
||||||
|
|
||||||
# Copy LICENSE and README.md so it'll be included in the ZIP.
|
# Copy LICENSE and README.md so it'll be included in the ZIP.
|
||||||
cp ../LICENSE LICENSE
|
cp ../LICENSE LICENSE
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
pushd calibre-plugin
|
pushd calibre-plugin
|
||||||
|
|
||||||
wget https://github.com/Leseratte10/acsm-calibre-plugin/releases/download/config/asn1crypto_1.4.0.zip -O asn1crypto.zip
|
wget https://github.com/Leseratte10/acsm-calibre-plugin/releases/download/config/asn1crypto_1.5.1.zip -O asn1crypto.zip
|
||||||
wget https://github.com/Leseratte10/acsm-calibre-plugin/releases/download/config/oscrypto_1.2.1.zip -O oscrypto.zip
|
wget https://github.com/Leseratte10/acsm-calibre-plugin/releases/download/config/oscrypto_1.3.0.zip -O oscrypto.zip
|
||||||
|
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue