Skip to content

Commit 28935e4

Browse files
build: automatic update.sh updates (GA)
1 parent d1ffb56 commit 28935e4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.ddev/addon-metadata/pimp-my-shell/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: pimp-my-shell
22
repository: .
33
version: ""
4-
install_date: "2025-04-03T12:30:33Z"
4+
install_date: "2025-04-06T12:27:02Z"
55
project_files:
66
- web-build/Dockerfile.pimp-my-shell
77
- homeadditions/.bashrc.d/pimp-my-shell.sh

.ddev/web-build/Dockerfile.pimp-my-shell

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN set -eux; \
99

1010
# fzf et al
1111
RUN set -eux; \
12-
FZF_VERSION=0.61.0; \
12+
FZF_VERSION=0.61.1; \
1313
AARCH=$(dpkg --print-architecture); \
1414
wget -q https://github.com/junegunn/fzf/releases/download/v${FZF_VERSION}/fzf-${FZF_VERSION}-linux_${AARCH}.tar.gz -O - | tar -zxf - -C /usr/local/bin; \
1515
\

web-build/Dockerfile.pimp-my-shell

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN set -eux; \
99

1010
# fzf et al
1111
RUN set -eux; \
12-
FZF_VERSION=0.61.0; \
12+
FZF_VERSION=0.61.1; \
1313
AARCH=$(dpkg --print-architecture); \
1414
wget -q https://github.com/junegunn/fzf/releases/download/v${FZF_VERSION}/fzf-${FZF_VERSION}-linux_${AARCH}.tar.gz -O - | tar -zxf - -C /usr/local/bin; \
1515
\

0 commit comments

Comments
 (0)