aboutsummaryrefslogtreecommitdiffstats
path: root/.extras/nvchecker.toml
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-07-17 12:02:36 +0200
committerDanilo M. <danix@danix.xyz>2026-07-17 12:02:36 +0200
commit423a59279583d698fa65d0d91311ebebc7dc0ac3 (patch)
treea02ab75888d245ee90620efeb03f5fc678ea21c0 /.extras/nvchecker.toml
parent7609e62a41478416d5c8c47457ac65dcfc37286b (diff)
downloadmy-slackbuilds-423a59279583d698fa65d0d91311ebebc7dc0ac3.tar.gz
my-slackbuilds-423a59279583d698fa65d0d91311ebebc7dc0ac3.zip
hyprsunset-qt: add version 0.1.1
Diffstat (limited to '.extras/nvchecker.toml')
-rw-r--r--.extras/nvchecker.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.extras/nvchecker.toml b/.extras/nvchecker.toml
index 68db090..544be2a 100644
--- a/.extras/nvchecker.toml
+++ b/.extras/nvchecker.toml
@@ -140,3 +140,7 @@ source = "github"
github = "quodlibet/mutagen"
use_latest_release = true
prefix = "release-"
+
+[hyprsunset-qt]
+source = "cmd"
+cmd = '''curl -fsSL https://git.danix.xyz/hyprsunset-qt/refs/tags | grep -oE 'hyprsunset-qt-[0-9.]+\.tar' | sed 's/hyprsunset-qt-//;s/\.tar//' | sort -V | tail -1'''