Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions recipes/core/inih/recipe.kdl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
recipe {
name "inih"
version "59"
version "62"
release 1
description "Simple INI file parser library"
url "https://github.com/benhoyt/inih"
Expand All @@ -11,7 +11,7 @@ recipe {
}

source "https://github.com/benhoyt/inih/archive/refs/tags/r${recipe.version}.tar.gz" {
blake3 "92193920728e471f7c5275be6daa2f5bfd092e84ed47d2c0614564ec2510fd45"
blake3 "d3e654d280e40c816cf4497f2899ba707e610717e34acd06f9d5224cfdbb6c3f"
}

build {
Expand All @@ -33,7 +33,7 @@ includedir=${prefix}/include

Name: inih
Description: Simple INI file parser
Version: 59
Version: 62
Libs: -L${libdir} -linih
Cflags: -I${includedir}
EOF
Expand Down
6 changes: 3 additions & 3 deletions recipes/desktop/hwdata/recipe.kdl
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
recipe {
name "hwdata"
version "0.406"
version "0.410"
release 1
description "Hardware identification and configuration data (pci.ids, usb.ids)"
url "https://github.com/vcrhonek/hwdata"
archs "aarch64" "x86_64"
archs "any"
licenses "GPL2"
depends "busybox" "make"
}

source "https://github.com/vcrhonek/hwdata/archive/refs/tags/v${recipe.version}.tar.gz" {
blake3 "c9ac9ad3b6b3bc38ba1a163b53b7378d605c4a02e405537ac4eafe516a27c2b8"
blake3 "546817858aabc287c742bd064e9c5cdafdc76e4a9ac91412c4460ca50c16c552"
}

build {
Expand Down