From 28a567756ad3e42cceac74361e08c7432ea9febb Mon Sep 17 00:00:00 2001 From: Ariel Barreiro Date: Mon, 16 Dec 2024 11:08:24 -0300 Subject: [PATCH] feat: fzf 0.57.0 and fzf-git.sh update --- .ddev/addon-metadata/pimp-my-shell/manifest.yaml | 2 +- .ddev/web-build/Dockerfile.pimp-my-shell | 4 ++-- web-build/Dockerfile.pimp-my-shell | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.ddev/addon-metadata/pimp-my-shell/manifest.yaml b/.ddev/addon-metadata/pimp-my-shell/manifest.yaml index 0b0ad71..3e760ab 100644 --- a/.ddev/addon-metadata/pimp-my-shell/manifest.yaml +++ b/.ddev/addon-metadata/pimp-my-shell/manifest.yaml @@ -1,7 +1,7 @@ name: pimp-my-shell repository: . version: "" -install_date: "2024-12-12T21:22:15-03:00" +install_date: "2024-12-16T11:08:31-03:00" project_files: - web-build/Dockerfile.pimp-my-shell - homeadditions/.bashrc.d/pimp-my-shell.sh diff --git a/.ddev/web-build/Dockerfile.pimp-my-shell b/.ddev/web-build/Dockerfile.pimp-my-shell index a40e6c1..d5e946a 100644 --- a/.ddev/web-build/Dockerfile.pimp-my-shell +++ b/.ddev/web-build/Dockerfile.pimp-my-shell @@ -9,8 +9,8 @@ RUN set -eux; \ # fzf et al RUN set -eux; \ - FZF_SHA1=add1aec685ffe9033bb1fdcaf0df0eae95c9cacd; \ - FZFGIT_SHA1=f730cfa1860acdb64597a0cf060d4949f1cd02a8; \ + FZF_SHA1=0476a65fca287a1cd17ae3cbdfd8155eb0fb40ad; \ + FZFGIT_SHA1=28b544a7b6d284b8e46e227b36000089b45e9e00; \ mkdir -p /opt/fzf; \ cd /opt/fzf; \ git init; \ diff --git a/web-build/Dockerfile.pimp-my-shell b/web-build/Dockerfile.pimp-my-shell index a40e6c1..d5e946a 100644 --- a/web-build/Dockerfile.pimp-my-shell +++ b/web-build/Dockerfile.pimp-my-shell @@ -9,8 +9,8 @@ RUN set -eux; \ # fzf et al RUN set -eux; \ - FZF_SHA1=add1aec685ffe9033bb1fdcaf0df0eae95c9cacd; \ - FZFGIT_SHA1=f730cfa1860acdb64597a0cf060d4949f1cd02a8; \ + FZF_SHA1=0476a65fca287a1cd17ae3cbdfd8155eb0fb40ad; \ + FZFGIT_SHA1=28b544a7b6d284b8e46e227b36000089b45e9e00; \ mkdir -p /opt/fzf; \ cd /opt/fzf; \ git init; \