Skip to content
Open
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
2 changes: 1 addition & 1 deletion recipes/libs/double-conversion.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
inherit: [cmake]
inherit: ['compat::cmake-3.31']

metaEnvironment:
PKG_VERSION: "3.3.0"
Expand Down
2 changes: 1 addition & 1 deletion recipes/libs/jsonc.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
inherit: [cmake]
inherit: ['compat::cmake-3.31']

metaEnvironment:
PKG_DESCRIPTION: "A JSON implementation in C"
Expand Down
2 changes: 1 addition & 1 deletion recipes/libs/yajl.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
inherit: [cmake]
inherit: ['compat::cmake-3.31']

metaEnvironment:
PKG_VERSION: "2.1.0"
Expand Down
4 changes: 2 additions & 2 deletions recipes/utils/strace.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
inherit: [autotools]

metaEnvironment:
PKG_VERSION: "6.10"
PKG_VERSION: "6.18"
PKG_LICENSE: "LGPL-2.1-or-later"

checkoutSCM:
scm: url
url: https://strace.io/files/${PKG_VERSION}/strace-${PKG_VERSION}.tar.xz
digestSHA256: 765ec71aa1de2fe37363c1e40c7b7669fc1d40c44bb5d38ba8e8cd82c4edcf07
digestSHA256: 0ad5dcba973a69e779650ef1cb335b12ee60716fc7326609895bd33e6d2a7325
stripComponents: 1

buildTools: [host-toolchain]
Expand Down
2 changes: 1 addition & 1 deletion recipes/utils/tidy.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
inherit: [cmake]
inherit: ['compat::cmake-3.31']

metaEnvironment:
PKG_VERSION: "5.8.0"
Expand Down
Loading