Skip to content

Commit

Permalink
ipatool: Update to 2.0.3
Browse files Browse the repository at this point in the history
Signed-off-by: TheRealKeto <[email protected]>
  • Loading branch information
TheRealKeto committed Apr 12, 2023
1 parent 738f262 commit 160db79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefiles/ipatool.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ endif
ifneq (,$(findstring darwin,$(MEMO_TARGET)))

SUBPROJECTS += ipatool
IPATOOL_VERSION := 2.0.0
IPATOOL_VERSION := 2.0.3
DEB_IPATOOL_V ?= $(IPATOOL_VERSION)

ipatool-setup: setup
Expand All @@ -17,7 +17,7 @@ ipatool:
@echo "Using previously built ipatool."
else
ipatool: ipatool-setup
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
cd $(BUILD_WORK)/ipatool && ./tools/version.sh
cd $(BUILD_WORK)/ipatool && $(DEFAULT_GOLANG_FLAGS) go build \
-trimpath \
Expand Down

0 comments on commit 160db79

Please sign in to comment.