summarylogtreecommitdiffstats
path: root/system-rust-utils.patch
diff options
context:
space:
mode:
authorcaesarw2023-01-21 19:14:14 +0800
committerCaleb Maclennan2023-01-21 18:00:39 +0300
commit0e7690166d0564e4832d78fcdf2327ace9813ecd (patch)
tree4262fed1c2cac2288dc376d93a184834ae0c8256 /system-rust-utils.patch
parentcbb8adcad764e13737eca2ca88f613adcbee3cbf (diff)
downloadaur-0e7690166d0564e4832d78fcdf2327ace9813ecd.tar.gz
upgpkg: brave 1.47.171-2 fix build issue caused by patches
Signed-off-by: Caleb Maclennan <caleb@alerque.com>
Diffstat (limited to 'system-rust-utils.patch')
-rw-r--r--system-rust-utils.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/system-rust-utils.patch b/system-rust-utils.patch
index 0f4dc32c38d3..5c1fbc9f9d7d 100644
--- a/system-rust-utils.patch
+++ b/system-rust-utils.patch
@@ -48,8 +48,8 @@ index 999ce5f74c..e463b24ff9 100755
# Version number and URL for pre-configured rust dependency package
# e.g. rust_deps_mac_0.1.0.gz
DEPS_PACKAGES_URL = "https://brave-build-deps-public.s3.brave.com"
--RUST_DEPS_PACKAGE_VERSION = "1.0.0"
-+RUST_DEPS_PACKAGE_VERSION = "" # "1.0.0"
+-RUST_DEPS_PACKAGE_VERSION = "1.1.0"
++RUST_DEPS_PACKAGE_VERSION = "" # "1.1.0"
MAC_TOOLCHAIN_ROOT = os.path.join(os.path.dirname(os.path.dirname(
os.path.dirname(__file__))),
'build', 'mac_files')