From 179373c27b985be4c3c7eae4cc34eff78ad8ec36 Mon Sep 17 00:00:00 2001 From: di-dc Date: Tue, 27 Nov 2018 00:20:35 -0500 Subject: [PATCH 1/2] Updated Goodreads.zip download link + hash value --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ac1be34..027a2c7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,8 +16,8 @@ ENV LANG="en_US.UTF-8" PATH="${PATH}:/ebook-tools" USER user -RUN curl 'https://www.mobileread.com/forums/attachment.php?attachmentid=163537' > goodreads.zip && \ - sha256sum 'goodreads.zip' | grep -q 'c44f88222017aaad0aa1a674e69f46b309198269c7f13ebd671ae942052d45a8' && \ +RUN curl 'https://www.mobileread.com/forums/attachment.php?attachmentid=167618' > goodreads.zip && \ + sha256sum 'goodreads.zip' | grep -q 'df9630e5dead91e26aaadcb42a5fa975d72fd79d24f2286552de177dd35fefa5' && \ calibre-customize --add-plugin goodreads.zip && \ rm goodreads.zip && \ curl -L 'https://github.com/na--/calibre-worldcat-xisbn-metadata-plugin/archive/0.1.zip' > worldcat.zip && \ From 5f51875e3d600d6188c070a4cde4d56899d4582a Mon Sep 17 00:00:00 2001 From: di-dc Date: Wed, 27 Mar 2019 21:27:54 -0400 Subject: [PATCH 2/2] updated Goodreads plugin link and SHA256 hash to latest --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 027a2c7..4ed23a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,8 +16,8 @@ ENV LANG="en_US.UTF-8" PATH="${PATH}:/ebook-tools" USER user -RUN curl 'https://www.mobileread.com/forums/attachment.php?attachmentid=167618' > goodreads.zip && \ - sha256sum 'goodreads.zip' | grep -q 'df9630e5dead91e26aaadcb42a5fa975d72fd79d24f2286552de177dd35fefa5' && \ +RUN curl 'https://www.mobileread.com/forums/attachment.php?attachmentid=168584' > goodreads.zip && \ + sha256sum 'goodreads.zip' | grep -q '04cc13ed59a698532b3565eb2dcda4a388744d5af9c7065a13c2a323a9fa1f9a' && \ calibre-customize --add-plugin goodreads.zip && \ rm goodreads.zip && \ curl -L 'https://github.com/na--/calibre-worldcat-xisbn-metadata-plugin/archive/0.1.zip' > worldcat.zip && \