Update package version to 5.4

This commit is contained in:
2025-09-10 11:06:18 +03:00
parent 163a68825e
commit 372b7ec1c7
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
# Git repository
REPO="https://git.suckless.org/dmenu"
# Get tag name using 'git ls-remote'
TAG_NAME=$(git ls-remote --exit-code --refs --tags --sort='v:refname' "$REPO" | tail -1 | cut -d'/' -f3)
echo "$TAG_NAME"