Signed-off-by: Adolf Belka adolf.belka@ipfire.org --- config/rootfiles/common/rust-indoc-impl | 18 +++++++++--------- lfs/rust-indoc-impl | 12 ++++-------- 2 files changed, 13 insertions(+), 17 deletions(-)
diff --git a/config/rootfiles/common/rust-indoc-impl b/config/rootfiles/common/rust-indoc-impl index 9888c9b49..db7a776ab 100644 --- a/config/rootfiles/common/rust-indoc-impl +++ b/config/rootfiles/common/rust-indoc-impl @@ -1,9 +1,9 @@ -#usr/share/cargo/registry/indoc-impl-0.3.6 -#usr/share/cargo/registry/indoc-impl-0.3.6/.cargo-checksum.json -#usr/share/cargo/registry/indoc-impl-0.3.6/Cargo.toml -#usr/share/cargo/registry/indoc-impl-0.3.6/Cargo.toml.deps -#usr/share/cargo/registry/indoc-impl-0.3.6/LICENSE-APACHE -#usr/share/cargo/registry/indoc-impl-0.3.6/LICENSE-MIT -#usr/share/cargo/registry/indoc-impl-0.3.6/README.md -#usr/share/cargo/registry/indoc-impl-0.3.6/src -#usr/share/cargo/registry/indoc-impl-0.3.6/src/lib.rs +#usr/share/cargo/registry/indoc-impl-0.3.7 +#usr/share/cargo/registry/indoc-impl-0.3.7/.cargo-checksum.json +#usr/share/cargo/registry/indoc-impl-0.3.7/Cargo.toml +#usr/share/cargo/registry/indoc-impl-0.3.7/Cargo.toml.deps +#usr/share/cargo/registry/indoc-impl-0.3.7/LICENSE-APACHE +#usr/share/cargo/registry/indoc-impl-0.3.7/LICENSE-MIT +#usr/share/cargo/registry/indoc-impl-0.3.7/README.md +#usr/share/cargo/registry/indoc-impl-0.3.7/src +#usr/share/cargo/registry/indoc-impl-0.3.7/src/lib.rs diff --git a/lfs/rust-indoc-impl b/lfs/rust-indoc-impl index 87786e0ca..6058209ec 100644 --- a/lfs/rust-indoc-impl +++ b/lfs/rust-indoc-impl @@ -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.3.6 +VER = 0.3.7
THISAPP = indoc-impl-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 93e232e360e8f02943ef9a9cabf16bc863d792d8096b8d9a13a07f0b7b396db590abf83b5444f082317059dad7578ffae974dbc8a7e56fbdbab817b7d2534725 +$(DL_FILE)_BLAKE2 = 7969774e4d8cf16ee9440dd8f64952497299d4d6256e52b5df7b7ed38533c3f25b5eb1f1db45e995c3969920f89b2b95dfd2a1e77678713d2c7474bf16b9890f
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)