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"
+1 -1
View File
@@ -1,6 +1,6 @@
name: dmenu name: dmenu
description: Dynamic menu for X description: Dynamic menu for X
version: 5.3 version: 5.4
url: https://tools.suckless.org/dmenu/ url: https://tools.suckless.org/dmenu/
license: MIT license: MIT
architecture: any architecture: any