From a16b4730a3e4c4a88324ccf85e68143d335558f3 Mon Sep 17 00:00:00 2001 From: CapCreeperGR Date: Sat, 20 Jul 2024 17:56:35 +0000 Subject: [PATCH] Updated to 5.2 --- pkg.info | 4 ++-- source.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg.info b/pkg.info index 9b8a121..90c9b81 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: stormfetch description: A simple linux fetch program written in go and bash -version: 5.1 -url: https://gitlab.com/CapCreeperGR/stormfetch +version: 5.2 +url: https://gitlab.com/EnumDev/stormfetch license: MIT architecture: any type: source diff --git a/source.sh b/source.sh index 7d83b54..379fc66 100644 --- a/source.sh +++ b/source.sh @@ -2,7 +2,7 @@ # BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE # BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT -REPO="https://gitlab.com/CapCreeperGR/stormfetch.git" +REPO="https://gitlab.com/EnumDev/stormfetch.git" # The prepare function is executed in the root of the temp directory # This function is used for downloading files and putting them into the correct location