Files
dockerized-bb/toolchains/apple-sdks/packages/xcode-extractor/patches/0001-Set-versions.patch
T
2025-12-21 09:05:29 +00:00

35 lines
994 B
Diff

From 8bec84e583e2e360d6bd0054225ca309620ba839 Mon Sep 17 00:00:00 2001
From: Le Philousophe <lephilousophe@users.noreply.github.com>
Date: Sun, 24 Jan 2021 19:15:52 +0100
Subject: [PATCH 1/3] Set versions
---
tools/tools.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/tools.sh b/tools/tools.sh
index f903f0b..12305ea 100644
--- a/tools/tools.sh
+++ b/tools/tools.sh
@@ -523,7 +523,7 @@ function build_xar()
{
pushd $BUILD_DIR &>/dev/null
- get_sources https://github.com/tpoechtrager/xar.git master
+ get_sources https://github.com/tpoechtrager/xar.git $XAR_VERSION
if [ $f_res -eq 1 ]; then
pushd $CURRENT_BUILD_PROJECT_NAME/xar &>/dev/null
@@ -563,7 +563,7 @@ function build_p7zip()
function build_pbxz()
{
- get_sources https://github.com/tpoechtrager/pbzx.git master
+ get_sources https://github.com/tpoechtrager/pbzx.git $PBZX_VERSION
if [ $f_res -eq 1 ]; then
pushd $CURRENT_BUILD_PROJECT_NAME &>/dev/null
--
2.51.2