]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
rust-unindent: Update to version 0.1.11 from 0.1.7
authorAdolf Belka <adolf.belka@ipfire.org>
Sat, 21 Dec 2024 12:55:24 +0000 (13:55 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 8 Jan 2025 19:11:42 +0000 (20:11 +0100)
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/rootfiles/common/rust-unindent
lfs/rust-unindent

index ab9059062f85323f3d295d3e2378ed5070b1d8d2..bad90a3160b0c84b4af14e6b79490ef31cde1a7a 100644 (file)
@@ -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
index 501bc60d8671329693a14d97e83b023ea4b7a00c..cd7a3f889dd231d3eea4ea7be94ffb869054d3b9 100644 (file)
@@ -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)