From e446aea26bbc821611f034d8f2748fa46fd997ad Mon Sep 17 00:00:00 2001 From: Celeste <20312-Celeste@users.gitlab.alpinelinux.org> Date: Wed, 13 Dec 2023 03:55:22 +0000 Subject: [PATCH] community/nushell: upgrade to 0.88.0 --- community/nushell/APKBUILD | 6 +++--- community/nushell/system-deps.patch | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/community/nushell/APKBUILD b/community/nushell/APKBUILD index 15f33635e09..9fa346e2f1b 100644 --- a/community/nushell/APKBUILD +++ b/community/nushell/APKBUILD @@ -1,7 +1,7 @@ # Contributor: nibon7 # Maintainer: nibon7 pkgname=nushell -pkgver=0.87.1 +pkgver=0.88.0 pkgrel=0 pkgdesc="A new type of shell" url="https://www.nushell.sh" @@ -74,6 +74,6 @@ _plugins() { } sha512sums=" -ce1c5920cf5b38a66f33e7bf36615a0c4df1e89f4654e408eafad6431e26f0464c1061fffacaded0779832da64049f3771753872bcf806a074fe3a09565380c5 nushell-0.87.1.tar.gz -ae2f5903d1330e9fe672c92da347a7d4fc64b0cf01e617f8309e04022616d52be4deff8e02c2b01da4fbef43e981a432830ce551d2eefe458c7413738658076a system-deps.patch +fd56ef810690f4b1b7a8973ec770cfc84b8f066e873ff0b613be4a6626092a54f3bfdeb1aaeb5603961c0d9b2ba28934b17bb21d7b7d4a9eb8ed00c3822ebe4e nushell-0.88.0.tar.gz +cd95107d6160d042542c4e97b3238ad6eb38ab45c8d6a390c028181dae6e02c4c129c5e019a6210551bb3d0c4c690bc65823377f176a4d78128f48cf860bda61 system-deps.patch " diff --git a/community/nushell/system-deps.patch b/community/nushell/system-deps.patch index 6e1bcc5a1bf..8eb5023dc83 100644 --- a/community/nushell/system-deps.patch +++ b/community/nushell/system-deps.patch @@ -18,8 +18,8 @@ index ab87f9e..8ad69db 100644 nu-std = { path = "./crates/nu-std", version = "0.85.0" } nu-utils = { path = "./crates/nu-utils", version = "0.85.0" } nu-ansi-term = "0.49.0" --reedline = { version = "0.26.0", features = ["bashisms", "sqlite"] } -+reedline = { version = "0.26.0", features = ["bashisms", "sqlite-dynlib"]} +-reedline = { version = "0.27.0", features = ["bashisms", "sqlite"] } ++reedline = { version = "0.27.0", features = ["bashisms", "sqlite-dynlib"]} crossterm = "0.27" ctrlc = "3.4" @@ -31,8 +31,8 @@ index 5b7fda5..476694e 100644 nu-utils = { path = "../nu-utils", version = "0.85.0" } nu-color-config = { path = "../nu-color-config", version = "0.85.0" } nu-ansi-term = "0.49.0" --reedline = { version = "0.26.0", features = ["bashisms", "sqlite"] } -+reedline = { version = "0.26.0", features = ["bashisms", "sqlite-dynlib"]} +-reedline = { version = "0.27.0", features = ["bashisms", "sqlite"] } ++reedline = { version = "0.27.0", features = ["bashisms", "sqlite-dynlib"]} chrono = { default-features = false, features = ["std"], version = "0.4" } crossterm = "0.27" @@ -44,8 +44,8 @@ index 2f26bcb..9c7c29c 100644 rayon = "1.7" regex = "1.7" roxmltree = "0.18" --rusqlite = { version = "0.29", features = ["bundled"], optional = true } -+rusqlite = { version = "0.29", optional = true } +-rusqlite = { version = "0.29", features = ["bundled", "backup"], optional = true } ++rusqlite = { version = "0.29", features = ["backup"], optional = true } same-file = "1.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"