From 2b26b55f399a043473440e5556f0538f203e6187 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sat, 23 Aug 2025 18:23:30 +0300 Subject: [PATCH] Update package version to 6.2 --- pkg.info | 3 +-- source.sh | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pkg.info b/pkg.info index f547250..febf599 100644 --- a/pkg.info +++ b/pkg.info @@ -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 diff --git a/source.sh b/source.sh index 73d7a4f..a2217b4 100644 --- a/source.sh +++ b/source.sh @@ -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