diff --git a/packages/starship/0001-Cargo.toml.patch b/packages/starship/0001-Cargo.toml.patch index 952f02abcb1e06..94f03824b22899 100644 --- a/packages/starship/0001-Cargo.toml.patch +++ b/packages/starship/0001-Cargo.toml.patch @@ -1,5 +1,5 @@ diff --git a/Cargo.toml b/Cargo.toml -index 9a050e01..3d9a857a 100644 +index 4758ddc..86286d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,8 +29,7 @@ The minimal, blazing-fast, and infinitely customizable prompt for any shell! ☄ @@ -16,8 +16,8 @@ index 9a050e01..3d9a857a 100644 shadow-rs = { version = "1.4.0", default-features = false, features = ["build"] } # battery is optional (on by default) because the crate doesn't currently build for Termux # see: https://github.com/svartalf/rust-battery/issues/33 --starship-battery = { version = "0.10.2", optional = true } -+# starship-battery = { version = "0.10.2", optional = true } +-starship-battery = { version = "0.10.3", optional = true } ++# starship-battery = { version = "0.10.3", optional = true } strsim = "0.11.1" systemstat = "=0.2.5" terminal_size = "0.4.3" diff --git a/packages/starship/build.sh b/packages/starship/build.sh index 4f1aa4c53ce1b1..1685dafa2b6777 100644 --- a/packages/starship/build.sh +++ b/packages/starship/build.sh @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://starship.rs TERMUX_PKG_DESCRIPTION="A minimal, blazing fast, and extremely customizable prompt for any shell" TERMUX_PKG_LICENSE="ISC" TERMUX_PKG_MAINTAINER="Joshua Kahn @TomJo2000" -TERMUX_PKG_VERSION="1.24.0" +TERMUX_PKG_VERSION="1.24.1" TERMUX_PKG_SRCURL=https://github.com/starship/starship/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=3d98e2c57dcfea36c6035e2ad812f91cfe33099e4b67f6ea7728e2294f02ca61 +TERMUX_PKG_SHA256=4f2ac4181c3dea66f84bf8c97a3cb39dd218c27c8e4ade4de149d3834a87c428 TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_BUILD_DEPENDS="zlib" TERMUX_PKG_BUILD_IN_SRC=true