Skip to content

Commit 35409a2

Browse files
committed
feat: fish 4.x
1 parent e4a8bfe commit 35409a2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

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

+1-1
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-03-13T12:29:44Z"
4+
install_date: "2025-03-13T09:38:12-03:00"
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ RUN set -eux; \
5555

5656
# fish
5757
RUN set -eux; \
58-
FISH_VERSION=3.7.1-1; \
58+
FISH_VERSION=4.0.1-1; \
5959
DEBIAN=$(lsb_release -rs); \
6060
AARCH=$(dpkg --print-architecture); \
61-
wget -q https://download.opensuse.org/repositories/shells:/fish:/release:/3/Debian_${DEBIAN}/${AARCH}/fish_${FISH_VERSION}_${AARCH}.deb -O fish.deb ; \
61+
wget -q https://download.opensuse.org/repositories/shells:/fish:/release:/4/Debian_${DEBIAN}/${AARCH}/fish_${FISH_VERSION}_${AARCH}.deb -O fish.deb ; \
6262
dpkg -i fish.deb; \
6363
rm fish.deb;
6464

update.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ echo "gum version: $VERSION"
4848
perl -pi -e "s@GUM_VERSION=.*@GUM_VERSION=${VERSION}; \\\\@g" web-build/Dockerfile.pimp-my-shell
4949

5050
# fish
51-
VERSION=$(curl -Ls "https://download.opensuse.org/download/repositories/shells:/fish:/release:/3/Debian_12/?jsontable&_=${_timestamp}" | jq -r '.data | .[] | select(.name | endswith(".dsc")) | .name' | sed 's/fish_\(.*\)\.dsc/\1/g')
51+
VERSION=$(curl -Ls "https://download.opensuse.org/download/repositories/shells:/fish:/release:/4/Debian_12/?jsontable&_=${_timestamp}" | jq -r '.data | .[] | select(.name | endswith(".dsc")) | .name' | sed 's/fish_\(.*\)\.dsc/\1/g')
5252
[ -n "$VERSION" ]
5353
echo "fish debian version from opensuse: $VERSION"
5454
perl -pi -e "s@FISH_VERSION=.*@FISH_VERSION=${VERSION}; \\\\@g" web-build/Dockerfile.pimp-my-shell

web-build/Dockerfile.pimp-my-shell

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ RUN set -eux; \
5555

5656
# fish
5757
RUN set -eux; \
58-
FISH_VERSION=3.7.1-1; \
58+
FISH_VERSION=4.0.1-1; \
5959
DEBIAN=$(lsb_release -rs); \
6060
AARCH=$(dpkg --print-architecture); \
61-
wget -q https://download.opensuse.org/repositories/shells:/fish:/release:/3/Debian_${DEBIAN}/${AARCH}/fish_${FISH_VERSION}_${AARCH}.deb -O fish.deb ; \
61+
wget -q https://download.opensuse.org/repositories/shells:/fish:/release:/4/Debian_${DEBIAN}/${AARCH}/fish_${FISH_VERSION}_${AARCH}.deb -O fish.deb ; \
6262
dpkg -i fish.deb; \
6363
rm fish.deb;
6464

0 commit comments

Comments
 (0)