Skip to content

Commit

Permalink
Update oscrypto again
Browse files Browse the repository at this point in the history
  • Loading branch information
Leseratte10 committed Dec 19, 2023
1 parent cbc4c7e commit 43a1c68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bundle_calibre_plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ rm -r __pycache__
rm *.pyc

# Set module ID. This needs to be changed if any of the module ZIPs change.
echo -n "2022-07-31-01" > module_id.txt
echo -n "2023-12-19-01" > module_id.txt

# Copy LICENSE and README.md so it'll be included in the ZIP.
cp ../LICENSE LICENSE
Expand Down
2 changes: 1 addition & 1 deletion package_modules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pushd calibre-plugin
# See https://github.com/wbond/oscrypto/pull/61 for more information.

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.3.0_fork_fe39273cc5020_new.zip -O oscrypto.zip
wget https://github.com/Leseratte10/acsm-calibre-plugin/releases/download/config/oscrypto_1.3.0_fork_2023-12-19.zip -O oscrypto.zip

popd

0 comments on commit 43a1c68

Please sign in to comment.