Skip to content

Commit a767425

Browse files
committed
Release v0.5.4
1 parent d93a948 commit a767425

File tree

4 files changed

+5
-10
lines changed

4 files changed

+5
-10
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -107,15 +107,9 @@ jobs:
107107

108108
- name: Install shfmt and shellcheck
109109
run: |
110-
# Install shellcheck from apt (0.10.0 on Ubuntu 24.04)
110+
# Install from apt (Ubuntu 24.04: shellcheck 0.10.0, shfmt 3.8.0)
111111
sudo apt-get update
112-
sudo apt-get install -y shellcheck
113-
114-
# Install shfmt from GitHub releases
115-
curl -fsSL "https://github.com/mvdan/sh/releases/download/v${{ env.SHFMT_VERSION }}/shfmt_v${{ env.SHFMT_VERSION }}_linux_amd64" \
116-
-o /tmp/shfmt
117-
sudo install -m 755 /tmp/shfmt /usr/local/bin/shfmt
118-
rm /tmp/shfmt
112+
sudo apt-get install -y shellcheck shfmt
119113
120114
# Verify installations
121115
shfmt --version

justfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ install:
118118
@echo "Installing project dependencies..."
119119
nimble refresh
120120
nimble install -d --accept
121+
nimble setup
121122
@echo "Dependencies installed"
122123

123124
# Update all dependencies

versions.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ ZIG_VERSION=0.15.2
1717
RISCSTAR_VERSION=15.2-r1
1818
BOOTLIN_ARMV5_VERSION=armv5-eabi--musl--stable-2025.08-1
1919
UV_VERSION=0.9.24
20-
SHFMT_VERSION=3.10.0
20+
SHFMT_VERSION=3.8.0

yabb.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Package
55

6-
version = "0.5.3"
6+
version = "0.5.4"
77
author = "Aryan Ameri"
88
description = "Yet Another BTRFS Backup"
99
license = "MPL 2.0"

0 commit comments

Comments
 (0)