From 85dee9e7f518ca46f653662a822059cdf843176f Mon Sep 17 00:00:00 2001 From: EnumDev Date: Mon, 9 Sep 2024 09:51:49 +0000 Subject: [PATCH] Updated to 5.0.0, converted to yaml and added compilation option settings --- .compilation-options | 1 + pkg.info | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .compilation-options diff --git a/.compilation-options b/.compilation-options new file mode 100644 index 0000000..9c7aafe --- /dev/null +++ b/.compilation-options @@ -0,0 +1 @@ +ARCH=any diff --git a/pkg.info b/pkg.info index 4aa8f6c..600b1b5 100644 --- a/pkg.info +++ b/pkg.info @@ -1,8 +1,8 @@ name: bpm-utils description: Package utilities for the Bubble Package Manager -version: 4.0.0 +version: 5.0.0 url: https://gitlab.com/bubble-package-manager/bpm-utils license: MIT architecture: any -keep: etc/bpm-utils/ +keep: ["etc/bpm-utils/"] type: source