Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
eb794b03
Commit
eb794b03
authored
1 year ago
by
nibon7
Committed by
omni
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/nushell: upgrade to 0.85.0
parent
4c696d8c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!51904
testing/nushell: upgrade to 0.85.0
Pipeline
#181659
passed
1 year ago
Stage: verify
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
testing/nushell/APKBUILD
+3
-3
3 additions, 3 deletions
testing/nushell/APKBUILD
testing/nushell/system-deps.patch
+19
-19
19 additions, 19 deletions
testing/nushell/system-deps.patch
with
22 additions
and
22 deletions
testing/nushell/APKBUILD
+
3
−
3
View file @
eb794b03
# Contributor: nibon7 <nibon7@163.com>
# Maintainer: nibon7 <nibon7@163.com>
pkgname
=
nushell
pkgver
=
0.8
4
.0
pkgver
=
0.8
5
.0
pkgrel
=
0
pkgdesc
=
"A new type of shell"
url
=
"https://www.nushell.sh"
...
...
@@ -69,6 +69,6 @@ _plugins() {
}
sha512sums
=
"
d
3bd4b312a86a604e738cf7e0da8931de255858e0f2f430e28afa7af93203845c8e559bf944b966d6f18e837b6a589cc3d0372a58425940432e59096ed564e78
nushell-0.8
4
.0.tar.gz
18f778c6118305b9accb592d017f0a5c085f9abfcbec57388b9b8c2787ec1b00a3c4155c7979ebcb4800a63fa7eafc45943fa3ea7a727788de789bbe9294f042
system-deps.patch
d
8118b40c181290c918ed07acc85e4ddd603a6a517c66ac1b3dc161285d281b38282f35ca24a6b2720b5dac2582ca63a8c376d50a8b3b08a0830b8bc54b03d89
nushell-0.8
5
.0.tar.gz
5b97aee3d7e995733e3659b5bcb350af38a42d009acdcf38cadb428fb23138a10ed71664deb889e1f25552e3e50e7ccc36798a01aa2384d1079cea5cea6c8326
system-deps.patch
"
This diff is collapsed.
Click to expand it.
testing/nushell/system-deps.patch
+
19
−
19
View file @
eb794b03
diff --git a/Cargo.lock b/Cargo.lock
index
45c2396..6021614
100644
index
f46dd56..ad9ecfb
100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2
087
,7 +2
087
,6 @@
version = "0.26.0"
@@ -2
236
,7 +2
236
,6 @@
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afc22eff61b133b115c6e8c74e818c628d6d5e7a502afea6f64dee076dd94326"
dependencies = [
...
...
@@ -11,36 +11,36 @@ index 45c2396..6021614 100644
"vcpkg",
]
diff --git a/Cargo.toml b/Cargo.toml
index
8550e24..068d3f8
100644
index
ab87f9e..8ad69db
100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -67,7 +67,7 @@
nu-term-grid = { path = "./crates/nu-term-grid", version = "0.8
3
.0" }
nu-std = { path = "./crates/nu-std", version = "0.8
3
.0" }
nu-utils = { path = "./crates/nu-utils", version = "0.8
3
.0" }
@@ -67,7 +67,7 @@
nu-term-grid = { path = "./crates/nu-term-grid", version = "0.8
5
.0" }
nu-std = { path = "./crates/nu-std", version = "0.8
5
.0" }
nu-utils = { path = "./crates/nu-utils", version = "0.8
5
.0" }
nu-ansi-term = "0.49.0"
-reedline = { version = "0.23.0", features = ["bashisms", "sqlite"]}
+reedline = { version = "0.23.0", features = ["bashisms", "sqlite-dynlib"]}
mimalloc = { version = "0.1.37", default-features = false, optional = true}
-reedline = { version = "0.24.0", features = ["bashisms", "sqlite"] }
+reedline = { version = "0.24.0", features = ["bashisms", "sqlite-dynlib"]}
crossterm = "0.27"
ctrlc = "3.4"
diff --git a/crates/nu-cli/Cargo.toml b/crates/nu-cli/Cargo.toml
index
b85c419..68da2b8
100644
index
5b7fda5..476694e
100644
--- a/crates/nu-cli/Cargo.toml
+++ b/crates/nu-cli/Cargo.toml
@@ -25,7 +25,7 @@
nu-protocol = { path = "../nu-protocol", version = "0.8
3
.0" }
nu-utils = { path = "../nu-utils", version = "0.8
3
.0" }
nu-color-config = { path = "../nu-color-config", version = "0.8
3
.0" }
@@ -25,7 +25,7 @@
nu-protocol = { path = "../nu-protocol", version = "0.8
5
.0" }
nu-utils = { path = "../nu-utils", version = "0.8
5
.0" }
nu-color-config = { path = "../nu-color-config", version = "0.8
5
.0" }
nu-ansi-term = "0.49.0"
-reedline = { version = "0.2
3
.0", features = ["bashisms", "sqlite"]}
+reedline = { version = "0.2
3
.0", features = ["bashisms", "sqlite-dynlib"]}
-reedline = { version = "0.2
4
.0", features = ["bashisms", "sqlite"]
}
+reedline = { version = "0.2
4
.0", features = ["bashisms", "sqlite-dynlib"]}
chrono = { default-features = false, features = ["std"], version = "0.4" }
crossterm = "0.2
6
"
crossterm = "0.2
7
"
diff --git a/crates/nu-command/Cargo.toml b/crates/nu-command/Cargo.toml
index
b84a3dc..8ae059e
100644
index
2f26bcb..9c7c29c
100644
--- a/crates/nu-command/Cargo.toml
+++ b/crates/nu-command/Cargo.toml
@@ -7
5
,7 +7
5
,7 @@
rand = "0.8"
@@ -7
3
,7 +7
3
,7 @@
rand = "0.8"
rayon = "1.7"
regex = "1.7"
roxmltree = "0.18"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment