We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 738f262 commit 160db79Copy full SHA for 160db79
makefiles/ipatool.mk
@@ -5,7 +5,7 @@ endif
5
ifneq (,$(findstring darwin,$(MEMO_TARGET)))
6
7
SUBPROJECTS += ipatool
8
-IPATOOL_VERSION := 2.0.0
+IPATOOL_VERSION := 2.0.3
9
DEB_IPATOOL_V ?= $(IPATOOL_VERSION)
10
11
ipatool-setup: setup
@@ -17,7 +17,7 @@ ipatool:
17
@echo "Using previously built ipatool."
18
else
19
ipatool: ipatool-setup
20
- sed -e '3s|.*|VERSION="$(DEB_IPATOOL_V)"|' -i $(BUILD_WORK)/ipatool/tools/version.sh
+ sed -e '3s|=.*|="$(DEB_IPATOOL_V)"|' -i $(BUILD_WORK)/ipatool/tools/version.sh
21
cd $(BUILD_WORK)/ipatool && ./tools/version.sh
22
cd $(BUILD_WORK)/ipatool && $(DEFAULT_GOLANG_FLAGS) go build \
23
-trimpath \
0 commit comments