diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2026-07-25 12:11:04 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2026-07-25 12:11:04 +0300 |
| commit | c75a6f5ea1a088625d6ff02d34d09ef96c68f79a (patch) | |
| tree | c1ca813dad4843f67452bacf2bb38677b9662562 | |
| parent | 7c2e2b5088551e67fb2706a172110427d2d09375 (diff) | |
net-im/hommabot: disable checksum check
| -rw-r--r-- | net-im/hommabot/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-im/hommabot/Makefile b/net-im/hommabot/Makefile index 2a3240e..ee527c5 100644 --- a/net-im/hommabot/Makefile +++ b/net-im/hommabot/Makefile @@ -13,6 +13,8 @@ GH_ACCOUNT= jantuomi GH_PROJECT= hommabot2 GH_TAGNAME= f7e272ab8726ed6a205b46d6723cc91aa9d63be1 +NO_CHECKSUM= yes + USES= nodejs:24,build,run \ npm:npm,fetch,extract,build |
