summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Andy Alt <arch_stanton5995@proton.me>2024-03-07 10:28:20 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-03-09 06:18:06 +0700
commit9bd34e8dcfa60cc4063c9459994e00aea9f99019 (patch)
treefaf2866391d20a5b7ec24fbf6c270eeeb8e96e27 /libraries
parent3f23fe3e50dc87534deb0d84fb04c9f2464d0bb8 (diff)
downloadslackbuilds-9bd34e8dcfa60cc4063c9459994e00aea9f99019.tar.gz
slackbuilds-9bd34e8dcfa60cc4063c9459994e00aea9f99019.tar.xz
libraries/canfigger: Updated for version 0.3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/canfigger/README13
-rw-r--r--libraries/canfigger/canfigger.SlackBuild2
-rw-r--r--libraries/canfigger/canfigger.info6
-rw-r--r--libraries/canfigger/slack-desc8
4 files changed, 14 insertions, 15 deletions
diff --git a/libraries/canfigger/README b/libraries/canfigger/README
index d1315c49fb..65938ae5e4 100644
--- a/libraries/canfigger/README
+++ b/libraries/canfigger/README
@@ -1,11 +1,10 @@
# canfigger
-Simple configuration file parser library
+Canfigger is a lightweight C language library designed to parse
+configuration files. It provides functionality to read them and
+represent their contents as a linked list of key-value pairs, along
+with associated attributes for each pair.
-website: https://github.com/andy5995/canfigger
+website: https://github.com/andy5995/canfigger/
-This library contains a function that parses simple configuration
-files that use a key/value pair with optional attributes.
-
-See README.md on the GitHub repo for more info about the API and
-examples.
+See README.md on the GitHub repo for more info and examples.
diff --git a/libraries/canfigger/canfigger.SlackBuild b/libraries/canfigger/canfigger.SlackBuild
index d503979bd8..020fa16bf0 100644
--- a/libraries/canfigger/canfigger.SlackBuild
+++ b/libraries/canfigger/canfigger.SlackBuild
@@ -22,7 +22,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=canfigger
-VERSION=${VERSION:-0.2.0}
+VERSION=${VERSION:-0.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/libraries/canfigger/canfigger.info b/libraries/canfigger/canfigger.info
index 1115f3b803..a03d6eef54 100644
--- a/libraries/canfigger/canfigger.info
+++ b/libraries/canfigger/canfigger.info
@@ -1,8 +1,8 @@
PRGNAM="canfigger"
-VERSION="0.2.0"
+VERSION="0.3.0"
HOMEPAGE="https://github.com/andy5995/canfigger/"
-DOWNLOAD="https://github.com/andy5995/canfigger/releases/download/v0.2.0/canfigger-0.2.0.tar.xz"
-MD5SUM="8550259d3b26b36fcb519ce297aaaccf"
+DOWNLOAD="https://github.com/andy5995/canfigger/releases/download/v0.3.0/canfigger-0.3.0.tar.xz"
+MD5SUM="f0142db8726d22896d9e04342fe3de7d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
diff --git a/libraries/canfigger/slack-desc b/libraries/canfigger/slack-desc
index 710f7e24d0..292a42b14a 100644
--- a/libraries/canfigger/slack-desc
+++ b/libraries/canfigger/slack-desc
@@ -8,10 +8,10 @@
|-----handy-ruler------------------------------------------------------|
canfigger: canfigger (Config File Parser)
canfigger:
-canfigger: canfigger is a library that contains a function that parses simple
-canfigger: configuration files which consist of a key/value pair with optional
-canfigger: attributes.
-canfigger:
+canfigger: Lightweight C language library designed to parse configuration files.
+canfigger: It provides functionality to read them and represent their contents as
+canfigger: a linked list of key-value pairs, along with associated attributes for
+canfigger: each pair.
canfigger:
canfigger:
canfigger: