Update package version to 6.1

This commit is contained in:
2025-03-12 22:28:47 +02:00
parent 47e46ff329
commit d3267bde8e
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -1,9 +1,9 @@
name: stormfetch name: stormfetch
description: A simple linux fetch program written in go and bash description: A simple linux fetch program written in go and bash
version: 5.3 version: 6.1
url: https://gitlab.com/EnumDev/stormfetch url: https://git.enumerated.dev/EnumDev/stormfetch
license: MIT license: MIT
architecture: any architecture: any
type: source type: source
depends: ["bash"] depends: ["bash","libglvnd","libxcursor","libxi","libxinerama","libxrandr"]
make_depends: ["git","golang"] make_depends: ["git","golang","libx11","make"]
+1 -1
View File
@@ -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 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 # 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/EnumDev/stormfetch.git" REPO="https://git.enumerated.dev/EnumDev/stormfetch.git"
# The prepare function is executed in the root of the temp directory # 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 # This function is used for downloading files and putting them into the correct location