From 6b24d3964290caf1fed0bf93bc248fe02046bffb Mon Sep 17 00:00:00 2001 From: bestmike007 Date: Thu, 30 Oct 2025 06:21:45 +0000 Subject: [PATCH] chore: update clarinet repo --- .github/workflows/build.yml | 2 +- README.md | 2 +- lib/utils.bash | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9b602df..66061d5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,5 +21,5 @@ jobs: uses: asdf-vm/actions/plugin-test@v4 with: command: clarinet --version - version: 3.5.0 + version: 3.8.1 gitref: ${{ github.head_ref || github.ref_name }} diff --git a/README.md b/README.md index a34b8b7..7bacdcc 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # asdf-clarinet [![Build](https://github.com/alexgo-io/asdf-clarinet/actions/workflows/build.yml/badge.svg)](https://github.com/alexgo-io/asdf-clarinet/actions/workflows/build.yml) [![Lint](https://github.com/alexgo-io/asdf-clarinet/actions/workflows/lint.yml/badge.svg)](https://github.com/alexgo-io/asdf-clarinet/actions/workflows/lint.yml) -[clarinet](https://github.com/hirosystems/clarinet/releases) plugin for the [asdf version manager](https://asdf-vm.com). +[clarinet](https://github.com/stx-labs/clarinet/releases) plugin for the [asdf version manager](https://asdf-vm.com). diff --git a/lib/utils.bash b/lib/utils.bash index 05b15fd..e9dbb6b 100644 --- a/lib/utils.bash +++ b/lib/utils.bash @@ -2,7 +2,7 @@ set -euo pipefail -GH_REPO="https://github.com/hirosystems/clarinet" +GH_REPO="https://github.com/stx-labs/clarinet" TOOL_NAME="clarinet" TOOL_TEST="clarinet -V | grep clarinet"