diff --git a/misc/grok-build/Makefile b/misc/grok-build/Makefile index dc4fc575fb8e..ec54ffeca897 100644 --- a/misc/grok-build/Makefile +++ b/misc/grok-build/Makefile @@ -1,54 +1,54 @@ PORTNAME= grok-build -DISTVERSION= 0.2.93 +DISTVERSION= 0.2.99 CATEGORIES= misc # machine-learning MASTER_SITES= ${GROK_URL_BASE:S|$|:amd64|} \ ${GROK_URL_BASE:S|$|:aarch64|} DISTFILES= grok-${DISTVERSION}-linux-x86_64:amd64 \ grok-${DISTVERSION}-linux-aarch64:aarch64 DIST_SUBDIR= ${PORTNAME}-${DISTVERSION} EXTRACT_ONLY= MAINTAINER= yuri@FreeBSD.org COMMENT= CLI for xAI Grok AI platform WWW= https://x.ai/ ONLY_FOR_ARCHS= aarch64 amd64 ONLY_FOR_ARCHS_REASON= is a Linux binary with a limited platform support USES= linux:rl9 USE_LINUX= base GROK_URL_BASE= https://x.ai/cli/ \ https://storage.googleapis.com/grok-build-public-artifacts/cli/ NO_BUILD= yes NO_WRKSUBDIR= yes PLIST_FILES= bin/agent \ bin/grok find-new-version: @TAB=$$(printf '\t'); \ new_ver=$$(fetch -q -o - https://x.ai/cli/stable 2>/dev/null || \ fetch -q -o - https://storage.googleapis.com/grok-build-public-artifacts/cli/stable); \ current_ver=$$(make -V DISTVERSION); \ if [ "$$new_ver" != "$$current_ver" ] && [ -n "$$new_ver" ]; then \ ${SED} -i '' "s/^DISTVERSION=.*/DISTVERSION=$${TAB}$$new_ver/" ${.CURDIR}/Makefile; \ echo "=> New version available: $$current_ver -> $$new_ver"; \ else \ echo "=> No new version available (current: $$current_ver)"; \ fi .include .if ${ARCH} == aarch64 GROK_DISTFILE= grok-${DISTVERSION}-linux-aarch64 .else GROK_DISTFILE= grok-${DISTVERSION}-linux-x86_64 .endif do-install: ${INSTALL_PROGRAM} ${DISTDIR}/${DIST_SUBDIR}/${GROK_DISTFILE} ${STAGEDIR}${PREFIX}/bin/grok ${LN} -s grok ${STAGEDIR}${PREFIX}/bin/agent .include diff --git a/misc/grok-build/distinfo b/misc/grok-build/distinfo index a713ff878c29..be341de1b4c4 100644 --- a/misc/grok-build/distinfo +++ b/misc/grok-build/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1783574694 -SHA256 (grok-build-0.2.93/grok-0.2.93-linux-x86_64) = 4e0738d3b5550f3c842bc0ae69f468815c6329c008a110d0c27a694dc3401135 -SIZE (grok-build-0.2.93/grok-0.2.93-linux-x86_64) = 159465672 -SHA256 (grok-build-0.2.93/grok-0.2.93-linux-aarch64) = edae20e92a0a33fedec1aa3488f3e3808d8c4ca2128fc8f313fbd818e3e95f5f -SIZE (grok-build-0.2.93/grok-0.2.93-linux-aarch64) = 130272304 +TIMESTAMP = 1783923673 +SHA256 (grok-build-0.2.99/grok-0.2.99-linux-x86_64) = 9fccba400d3808ec34a991892096b34c6f5846b2b118d355001601fd5428445c +SIZE (grok-build-0.2.99/grok-0.2.99-linux-x86_64) = 162066376 +SHA256 (grok-build-0.2.99/grok-0.2.99-linux-aarch64) = b7c1a41cf7fe9ab0a3dd56e801e6b819c4f3f933dca8a068864899d94221cd40 +SIZE (grok-build-0.2.99/grok-0.2.99-linux-aarch64) = 132426256