diff --git a/src/framework/chef.c b/src/framework/chef.c index 85bac40..7854978 100644 --- a/src/framework/chef.c +++ b/src/framework/chef.c @@ -498,7 +498,7 @@ chef_set_sauciers (Target_t *target, uint32_t count, ...) void -chef_set_created_on (Target_t *target, char *date) +chef_set_recipe_created_on (Target_t *target, char *date) { xy_cant_be_null (target); xy_cant_be_null (date); @@ -508,7 +508,7 @@ chef_set_created_on (Target_t *target, char *date) void -chef_set_last_updated (Target_t *target, char *date) +chef_set_recipe_last_updated (Target_t *target, char *date) { xy_cant_be_null (target); xy_cant_be_null (date); diff --git a/src/recipe/lang/Clojure.c b/src/recipe/lang/Clojure.c index d849f76..16a3c29 100644 --- a/src/recipe/lang/Clojure.c +++ b/src/recipe/lang/Clojure.c @@ -9,8 +9,8 @@ pl_clojure_prelude () { chef_prep_this (pl_clojure, s); - chef_set_created_on (this, "2023-09-10"); - chef_set_last_updated (this, "2026-02-24"); + chef_set_recipe_created_on (this, "2023-09-10"); + chef_set_recipe_last_updated (this, "2026-02-24"); chef_set_sources_last_updated (this, "2025-08-21"); chef_set_chef (this, NULL); diff --git a/src/recipe/lang/Dart/Flutter.c b/src/recipe/lang/Dart/Flutter.c index a21222e..e35abe7 100644 --- a/src/recipe/lang/Dart/Flutter.c +++ b/src/recipe/lang/Dart/Flutter.c @@ -9,8 +9,8 @@ pl_dart_flutter_prelude (void) { chef_prep_this (pl_dart_flutter, gsr); - chef_set_created_on (this, "2023-09-10"); - chef_set_last_updated (this, "2025-07-11"); + chef_set_recipe_created_on (this, "2023-09-10"); + chef_set_recipe_last_updated (this, "2025-07-11"); chef_set_sources_last_updated (this, "2025-04-15"); chef_set_chef (this, NULL); diff --git a/src/recipe/lang/Dart/Pub.c b/src/recipe/lang/Dart/Pub.c index a6d60e6..934aabe 100644 --- a/src/recipe/lang/Dart/Pub.c +++ b/src/recipe/lang/Dart/Pub.c @@ -9,8 +9,8 @@ pl_dart_prelude (void) { chef_prep_this (pl_dart, gsr); - chef_set_created_on (this, "2023-09-10"); - chef_set_last_updated (this, "2025-07-11"); + chef_set_recipe_created_on (this, "2023-09-10"); + chef_set_recipe_last_updated (this, "2025-07-11"); chef_set_sources_last_updated (this, "2025-04-15"); chef_set_chef (this, NULL); diff --git a/src/recipe/lang/Go.c b/src/recipe/lang/Go.c index dcc71a1..00ee8a3 100644 --- a/src/recipe/lang/Go.c +++ b/src/recipe/lang/Go.c @@ -23,8 +23,8 @@ pl_go_prelude () { chef_prep_this (pl_go, gsr); - chef_set_created_on (this, "2023-08-30"); - chef_set_last_updated (this, "2025-08-10"); + chef_set_recipe_created_on (this, "2023-08-30"); + chef_set_recipe_last_updated (this, "2025-08-10"); chef_set_sources_last_updated (this, "2025-07-12"); chef_set_chef (this, NULL); diff --git a/src/recipe/lang/Haskell.c b/src/recipe/lang/Haskell.c index 68d3e1b..41f7f95 100644 --- a/src/recipe/lang/Haskell.c +++ b/src/recipe/lang/Haskell.c @@ -9,8 +9,8 @@ pl_haskell_prelude () { chef_prep_this (pl_haskell, s); - chef_set_created_on (this, "2023-09-10"); - chef_set_last_updated (this, "2025-08-10"); + chef_set_recipe_created_on (this, "2023-09-10"); + chef_set_recipe_last_updated (this, "2025-08-10"); chef_set_sources_last_updated (this, "2025-08-22"); chef_set_chef (this, NULL); diff --git a/src/recipe/lang/Java.c b/src/recipe/lang/Java.c index 8b09096..d02eb0e 100644 --- a/src/recipe/lang/Java.c +++ b/src/recipe/lang/Java.c @@ -9,8 +9,8 @@ pl_java_prelude () { chef_prep_this (pl_java, gsr); - chef_set_created_on (this, "2023-08-31"); - chef_set_last_updated (this, "2025-08-27"); + chef_set_recipe_created_on (this, "2023-08-31"); + chef_set_recipe_last_updated (this, "2025-08-27"); chef_set_sources_last_updated (this, "2024-12-18"); chef_set_chef (this, NULL); diff --git a/src/recipe/lang/JavaScript/Bun.c b/src/recipe/lang/JavaScript/Bun.c index 144ccda..a113ec2 100644 --- a/src/recipe/lang/JavaScript/Bun.c +++ b/src/recipe/lang/JavaScript/Bun.c @@ -9,8 +9,8 @@ pl_js_bun_prelude (void) { chef_prep_this (pl_js_bun, gsr); - chef_set_created_on (this, "2024-09-29"); - chef_set_last_updated (this, "2025-07-22"); + chef_set_recipe_created_on (this, "2024-09-29"); + chef_set_recipe_last_updated (this, "2025-07-22"); chef_set_sources_last_updated (this, "2025-07-22"); chef_set_chef (this, NULL); diff --git a/src/recipe/lang/JavaScript/Yarn.c b/src/recipe/lang/JavaScript/Yarn.c index c8ed63c..dc2db1e 100644 --- a/src/recipe/lang/JavaScript/Yarn.c +++ b/src/recipe/lang/JavaScript/Yarn.c @@ -9,8 +9,8 @@ pl_js_yarn_prelude (void) { chef_prep_this (pl_js_yarn, gsr); - chef_set_created_on (this, "2023-09-09"); - chef_set_last_updated (this, "2025-07-11"); + chef_set_recipe_created_on (this, "2023-09-09"); + chef_set_recipe_last_updated (this, "2025-07-11"); chef_set_sources_last_updated (this, "2025-07-11"); chef_set_chef (this, NULL); diff --git a/src/recipe/lang/JavaScript/common.h b/src/recipe/lang/JavaScript/common.h index e4ea720..16cb4de 100644 --- a/src/recipe/lang/JavaScript/common.h +++ b/src/recipe/lang/JavaScript/common.h @@ -16,8 +16,8 @@ pl_js_group_prelude (void) { chef_prep_this (pl_js_group, gsr); - chef_set_created_on (this, "2023-09-09"); - chef_set_last_updated (this, "2025-07-11"); + chef_set_recipe_created_on (this, "2023-09-09"); + chef_set_recipe_last_updated (this, "2025-07-11"); chef_set_sources_last_updated (this, "2025-07-11"); chef_set_chef (this, "@happy-game"); @@ -54,8 +54,8 @@ pl_js_nodejs_binary_prelude (void) { chef_prep_this (pl_js_nodejs_binary, NOOP); - chef_set_created_on (this, "2023-09-09"); - chef_set_last_updated (this, "2025-08-22"); + chef_set_recipe_created_on (this, "2023-09-09"); + chef_set_recipe_last_updated (this, "2025-08-22"); chef_set_sources_last_updated (this, "2025-07-11"); chef_set_chef (this, NULL); diff --git a/src/recipe/lang/JavaScript/npm.c b/src/recipe/lang/JavaScript/npm.c index da237cb..faa208c 100644 --- a/src/recipe/lang/JavaScript/npm.c +++ b/src/recipe/lang/JavaScript/npm.c @@ -9,8 +9,8 @@ pl_js_npm_prelude (void) { chef_prep_this (pl_js_npm, gsr); - chef_set_created_on (this, "2023-08-30"); - chef_set_last_updated (this, "2025-07-11"); + chef_set_recipe_created_on (this, "2023-08-30"); + chef_set_recipe_last_updated (this, "2025-07-11"); chef_set_sources_last_updated (this, "2025-07-11"); chef_set_chef (this, NULL); diff --git a/src/recipe/lang/JavaScript/nvm.c b/src/recipe/lang/JavaScript/nvm.c index a18d9cc..e9cc19a 100644 --- a/src/recipe/lang/JavaScript/nvm.c +++ b/src/recipe/lang/JavaScript/nvm.c @@ -9,8 +9,8 @@ pl_js_nvm_prelude (void) { chef_prep_this (pl_js_nvm, gsr); - chef_set_created_on (this, "2024-09-23"); - chef_set_last_updated (this, "2025-06-19"); + chef_set_recipe_created_on (this, "2024-09-23"); + chef_set_recipe_last_updated (this, "2025-06-19"); chef_set_sources_last_updated (this, "2025-06-19"); chef_set_chef (this, NULL); diff --git a/src/recipe/lang/JavaScript/pnpm.c b/src/recipe/lang/JavaScript/pnpm.c index a7673f4..f9fa1eb 100644 --- a/src/recipe/lang/JavaScript/pnpm.c +++ b/src/recipe/lang/JavaScript/pnpm.c @@ -9,8 +9,8 @@ pl_js_pnpm_prelude (void) { chef_prep_this (pl_js_pnpm, gsr); - chef_set_created_on (this, "2024-04-18"); - chef_set_last_updated (this, "2025-07-11"); + chef_set_recipe_created_on (this, "2024-04-18"); + chef_set_recipe_last_updated (this, "2025-07-11"); chef_set_sources_last_updated (this, "2025-07-11"); chef_set_chef (this, NULL); diff --git a/src/recipe/lang/Julia.c b/src/recipe/lang/Julia.c index 4512c9e..e433ea5 100644 --- a/src/recipe/lang/Julia.c +++ b/src/recipe/lang/Julia.c @@ -9,8 +9,8 @@ pl_julia_prelude () { chef_prep_this (pl_julia, gs); - chef_set_created_on (this, "2023-08-31"); - chef_set_last_updated (this, "2025-08-10"); + chef_set_recipe_created_on (this, "2023-08-31"); + chef_set_recipe_last_updated (this, "2025-08-10"); chef_set_sources_last_updated (this, "2025-08-22"); chef_set_chef (this, NULL); diff --git a/src/recipe/lang/Lua.c b/src/recipe/lang/Lua.c index 0562599..4fd2e33 100644 --- a/src/recipe/lang/Lua.c +++ b/src/recipe/lang/Lua.c @@ -16,8 +16,8 @@ pl_lua_prelude () { chef_prep_this (pl_lua, gs); - chef_set_created_on (this, "2023-09-27"); - chef_set_last_updated (this, "2025-08-10"); + chef_set_recipe_created_on (this, "2023-09-27"); + chef_set_recipe_last_updated (this, "2025-08-10"); chef_set_sources_last_updated (this, "2025-08-22"); chef_set_chef (this, NULL); diff --git a/src/recipe/lang/NuGet.c b/src/recipe/lang/NuGet.c index 5561a30..4695d16 100644 --- a/src/recipe/lang/NuGet.c +++ b/src/recipe/lang/NuGet.c @@ -9,8 +9,8 @@ pl_nuget_prelude () { chef_prep_this (pl_nuget, gs); - chef_set_created_on (this, "2023-09-10"); - chef_set_last_updated (this, "2025-08-10"); + chef_set_recipe_created_on (this, "2023-09-10"); + chef_set_recipe_last_updated (this, "2025-08-10"); chef_set_sources_last_updated (this, "2024-04-18"); chef_set_chef (this, NULL); diff --git a/src/recipe/lang/OCaml.c b/src/recipe/lang/OCaml.c index f9526d9..032844a 100644 --- a/src/recipe/lang/OCaml.c +++ b/src/recipe/lang/OCaml.c @@ -9,8 +9,8 @@ pl_ocaml_prelude () { chef_prep_this (pl_ocaml, gs); - chef_set_created_on (this, "2023-09-15"); - chef_set_last_updated (this, "2025-08-10"); + chef_set_recipe_created_on (this, "2023-09-15"); + chef_set_recipe_last_updated (this, "2025-08-10"); chef_set_sources_last_updated (this, "2025-07-14"); chef_set_chef (this, NULL); diff --git a/src/recipe/lang/PHP.c b/src/recipe/lang/PHP.c index 02d2b44..bd852f1 100644 --- a/src/recipe/lang/PHP.c +++ b/src/recipe/lang/PHP.c @@ -9,8 +9,8 @@ pl_php_prelude () { chef_prep_this (pl_php, gs); - chef_set_created_on (this, "2023-08-30"); - chef_set_last_updated (this, "2025-08-10"); + chef_set_recipe_created_on (this, "2023-08-30"); + chef_set_recipe_last_updated (this, "2025-08-10"); chef_set_sources_last_updated (this, "2025-08-24"); chef_set_chef (this, NULL); diff --git a/src/recipe/lang/Perl.c b/src/recipe/lang/Perl.c index 8c0239f..ea744f9 100644 --- a/src/recipe/lang/Perl.c +++ b/src/recipe/lang/Perl.c @@ -9,8 +9,8 @@ pl_perl_prelude () { chef_prep_this (pl_perl, gs); - chef_set_created_on (this, "2023-09-31"); - chef_set_last_updated (this, "2025-10-07"); + chef_set_recipe_created_on (this, "2023-09-31"); + chef_set_recipe_last_updated (this, "2025-10-07"); chef_set_sources_last_updated (this, "2025-10-07"); chef_set_chef (this, NULL); diff --git a/src/recipe/lang/Python/PDM.c b/src/recipe/lang/Python/PDM.c index 9bcb74a..8698720 100644 --- a/src/recipe/lang/Python/PDM.c +++ b/src/recipe/lang/Python/PDM.c @@ -9,8 +9,8 @@ pl_python_pdm_prelude (void) { chef_prep_this (pl_python_pdm, gsr); - chef_set_created_on (this, "2024-06-05"); - chef_set_last_updated (this, "2025-07-11"); + chef_set_recipe_created_on (this, "2024-06-05"); + chef_set_recipe_last_updated (this, "2025-07-11"); chef_set_sources_last_updated (this, "2025-07-11"); chef_set_chef (this, NULL); diff --git a/src/recipe/lang/Python/Poetry.c b/src/recipe/lang/Python/Poetry.c index d1f3fe9..aad344d 100644 --- a/src/recipe/lang/Python/Poetry.c +++ b/src/recipe/lang/Python/Poetry.c @@ -9,8 +9,8 @@ pl_python_poetry_prelude (void) { chef_prep_this (pl_python_poetry, gsr); - chef_set_created_on (this, "2024-08-08"); - chef_set_last_updated (this, "2025-07-11"); + chef_set_recipe_created_on (this, "2024-08-08"); + chef_set_recipe_last_updated (this, "2025-07-11"); chef_set_sources_last_updated (this, "2025-07-11"); chef_set_chef (this, NULL); diff --git a/src/recipe/lang/Python/Rye.c b/src/recipe/lang/Python/Rye.c index d46feb7..60166fc 100644 --- a/src/recipe/lang/Python/Rye.c +++ b/src/recipe/lang/Python/Rye.c @@ -11,8 +11,8 @@ pl_python_rye_prelude (void) { chef_prep_this (pl_python_rye, gsr); - chef_set_created_on (this, "2024-12-06"); - chef_set_last_updated (this, "2025-08-09"); + chef_set_recipe_created_on (this, "2024-12-06"); + chef_set_recipe_last_updated (this, "2025-08-09"); chef_set_sources_last_updated (this, "2025-08-09"); chef_set_chef (this, NULL); diff --git a/src/recipe/lang/Python/common.h b/src/recipe/lang/Python/common.h index c4cd748..616d019 100644 --- a/src/recipe/lang/Python/common.h +++ b/src/recipe/lang/Python/common.h @@ -32,8 +32,8 @@ pl_python_group_prelude (void) { chef_prep_this (pl_python_group, gsr); - chef_set_created_on (this, "2023-09-03"); - chef_set_last_updated (this, "2025-12-31"); + chef_set_recipe_created_on (this, "2023-09-03"); + chef_set_recipe_last_updated (this, "2025-12-31"); chef_set_sources_last_updated (this, "2025-09-30"); chef_set_chef (this, "@happy-game"); diff --git a/src/recipe/lang/Python/pip.c b/src/recipe/lang/Python/pip.c index 46dde72..d5700ce 100644 --- a/src/recipe/lang/Python/pip.c +++ b/src/recipe/lang/Python/pip.c @@ -9,8 +9,8 @@ pl_python_pip_prelude (void) { chef_prep_this (pl_python_pip, gsr); - chef_set_created_on (this, "2023-09-03"); - chef_set_last_updated (this, "2025-09-12"); + chef_set_recipe_created_on (this, "2023-09-03"); + chef_set_recipe_last_updated (this, "2025-09-12"); chef_set_sources_last_updated (this, "2025-07-11"); chef_set_chef (this, NULL); diff --git a/src/recipe/lang/Python/uv.c b/src/recipe/lang/Python/uv.c index 32b6607..5277bb5 100644 --- a/src/recipe/lang/Python/uv.c +++ b/src/recipe/lang/Python/uv.c @@ -9,8 +9,8 @@ pl_python_uv_prelude (void) { chef_prep_this (pl_python_uv, gsr); - chef_set_created_on (this, "2024-12-11"); - chef_set_last_updated (this, "2025-12-29"); + chef_set_recipe_created_on (this, "2024-12-11"); + chef_set_recipe_last_updated (this, "2025-12-29"); chef_set_sources_last_updated (this, "2025-08-09"); chef_set_chef (this, NULL); diff --git a/src/recipe/lang/R.c b/src/recipe/lang/R.c index 72af9ff..98ab516 100644 --- a/src/recipe/lang/R.c +++ b/src/recipe/lang/R.c @@ -9,8 +9,8 @@ pl_r_prelude () { chef_prep_this (pl_r, gs); - chef_set_created_on (this, "2023-09-21"); - chef_set_last_updated (this, "2025-08-10"); + chef_set_recipe_created_on (this, "2023-09-21"); + chef_set_recipe_last_updated (this, "2025-08-10"); chef_set_sources_last_updated (this, "2025-08-21"); chef_set_chef (this, NULL); diff --git a/src/recipe/lang/Ruby/Ruby.c b/src/recipe/lang/Ruby/Ruby.c index 0627e8a..77b9825 100644 --- a/src/recipe/lang/Ruby/Ruby.c +++ b/src/recipe/lang/Ruby/Ruby.c @@ -16,8 +16,8 @@ pl_ruby_prelude (void) { chef_prep_this (pl_ruby, gsr); - chef_set_created_on (this, "2023-08-29"); - chef_set_last_updated (this, "2025-08-11"); + chef_set_recipe_created_on (this, "2023-08-29"); + chef_set_recipe_last_updated (this, "2025-08-11"); chef_set_sources_last_updated (this, "2024-12-18"); chef_set_chef (this, "@ccmywish"); diff --git a/src/recipe/lang/Rust/Cargo.c b/src/recipe/lang/Rust/Cargo.c index f066934..98cf515 100644 --- a/src/recipe/lang/Rust/Cargo.c +++ b/src/recipe/lang/Rust/Cargo.c @@ -9,8 +9,8 @@ pl_rust_cargo_prelude (void) { chef_prep_this (pl_rust_cargo, gsr); - chef_set_created_on (this, "2023-08-30"); - chef_set_last_updated (this, "2025-12-31"); + chef_set_recipe_created_on (this, "2023-08-30"); + chef_set_recipe_last_updated (this, "2025-12-31"); chef_set_sources_last_updated (this, "2026-01-21"); chef_set_chef (this, NULL); diff --git a/src/recipe/lang/Rust/rustup.c b/src/recipe/lang/Rust/rustup.c index 77a0e3e..a1cb473 100644 --- a/src/recipe/lang/Rust/rustup.c +++ b/src/recipe/lang/Rust/rustup.c @@ -12,8 +12,8 @@ pl_rust_rustup_prelude (void) { chef_prep_this (pl_rust_rustup, gsr); - chef_set_created_on (this, "2024-10-02"); - chef_set_last_updated (this, "2025-08-07"); + chef_set_recipe_created_on (this, "2024-10-02"); + chef_set_recipe_last_updated (this, "2025-08-07"); chef_set_sources_last_updated (this, "2025-08-07"); chef_set_chef (this, NULL); diff --git a/src/recipe/os/APT/Armbian.c b/src/recipe/os/APT/Armbian.c index 5788fab..eeecb0c 100644 --- a/src/recipe/os/APT/Armbian.c +++ b/src/recipe/os/APT/Armbian.c @@ -9,8 +9,8 @@ os_armbian_prelude () { chef_prep_this (os_armbian, gsr); - chef_set_created_on (this, "2024-06-14"); - chef_set_last_updated (this, "2025-08-10"); + chef_set_recipe_created_on (this, "2024-06-14"); + chef_set_recipe_last_updated (this, "2025-08-10"); chef_set_sources_last_updated (this, "2024-11-21"); chef_set_chef (this, NULL); diff --git a/src/recipe/os/APT/Debian.c b/src/recipe/os/APT/Debian.c index 67433fc..a98e497 100644 --- a/src/recipe/os/APT/Debian.c +++ b/src/recipe/os/APT/Debian.c @@ -9,8 +9,8 @@ os_debian_prelude () { chef_prep_this (os_debian, gsr); - chef_set_created_on (this, "2023-09-02"); - chef_set_last_updated (this, "2025-11-09"); + chef_set_recipe_created_on (this, "2023-09-02"); + chef_set_recipe_last_updated (this, "2025-11-09"); chef_set_sources_last_updated (this, "2025-07-11"); chef_set_chef (this, NULL); diff --git a/src/recipe/os/APT/Kali-Linux.c b/src/recipe/os/APT/Kali-Linux.c index 3c93bb3..775b9c6 100644 --- a/src/recipe/os/APT/Kali-Linux.c +++ b/src/recipe/os/APT/Kali-Linux.c @@ -9,8 +9,8 @@ os_kali_prelude () { chef_prep_this (os_kali, gsr); - chef_set_created_on (this, "2023-09-29"); - chef_set_last_updated (this, "2025-08-10"); + chef_set_recipe_created_on (this, "2023-09-29"); + chef_set_recipe_last_updated (this, "2025-08-10"); chef_set_sources_last_updated (this, "2025-06-20"); chef_set_chef (this, NULL); diff --git a/src/recipe/os/APT/Linux-Lite.c b/src/recipe/os/APT/Linux-Lite.c index 1d7479c..00019a3 100644 --- a/src/recipe/os/APT/Linux-Lite.c +++ b/src/recipe/os/APT/Linux-Lite.c @@ -9,8 +9,8 @@ os_linuxlite_prelude () { chef_prep_this (os_linuxlite, gsr); - chef_set_created_on (this, "2023-09-29"); - chef_set_last_updated (this, "2025-08-10"); + chef_set_recipe_created_on (this, "2023-09-29"); + chef_set_recipe_last_updated (this, "2025-08-10"); chef_set_sources_last_updated (this, "2024-11-21"); chef_set_chef (this, NULL); diff --git a/src/recipe/os/APT/Linux-Mint.c b/src/recipe/os/APT/Linux-Mint.c index 58cc132..60555cb 100644 --- a/src/recipe/os/APT/Linux-Mint.c +++ b/src/recipe/os/APT/Linux-Mint.c @@ -9,8 +9,8 @@ os_linuxmint_prelude () { chef_prep_this (os_linuxmint, gs); - chef_set_created_on (this, "2023-09-29"); - chef_set_last_updated (this, "2025-08-10"); + chef_set_recipe_created_on (this, "2023-09-29"); + chef_set_recipe_last_updated (this, "2025-08-10"); chef_set_sources_last_updated (this, "2024-11-21"); chef_set_chef (this, NULL); diff --git a/src/recipe/os/APT/ROS.c b/src/recipe/os/APT/ROS.c index 3c8dba3..1e4e18c 100644 --- a/src/recipe/os/APT/ROS.c +++ b/src/recipe/os/APT/ROS.c @@ -9,8 +9,8 @@ os_ros_prelude () { chef_prep_this (os_ros, gs); - chef_set_created_on (this, "2023-09-03"); - chef_set_last_updated (this, "2025-08-10"); + chef_set_recipe_created_on (this, "2023-09-03"); + chef_set_recipe_last_updated (this, "2025-08-10"); chef_set_sources_last_updated (this, "2024-04-18"); chef_set_chef (this, NULL); diff --git a/src/recipe/os/APT/Raspberry-Pi-OS.c b/src/recipe/os/APT/Raspberry-Pi-OS.c index 041c722..b8a111c 100644 --- a/src/recipe/os/APT/Raspberry-Pi-OS.c +++ b/src/recipe/os/APT/Raspberry-Pi-OS.c @@ -11,8 +11,8 @@ os_raspberrypi_prelude () { chef_prep_this (os_raspberrypi, gsr); - chef_set_created_on (this, "2023-09-29"); - chef_set_last_updated (this, "2025-08-10"); + chef_set_recipe_created_on (this, "2023-09-29"); + chef_set_recipe_last_updated (this, "2025-08-10"); chef_set_sources_last_updated (this, "2023-09-29"); chef_set_chef (this, NULL); diff --git a/src/recipe/os/APT/Termux.c b/src/recipe/os/APT/Termux.c index 1e82ac7..4b9e7aa 100644 --- a/src/recipe/os/APT/Termux.c +++ b/src/recipe/os/APT/Termux.c @@ -9,8 +9,8 @@ os_termux_prelude () { chef_prep_this (os_termux, gsr); - chef_set_created_on (this, "2025-03-04"); - chef_set_last_updated (this, "2026-01-21"); + chef_set_recipe_created_on (this, "2025-03-04"); + chef_set_recipe_last_updated (this, "2026-01-21"); chef_set_sources_last_updated (this, "2025-03-04"); chef_set_chef (this, NULL); diff --git a/src/recipe/os/APT/Trisquel.c b/src/recipe/os/APT/Trisquel.c index 4c6f1d7..f4f0499 100644 --- a/src/recipe/os/APT/Trisquel.c +++ b/src/recipe/os/APT/Trisquel.c @@ -11,8 +11,8 @@ os_trisquel_prelude () { chef_prep_this (os_trisquel, gsr); - chef_set_created_on (this, "2023-09-29"); - chef_set_last_updated (this, "2025-08-10"); + chef_set_recipe_created_on (this, "2023-09-29"); + chef_set_recipe_last_updated (this, "2025-08-10"); chef_set_sources_last_updated (this, "2024-11-21"); chef_set_chef (this, NULL); diff --git a/src/recipe/os/APT/Ubuntu.c b/src/recipe/os/APT/Ubuntu.c index 940b2a3..7f5c633 100644 --- a/src/recipe/os/APT/Ubuntu.c +++ b/src/recipe/os/APT/Ubuntu.c @@ -10,8 +10,8 @@ os_ubuntu_prelude () { chef_prep_this (os_ubuntu, gsr); - chef_set_created_on (this, "2023-08-30"); - chef_set_last_updated (this, "2026-01-21"); + chef_set_recipe_created_on (this, "2023-08-30"); + chef_set_recipe_last_updated (this, "2026-01-21"); chef_set_sources_last_updated (this, "2026-01-21"); chef_set_chef (this, NULL); diff --git a/src/recipe/os/APT/deepin.c b/src/recipe/os/APT/deepin.c index 398b6b8..debbca0 100644 --- a/src/recipe/os/APT/deepin.c +++ b/src/recipe/os/APT/deepin.c @@ -9,8 +9,8 @@ os_deepin_prelude () { chef_prep_this (os_deepin, gsr); - chef_set_created_on (this, "2023-09-26"); - chef_set_last_updated (this, "2025-08-10"); + chef_set_recipe_created_on (this, "2023-09-26"); + chef_set_recipe_last_updated (this, "2025-08-10"); chef_set_sources_last_updated (this, "2024-09-14"); chef_set_chef (this, NULL); diff --git a/src/recipe/os/APT/openKylin.c b/src/recipe/os/APT/openKylin.c index 97599ed..869ff16 100644 --- a/src/recipe/os/APT/openKylin.c +++ b/src/recipe/os/APT/openKylin.c @@ -12,8 +12,8 @@ os_openkylin_prelude () { chef_prep_this (os_openkylin, gsr); - chef_set_created_on (this, "2023-09-06"); - chef_set_last_updated (this, "2025-08-10"); + chef_set_recipe_created_on (this, "2023-09-06"); + chef_set_recipe_last_updated (this, "2025-08-10"); chef_set_sources_last_updated (this, "2023-09-29"); chef_set_chef (this, NULL); diff --git a/src/recipe/os/Alpine-Linux.c b/src/recipe/os/Alpine-Linux.c index d0ca73e..55b51e9 100644 --- a/src/recipe/os/Alpine-Linux.c +++ b/src/recipe/os/Alpine-Linux.c @@ -9,8 +9,8 @@ os_alpine_prelude () { chef_prep_this (os_alpine, gs); - chef_set_created_on (this, "2023-09-24"); - chef_set_last_updated (this, "2025-08-10"); + chef_set_recipe_created_on (this, "2023-09-24"); + chef_set_recipe_last_updated (this, "2025-08-10"); chef_set_sources_last_updated (this, "2024-09-14"); chef_set_chef (this, NULL); diff --git a/src/recipe/os/BSD/FreeBSD.c b/src/recipe/os/BSD/FreeBSD.c index 31a5552..5658ffd 100644 --- a/src/recipe/os/BSD/FreeBSD.c +++ b/src/recipe/os/BSD/FreeBSD.c @@ -9,8 +9,8 @@ os_freebsd_prelude () { chef_prep_this (os_freebsd, s); - chef_set_created_on (this, "2023-09-03"); - chef_set_last_updated (this, "2025-08-10"); + chef_set_recipe_created_on (this, "2023-09-03"); + chef_set_recipe_last_updated (this, "2025-08-10"); chef_set_sources_last_updated (this, "2023-09-27"); chef_set_chef (this, NULL); diff --git a/src/recipe/os/BSD/NetBSD.c b/src/recipe/os/BSD/NetBSD.c index 35b5d69..7061bf7 100644 --- a/src/recipe/os/BSD/NetBSD.c +++ b/src/recipe/os/BSD/NetBSD.c @@ -9,8 +9,8 @@ os_netbsd_prelude () { chef_prep_this (os_netbsd, gs); - chef_set_created_on (this, "2023-09-05"); - chef_set_last_updated (this, "2025-08-10"); + chef_set_recipe_created_on (this, "2023-09-05"); + chef_set_recipe_last_updated (this, "2025-08-10"); chef_set_sources_last_updated (this, "2025-07-31"); chef_set_chef (this, NULL); diff --git a/src/recipe/os/BSD/OpenBSD.c b/src/recipe/os/BSD/OpenBSD.c index 210d23a..3a8664e 100644 --- a/src/recipe/os/BSD/OpenBSD.c +++ b/src/recipe/os/BSD/OpenBSD.c @@ -9,8 +9,8 @@ os_openbsd_prelude () { chef_prep_this (os_openbsd, gs); - chef_set_created_on (this, "2023-09-03"); - chef_set_last_updated (this, "2025-08-10"); + chef_set_recipe_created_on (this, "2023-09-03"); + chef_set_recipe_last_updated (this, "2025-08-10"); chef_set_sources_last_updated (this, "2025-07-31"); chef_set_chef (this, NULL); diff --git a/src/recipe/os/Gentoo-Linux.c b/src/recipe/os/Gentoo-Linux.c index 8d83750..8a89940 100644 --- a/src/recipe/os/Gentoo-Linux.c +++ b/src/recipe/os/Gentoo-Linux.c @@ -9,8 +9,8 @@ os_gentoo_prelude () { chef_prep_this (os_gentoo, s); - chef_set_created_on (this, "2023-09-05"); - chef_set_last_updated (this, "2025-08-10"); + chef_set_recipe_created_on (this, "2023-09-05"); + chef_set_recipe_last_updated (this, "2025-08-10"); chef_set_sources_last_updated (this, "2025-06-20"); chef_set_chef (this, NULL); diff --git a/src/recipe/os/OpenWrt.c b/src/recipe/os/OpenWrt.c index 6ad1653..20b4547 100644 --- a/src/recipe/os/OpenWrt.c +++ b/src/recipe/os/OpenWrt.c @@ -9,8 +9,8 @@ os_openwrt_prelude () { chef_prep_this (os_openwrt, gsr); - chef_set_created_on (this, "2024-08-08"); - chef_set_last_updated (this, "2025-08-10"); + chef_set_recipe_created_on (this, "2024-08-08"); + chef_set_recipe_last_updated (this, "2025-08-10"); chef_set_sources_last_updated (this, "2024-12-14"); chef_set_chef (this, NULL); diff --git a/src/recipe/os/Solus.c b/src/recipe/os/Solus.c index f55fdab..d8a9fd6 100644 --- a/src/recipe/os/Solus.c +++ b/src/recipe/os/Solus.c @@ -9,8 +9,8 @@ os_solus_prelude () { chef_prep_this (os_solus, s); - chef_set_created_on (this, "2023-09-29"); - chef_set_last_updated (this, "2025-08-10"); + chef_set_recipe_created_on (this, "2023-09-29"); + chef_set_recipe_last_updated (this, "2025-08-10"); chef_set_sources_last_updated (this, "2023-09-29"); chef_set_chef (this, NULL); diff --git a/src/recipe/os/Void-Linux.c b/src/recipe/os/Void-Linux.c index ba8d2f3..b69554c 100644 --- a/src/recipe/os/Void-Linux.c +++ b/src/recipe/os/Void-Linux.c @@ -9,8 +9,8 @@ os_voidlinux_prelude () { chef_prep_this (os_voidlinux, gsr); - chef_set_created_on (this, "2023-09-24"); - chef_set_last_updated (this, "2025-08-10"); + chef_set_recipe_created_on (this, "2023-09-24"); + chef_set_recipe_last_updated (this, "2025-08-10"); chef_set_sources_last_updated (this, "2024-12-18"); chef_set_chef (this, NULL); diff --git a/src/recipe/os/YUM/AlmaLinux.c b/src/recipe/os/YUM/AlmaLinux.c index 58b3e74..40de547 100644 --- a/src/recipe/os/YUM/AlmaLinux.c +++ b/src/recipe/os/YUM/AlmaLinux.c @@ -9,8 +9,8 @@ os_almalinux_prelude () { chef_prep_this (os_almalinux, s); - chef_set_created_on (this, "2024-06-12"); - chef_set_last_updated (this, "2025-08-10"); + chef_set_recipe_created_on (this, "2024-06-12"); + chef_set_recipe_last_updated (this, "2025-08-10"); chef_set_sources_last_updated (this, "2025-08-22"); chef_set_chef (this, NULL); diff --git a/src/recipe/os/YUM/Anolis-OS.c b/src/recipe/os/YUM/Anolis-OS.c index 0287584..9e73c27 100644 --- a/src/recipe/os/YUM/Anolis-OS.c +++ b/src/recipe/os/YUM/Anolis-OS.c @@ -9,8 +9,8 @@ os_anolis_prelude () { chef_prep_this (os_anolis, s); - chef_set_created_on (this, "2023-09-24"); - chef_set_last_updated (this, "2025-08-10"); + chef_set_recipe_created_on (this, "2023-09-24"); + chef_set_recipe_last_updated (this, "2025-08-10"); chef_set_sources_last_updated (this, "2024-06-12"); chef_set_chef (this, NULL); diff --git a/src/recipe/os/YUM/Fedora-Linux.c b/src/recipe/os/YUM/Fedora-Linux.c index e73a73e..c104996 100644 --- a/src/recipe/os/YUM/Fedora-Linux.c +++ b/src/recipe/os/YUM/Fedora-Linux.c @@ -9,8 +9,8 @@ os_fedora_prelude () { chef_prep_this (os_fedora, sr); - chef_set_created_on (this, "2023-09-26"); - chef_set_last_updated (this, "2025-08-10"); + chef_set_recipe_created_on (this, "2023-09-26"); + chef_set_recipe_last_updated (this, "2025-08-10"); chef_set_sources_last_updated (this, "2025-06-20"); chef_set_chef (this, "@happy-game"); diff --git a/src/recipe/os/YUM/Rocky-Linux.c b/src/recipe/os/YUM/Rocky-Linux.c index b79a3ac..fbe8b60 100644 --- a/src/recipe/os/YUM/Rocky-Linux.c +++ b/src/recipe/os/YUM/Rocky-Linux.c @@ -9,8 +9,8 @@ os_rockylinux_prelude () { chef_prep_this (os_rockylinux, sr); - chef_set_created_on (this, "2023-09-24"); - chef_set_last_updated (this, "2025-08-10"); + chef_set_recipe_created_on (this, "2023-09-24"); + chef_set_recipe_last_updated (this, "2025-08-10"); chef_set_sources_last_updated (this, "2025-06-20"); chef_set_chef (this, NULL); diff --git a/src/recipe/os/YUM/openEuler.c b/src/recipe/os/YUM/openEuler.c index 68b07d2..dcd5413 100644 --- a/src/recipe/os/YUM/openEuler.c +++ b/src/recipe/os/YUM/openEuler.c @@ -9,8 +9,8 @@ os_openeuler_prelude () { chef_prep_this (os_openeuler, gs); - chef_set_created_on (this, "2023-09-06"); - chef_set_last_updated (this, "2025-08-10"); + chef_set_recipe_created_on (this, "2023-09-06"); + chef_set_recipe_last_updated (this, "2025-08-10"); chef_set_sources_last_updated (this, "2025-06-20"); chef_set_cooks (this, 1, "@G_I_Y"); diff --git a/src/recipe/os/openSUSE.c b/src/recipe/os/openSUSE.c index e14d930..c27815b 100644 --- a/src/recipe/os/openSUSE.c +++ b/src/recipe/os/openSUSE.c @@ -9,8 +9,8 @@ os_opensuse_prelude () { chef_prep_this (os_opensuse, s); - chef_set_created_on (this, "2023-09-17"); - chef_set_last_updated (this, "2025-08-10"); + chef_set_recipe_created_on (this, "2023-09-17"); + chef_set_recipe_last_updated (this, "2025-08-10"); chef_set_sources_last_updated (this, "2025-06-20"); chef_set_chef (this, NULL); diff --git a/src/recipe/os/pacman/Arch-Linux.c b/src/recipe/os/pacman/Arch-Linux.c index fd331af..3bcd00e 100644 --- a/src/recipe/os/pacman/Arch-Linux.c +++ b/src/recipe/os/pacman/Arch-Linux.c @@ -12,8 +12,8 @@ os_arch_prelude () { chef_prep_this (os_arch, gs); - chef_set_created_on (this, "2023-09-05"); - chef_set_last_updated (this, "2025-10-30"); + chef_set_recipe_created_on (this, "2023-09-05"); + chef_set_recipe_last_updated (this, "2025-10-30"); chef_set_sources_last_updated (this, "2025-06-20"); chef_set_chef (this, "@happy-game"); @@ -115,8 +115,8 @@ os_archlinuxcn_prelude () { chef_prep_this (os_archlinuxcn, gs); - chef_set_created_on (this, "2023-09-05"); - chef_set_last_updated (this, "2025-09-12"); + chef_set_recipe_created_on (this, "2023-09-05"); + chef_set_recipe_last_updated (this, "2025-09-12"); chef_set_sources_last_updated (this, "2024-07-03"); chef_set_chef (this, NULL); diff --git a/src/recipe/os/pacman/MSYS2.c b/src/recipe/os/pacman/MSYS2.c index 192a358..f0d29e8 100644 --- a/src/recipe/os/pacman/MSYS2.c +++ b/src/recipe/os/pacman/MSYS2.c @@ -9,8 +9,8 @@ os_msys2_prelude () { chef_prep_this (os_msys2, s); - chef_set_created_on (this, "2023-09-06"); - chef_set_last_updated (this, "2025-08-10"); + chef_set_recipe_created_on (this, "2023-09-06"); + chef_set_recipe_last_updated (this, "2025-08-10"); chef_set_sources_last_updated (this, "2025-06-20"); chef_set_chef (this, NULL); diff --git a/src/recipe/os/pacman/Manjaro-Linux.c b/src/recipe/os/pacman/Manjaro-Linux.c index 8c5a5f5..89f48ae 100644 --- a/src/recipe/os/pacman/Manjaro-Linux.c +++ b/src/recipe/os/pacman/Manjaro-Linux.c @@ -9,8 +9,8 @@ os_manjaro_prelude () { chef_prep_this (os_manjaro, s); - chef_set_created_on (this, "2023-09-06"); - chef_set_last_updated (this, "2025-08-10"); + chef_set_recipe_created_on (this, "2023-09-06"); + chef_set_recipe_last_updated (this, "2025-08-10"); chef_set_chef (this, NULL); chef_set_cooks (this, 1, "@G_I_Y"); diff --git a/src/recipe/recipe-template.c b/src/recipe/recipe-template.c index 698ab1e..6a33c71 100644 --- a/src/recipe/recipe-template.c +++ b/src/recipe/recipe-template.c @@ -61,8 +61,8 @@ void // op 可以为 NOOP|s|sr|gsr|gs, 代表支持 Get Set Reset 三种操作 chef_prep_this (_, op); - chef_set_created_on (this, "2024-08-09"); // 文件创建日期 - chef_set_last_updated (this, "2025-08-12"); // 文件最后一次更新日期 + chef_set_recipe_created_on (this, "2024-08-09"); // 文件创建日期 + chef_set_recipe_last_updated (this, "2025-08-12"); // 文件最后一次更新日期 chef_set_sources_last_updated (this, "2025-08-11"); // 镜像源最后一次更新日期 chef_set_chef (this, "@ccmywish"); // recipe 负责人 diff --git a/src/recipe/ware/Anaconda/Anaconda.c b/src/recipe/ware/Anaconda/Anaconda.c index dbc5982..ab527fa 100644 --- a/src/recipe/ware/Anaconda/Anaconda.c +++ b/src/recipe/ware/Anaconda/Anaconda.c @@ -11,8 +11,8 @@ wr_anaconda_prelude () { chef_prep_this (wr_anaconda, gs); - chef_set_created_on (this, "2023-09-10"); - chef_set_last_updated (this, "2025-08-09"); + chef_set_recipe_created_on (this, "2023-09-10"); + chef_set_recipe_last_updated (this, "2025-08-09"); chef_set_sources_last_updated (this, "2025-07-14"); chef_set_chef (this, NULL); diff --git a/src/recipe/ware/CocoaPods.c b/src/recipe/ware/CocoaPods.c index e4c56e2..4b7099f 100644 --- a/src/recipe/ware/CocoaPods.c +++ b/src/recipe/ware/CocoaPods.c @@ -9,8 +9,8 @@ wr_cocoapods_prelude () { chef_prep_this (wr_cocoapods, s); - chef_set_created_on (this, "2024-06-08"); - chef_set_last_updated (this, "2025-08-09"); + chef_set_recipe_created_on (this, "2024-06-08"); + chef_set_recipe_last_updated (this, "2025-08-09"); chef_set_sources_last_updated (this, "2025-07-13"); chef_set_chef (this, NULL); diff --git a/src/recipe/ware/Docker/Docker.c b/src/recipe/ware/Docker/Docker.c index 13c375f..93e725a 100644 --- a/src/recipe/ware/Docker/Docker.c +++ b/src/recipe/ware/Docker/Docker.c @@ -26,8 +26,8 @@ wr_docker_prelude () { chef_prep_this (wr_docker, gs); - chef_set_created_on (this, "2024-06-08"); - chef_set_last_updated (this, "2025-08-09"); + chef_set_recipe_created_on (this, "2024-06-08"); + chef_set_recipe_last_updated (this, "2025-08-09"); chef_set_sources_last_updated (this, "2025-07-14"); chef_set_chef (this, "@happy-game"); diff --git a/src/recipe/ware/Emacs.c b/src/recipe/ware/Emacs.c index 2582c45..2248a1a 100644 --- a/src/recipe/ware/Emacs.c +++ b/src/recipe/ware/Emacs.c @@ -16,8 +16,8 @@ wr_emacs_prelude () { chef_prep_this (wr_emacs, s); - chef_set_created_on (this, "2023-10-10"); - chef_set_last_updated (this, "2025-08-09"); + chef_set_recipe_created_on (this, "2023-10-10"); + chef_set_recipe_last_updated (this, "2025-08-09"); chef_set_sources_last_updated (this, "2025-07-13"); chef_set_chef (this, NULL); diff --git a/src/recipe/ware/Flatpak.c b/src/recipe/ware/Flatpak.c index 36ac43d..66c792d 100644 --- a/src/recipe/ware/Flatpak.c +++ b/src/recipe/ware/Flatpak.c @@ -9,8 +9,8 @@ wr_flatpak_prelude () { chef_prep_this (wr_flatpak, gsr); - chef_set_created_on (this, "2023-09-11"); - chef_set_last_updated (this, "2025-08-09"); + chef_set_recipe_created_on (this, "2023-09-11"); + chef_set_recipe_last_updated (this, "2025-08-09"); chef_set_sources_last_updated (this, "2025-05-27"); chef_set_chef (this, NULL); diff --git a/src/recipe/ware/Guix.c b/src/recipe/ware/Guix.c index 4453874..71e886e 100644 --- a/src/recipe/ware/Guix.c +++ b/src/recipe/ware/Guix.c @@ -9,8 +9,8 @@ wr_guix_prelude () { chef_prep_this (wr_guix, s); - chef_set_created_on (this, "2023-09-11"); - chef_set_last_updated (this, "2025-08-09"); + chef_set_recipe_created_on (this, "2023-09-11"); + chef_set_recipe_last_updated (this, "2025-08-09"); chef_set_sources_last_updated (this, "2025-07-13"); chef_set_chef (this, NULL); diff --git a/src/recipe/ware/Homebrew/Homebrew.c b/src/recipe/ware/Homebrew/Homebrew.c index 7989020..52e632b 100644 --- a/src/recipe/ware/Homebrew/Homebrew.c +++ b/src/recipe/ware/Homebrew/Homebrew.c @@ -11,8 +11,8 @@ wr_homebrew_prelude () { chef_prep_this (wr_homebrew, gs); - chef_set_created_on (this, "2023-09-10"); - chef_set_last_updated (this, "2025-09-12"); + chef_set_recipe_created_on (this, "2023-09-10"); + chef_set_recipe_last_updated (this, "2025-09-12"); chef_set_sources_last_updated (this, "2025-07-13"); chef_set_chef (this, NULL); diff --git a/src/recipe/ware/Nix.c b/src/recipe/ware/Nix.c index bbf3f13..5f71359 100644 --- a/src/recipe/ware/Nix.c +++ b/src/recipe/ware/Nix.c @@ -9,8 +9,8 @@ wr_nix_prelude () { chef_prep_this (wr_nix, s); - chef_set_created_on (this, "2023-09-26"); - chef_set_last_updated (this, "2025-08-09"); + chef_set_recipe_created_on (this, "2023-09-26"); + chef_set_recipe_last_updated (this, "2025-08-09"); chef_set_sources_last_updated (this, "2025-07-13"); chef_set_chef (this, NULL); diff --git a/src/recipe/ware/TeX-Live.c b/src/recipe/ware/TeX-Live.c index b2e8218..e2eed32 100644 --- a/src/recipe/ware/TeX-Live.c +++ b/src/recipe/ware/TeX-Live.c @@ -11,8 +11,8 @@ wr_tex_prelude () { chef_prep_this (wr_tex, gs); - chef_set_created_on (this, "2023-09-10"); - chef_set_last_updated (this, "2025-08-09"); + chef_set_recipe_created_on (this, "2023-09-10"); + chef_set_recipe_last_updated (this, "2025-08-09"); chef_set_sources_last_updated (this, "2025-07-28"); chef_set_chef (this, NULL); diff --git a/src/recipe/ware/WinGet.c b/src/recipe/ware/WinGet.c index 5d5d626..59c06db 100644 --- a/src/recipe/ware/WinGet.c +++ b/src/recipe/ware/WinGet.c @@ -9,8 +9,8 @@ wr_winget_prelude () { chef_prep_this (wr_winget, gsr); - chef_set_created_on (this, "2024-06-07"); - chef_set_last_updated (this, "2025-08-17"); + chef_set_recipe_created_on (this, "2024-06-07"); + chef_set_recipe_last_updated (this, "2025-08-17"); chef_set_sources_last_updated (this, "2025-07-13"); chef_set_chef (this, NULL);