Skip to content

Commit

Permalink
lang/gptscript: Update to 0.7.0
Browse files Browse the repository at this point in the history
Release changes:	https://github.com/gptscript-ai/gptscript/releases/tag/v0.7.0
Reported by:	Craig Jellick <notifications@github.com>
  • Loading branch information
nivit committed May 24, 2024
1 parent 45dcd30 commit 62cebc6
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 38 deletions.
4 changes: 2 additions & 2 deletions lang/gptscript/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PORTNAME= gptscript
DISTVERSIONPREFIX= v
DISTVERSION= 0.5.0
PORTREVISION= 2
DISTVERSION= 0.7.0
PORTREVISION= 0
CATEGORIES= lang

MAINTAINER= nivit@FreeBSD.org
Expand Down
14 changes: 7 additions & 7 deletions lang/gptscript/distinfo
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TIMESTAMP = 1712996187
SHA256 (go/lang_gptscript/gptscript-ai-gptscript-v0.5.0_GH0/v0.5.0.mod) = b0e4bced94f490cdc7f78af90ff5bc6077abd5e7de67b23883b2f192a05991bf
SIZE (go/lang_gptscript/gptscript-ai-gptscript-v0.5.0_GH0/v0.5.0.mod) = 3695
SHA256 (go/lang_gptscript/gptscript-ai-gptscript-v0.5.0_GH0/v0.5.0.zip) = b53f48f084b852721462531a0cdddf913b5602fd31f41ae72151ccd1fb708653
SIZE (go/lang_gptscript/gptscript-ai-gptscript-v0.5.0_GH0/v0.5.0.zip) = 1190952
SHA256 (go/lang_gptscript/gptscript-ai-gptscript-v0.5.0_GH0/gptscript-ai-gptscript-v0.5.0_GH0.tar.gz) = 277638f7474769e2467f0bba6b779bff44830737bf828de535c3958ef2d2b2e3
SIZE (go/lang_gptscript/gptscript-ai-gptscript-v0.5.0_GH0/gptscript-ai-gptscript-v0.5.0_GH0.tar.gz) = 1107145
TIMESTAMP = 1716537420
SHA256 (go/lang_gptscript/gptscript-ai-gptscript-v0.7.0_GH0/v0.7.0.mod) = 2c3ba4fef03631e7d27128387fdc94b27b2fd9d726a092edb8a4233fb413b4bd
SIZE (go/lang_gptscript/gptscript-ai-gptscript-v0.7.0_GH0/v0.7.0.mod) = 3731
SHA256 (go/lang_gptscript/gptscript-ai-gptscript-v0.7.0_GH0/v0.7.0.zip) = 61159773df10e156487700b062632ad61d06cbd4225f74587a9680c6d85ec488
SIZE (go/lang_gptscript/gptscript-ai-gptscript-v0.7.0_GH0/v0.7.0.zip) = 1291073
SHA256 (go/lang_gptscript/gptscript-ai-gptscript-v0.7.0_GH0/gptscript-ai-gptscript-v0.7.0_GH0.tar.gz) = 77df7658585b634778382c5c472e082ea66ec40c574af1314d79d080bafbd98a
SIZE (go/lang_gptscript/gptscript-ai-gptscript-v0.7.0_GH0/gptscript-ai-gptscript-v0.7.0_GH0.tar.gz) = 1187790
40 changes: 11 additions & 29 deletions lang/gptscript/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ bin/gptscript
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/describe-code.gpt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/echo.gpt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fac.gpt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gh-cmd.gpt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/git-commit.gpt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hacker-news-headlines.gpt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hamlet-summarizer/.gitignore
Expand All @@ -35,35 +34,18 @@ bin/gptscript
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/recipegenerator/templates/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/samples-readme.gpt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/search.gpt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sentiments/README.md
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sentiments/main.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sentiments/requirements.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sentiments/tweet.gpt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sentiments.gpt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sqlite-download.gpt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/story-book/.gitignore
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/story-book/README.md
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/story-book/app.vue
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/story-book/components/DisplayMode.vue
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/story-book/components/Nav.vue
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/story-book/components/New.vue
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/story-book/components/Stories.vue
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/story-book/lib/types.ts
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/story-book/lib/unmangle.ts
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/story-book/nuxt.config.ts
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/story-book/package.json
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/story-book/pages/index.vue
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/story-book/pages/story/[name].vue
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/story-book/public/favicon.ico
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/story-book/server/api/story/[name].delete.ts
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/story-book/server/api/story/[name].get.ts
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/story-book/server/api/story/index.get.ts
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/story-book/server/api/story/index.post.ts
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/story-book/server/api/story/sse.get.ts
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/story-book/server/tsconfig.json
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/story-book/store/index.ts
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/story-book/story-book.gpt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/story-book/tailwind.config.ts
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/story-book/tsconfig.json
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/syntax-from-code.gpt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/time.gpt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/travel-agent.gpt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/treasure-hunt/Dockerfile
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/treasure-hunt/README.md
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/treasure-hunt/app.py
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/treasure-hunt/package.json
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/treasure-hunt/requirements.txt
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/treasure-hunt/static/css/style.css
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/treasure-hunt/static/js/app.js
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/treasure-hunt/static/made-with-gptscript.png
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/treasure-hunt/templates/index.html
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/treasure-hunt/treasure-hunt.gpt

0 comments on commit 62cebc6

Please sign in to comment.