Update package version to 7.5

This commit is contained in:
2025-09-20 16:21:04 +03:00
parent c155e27f33
commit b5db3fac49
2 changed files with 10 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
# Sourceforge project
REPO="smartmontools"
# Get version using best_release.json
VERSION=$(curl -s -L https://sourceforge.net/projects/"$REPO"/best_release.json | jq '.platform_releases.linux.filename' | cut -d'/' -f3)
echo "$VERSION"
+1 -2
View File
@@ -1,7 +1,6 @@
name: smartmontools name: smartmontools
description: Utilities to control and monitor storage systems using S.M.A.R.T (Self-Monitoring Analysis and Reporting Technology System) description: Utilities to control and monitor storage systems using S.M.A.R.T (Self-Monitoring Analysis and Reporting Technology System)
version: 7.4 version: 7.5
revision: 2
url: https://www.smartmontools.org/ url: https://www.smartmontools.org/
license: GPL2 license: GPL2
architecture: any architecture: any