Update check-version.sh script

This commit is contained in:
2025-09-07 10:46:58 +03:00
parent d68aefebe5
commit 0f33a04c7a
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash
# Codeberg repository
REPO="dnkl/tllist"
REPO="dnkl/fcft"
# Get version from tag name using Codeberg Rest API
VERSION=$(curl -s -L https://codeberg.org/api/v1/repos/$REPO/tags/ | jq -r '.[0]'.name)