Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- config/rootfiles/common/rust-unindent | 19 ++++++++++--------- lfs/rust-unindent | 12 ++++-------- 2 files changed, 14 insertions(+), 17 deletions(-)
diff --git a/config/rootfiles/common/rust-unindent b/config/rootfiles/common/rust-unindent index ab9059062..bad90a316 100644 --- a/config/rootfiles/common/rust-unindent +++ b/config/rootfiles/common/rust-unindent @@ -1,9 +1,10 @@ -#usr/share/cargo/registry/unindent-0.1.7 -#usr/share/cargo/registry/unindent-0.1.7/.cargo-checksum.json -#usr/share/cargo/registry/unindent-0.1.7/Cargo.toml -#usr/share/cargo/registry/unindent-0.1.7/Cargo.toml.deps -#usr/share/cargo/registry/unindent-0.1.7/LICENSE-APACHE -#usr/share/cargo/registry/unindent-0.1.7/LICENSE-MIT -#usr/share/cargo/registry/unindent-0.1.7/README.md -#usr/share/cargo/registry/unindent-0.1.7/src -#usr/share/cargo/registry/unindent-0.1.7/src/lib.rs +#usr/share/cargo/registry/unindent-0.1.11 +#usr/share/cargo/registry/unindent-0.1.11/.cargo-checksum.json +#usr/share/cargo/registry/unindent-0.1.11/Cargo.toml +#usr/share/cargo/registry/unindent-0.1.11/Cargo.toml.deps +#usr/share/cargo/registry/unindent-0.1.11/LICENSE-APACHE +#usr/share/cargo/registry/unindent-0.1.11/LICENSE-MIT +#usr/share/cargo/registry/unindent-0.1.11/README.md +#usr/share/cargo/registry/unindent-0.1.11/src +#usr/share/cargo/registry/unindent-0.1.11/src/lib.rs +#usr/share/cargo/registry/unindent-0.1.11/src/unindent.rs diff --git a/lfs/rust-unindent b/lfs/rust-unindent index 501bc60d8..cd7a3f889 100644 --- a/lfs/rust-unindent +++ b/lfs/rust-unindent @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2024 IPFire Team info@ipfire.org # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@
include Config
-VER = 0.1.7 +VER = 0.1.11
THISAPP = unindent-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = cbf76fd18e49332e61275ab204cef1fc4dee58091307f8cbe2107d3a8441551055541583f1d643d4d15f9cc17a8405f540f0c53548f5b2379dd70791a03640cb +$(DL_FILE)_BLAKE2 = d4d1dde410c4194acb51f74f374cf11fa872e49fad8f5f24b596d72476403e5e312fedf7b0bcb1027384d53c8de565368d63c30eaf70a6e6cd958b82e5288ca3
install : $(TARGET)
@@ -73,11 +73,7 @@ $(subst %,%_BLAKE2,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - - cd $(DIR_APP) && if [ -f Cargo.toml.orig ]; then \ - rm -f Cargo.toml.orig; \ - fi; \ - + cd $(DIR_APP) && rm Cargo.toml.orig cd $(DIR_APP) && $(CARGO_PREPARE) cd $(DIR_APP) && $(CARGO_BUILD) cd $(DIR_APP) && $(CARGO_INSTALL)