Skip to content

Commit 160db79

Browse files
committed
ipatool: Update to 2.0.3
Signed-off-by: TheRealKeto <therealketo@gmail.com>
1 parent 738f262 commit 160db79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

makefiles/ipatool.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ endif
55
ifneq (,$(findstring darwin,$(MEMO_TARGET)))
66

77
SUBPROJECTS += ipatool
8-
IPATOOL_VERSION := 2.0.0
8+
IPATOOL_VERSION := 2.0.3
99
DEB_IPATOOL_V ?= $(IPATOOL_VERSION)
1010

1111
ipatool-setup: setup
@@ -17,7 +17,7 @@ ipatool:
1717
@echo "Using previously built ipatool."
1818
else
1919
ipatool: ipatool-setup
20-
sed -e '3s|.*|VERSION="$(DEB_IPATOOL_V)"|' -i $(BUILD_WORK)/ipatool/tools/version.sh
20+
sed -e '3s|=.*|="$(DEB_IPATOOL_V)"|' -i $(BUILD_WORK)/ipatool/tools/version.sh
2121
cd $(BUILD_WORK)/ipatool && ./tools/version.sh
2222
cd $(BUILD_WORK)/ipatool && $(DEFAULT_GOLANG_FLAGS) go build \
2323
-trimpath \

0 commit comments

Comments
 (0)