Updated to 0.4.0 and converted to yaml

This commit is contained in:
2024-09-09 09:50:52 +00:00
parent de7babb1d7
commit 0e39d918f9
+4 -4
View File
@@ -1,10 +1,10 @@
name: bpm name: bpm
description: A simple Linux package manager description: A simple Linux package manager
version: 0.3.2 version: 0.4.0
url: https://gitlab.com/bubble-package-manager/bpm url: https://gitlab.com/bubble-package-manager/bpm
license: MIT license: MIT
architecture: any architecture: any
depends: fakeroot make_depends: ["golang","git"]
make_depends: golang,git optional_depends: ["fakeroot"]
keep: etc/bpm.conf keep: ["etc/bpm.conf"]
type: source type: source