Skip to content

Commit

Permalink
Merge pull request #70 from Eeems/patch-1
Browse files Browse the repository at this point in the history
Update remarkable-update-fuse
  • Loading branch information
Eeems authored May 8, 2024
2 parents f094a03 + 59b7798 commit 7d66eff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.DEFAULT_GOAL := all
FW_VERSION := 2.15.1.1189
FW_DATA := wVbHkgKisg-
IMG_MD5 := 67be7fd1d75628e6935a40bf83e42945
IMG_SHA := fc7d145e18f14a1a3f435f2fd5ca5924fe8dfe59bf45605dc540deed59551ae4
SHELL := /bin/bash

ifeq ($(VENV_BIN_ACTIVATE),)
Expand Down Expand Up @@ -40,7 +40,7 @@ test: $(VENV_BIN_ACTIVATE) .venv/${FW_VERSION}_reMarkable2-${FW_DATA}.signed
umount -ql .venv/mnt
. $(VENV_BIN_ACTIVATE); \
python -m codexctl extract --out ".venv/${FW_VERSION}_reMarkable2-${FW_DATA}.img" ".venv/${FW_VERSION}_reMarkable2-${FW_DATA}.signed"
echo "${IMG_MD5} .venv/${FW_VERSION}_reMarkable2-${FW_DATA}.img" | md5sum --check
echo "${IMG_SHA} .venv/${FW_VERSION}_reMarkable2-${FW_DATA}.img" | sha256sum --check
rm -f ".venv/${FW_VERSION}_reMarkable2-${FW_DATA}.img"

clean:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
requests==2.31.0
loguru==0.7.2
remarkable-update-fuse==1.0.4; sys_platform == 'linux'
remarkable-update-fuse==1.0.8; sys_platform == 'linux'

0 comments on commit 7d66eff

Please sign in to comment.