summaryrefslogtreecommitdiff
path: root/app-shells/starship/files
diff options
context:
space:
mode:
Diffstat (limited to 'app-shells/starship/files')
-rw-r--r--app-shells/starship/files/starship-1.17.1-no-strip.patch (renamed from app-shells/starship/files/starship-1.15.0-no-strip.patch)8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-shells/starship/files/starship-1.15.0-no-strip.patch b/app-shells/starship/files/starship-1.17.1-no-strip.patch
index 118f0a2fc006..f62be9a00f07 100644
--- a/app-shells/starship/files/starship-1.15.0-no-strip.patch
+++ b/app-shells/starship/files/starship-1.17.1-no-strip.patch
@@ -1,4 +1,4 @@
-From 6e7f8930e15084670232a82c9f1f6698c181a811 Mon Sep 17 00:00:00 2001
+From d8f0a355fa04dc0ba1874c3e549ac962c578efd1 Mon Sep 17 00:00:00 2001
From: Randy Barlow <randy@electronsweatshop.com>
Date: Wed, 12 Jul 2023 20:20:45 -0400
Subject: [PATCH] Do not strip executable
@@ -11,7 +11,7 @@ Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
-index 8ef8c000..0a6e891b 100644
+index fb9e0a39..b2a38a6d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -46,7 +46,7 @@
@@ -20,9 +20,9 @@ index 8ef8c000..0a6e891b 100644
codegen-units = 1
-strip = true
+strip = false
-
+
[[bin]]
name = "starship"
--
-2.41.0
+2.43.0