Updated to v5.3 and converted metadata to yaml

This commit is contained in:
2024-09-09 11:30:09 +00:00
parent a71919bed9
commit 47e46ff329
+3 -2
View File
@@ -1,8 +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.2 version: 5.3
url: https://gitlab.com/EnumDev/stormfetch url: https://gitlab.com/EnumDev/stormfetch
license: MIT license: MIT
architecture: any architecture: any
type: source type: source
make_depends: git,go depends: ["bash"]
make_depends: ["git","golang"]