Update package version to 6.2

This commit is contained in:
2025-08-23 18:23:30 +03:00
parent 7ea7cc784b
commit 2b26b55f39
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
name: stormfetch
description: A simple linux fetch program written in go and bash
version: 6.1
revision: 3
version: 6.2
url: https://github.com/EnumeratedDev/stormfetch
license: MIT
architecture: any
+1 -1
View File
@@ -14,7 +14,7 @@ prepare() {
# The build function is executed in the source directory
# This function is used to compile the source code
build() {
GO=go make SYSCONFDIR=/etc
make SYSCONFDIR=/etc
}
# The package function is executed in the source directory