Skip to content

Commit

Permalink
ipatool: Update to 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealKeto committed Jun 11, 2024
1 parent 2633cc8 commit 031e329
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 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.1.4
DEB_IPATOOL_V ?= $(IPATOOL_VERSION)

ipatool-setup: setup
Expand All @@ -17,10 +17,9 @@ ipatool:
@echo "Using previously built ipatool."
else
ipatool: ipatool-setup
sed -e '3s|.*|VERSION="$(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 \
-ldflags "-X github.com/majd/ipatool/v2/cmd.version=$(IPATOOL_VERSION)" \
-o $(BUILD_WORK)/ipatool/ipatool
$(INSTALL) -Dm755 $(BUILD_WORK)/ipatool/ipatool -t $(BUILD_STAGE)/ipatool/$(MEMO_PREFIX)$(MEMO_SUB_PREFIX)/bin/
$(call AFTER_BUILD)
Expand Down

0 comments on commit 031e329

Please sign in to comment.