chore: update clarinet repo

This commit is contained in:
bestmike007
2025-10-30 06:21:45 +00:00
parent 95f6f1ac18
commit 6b24d39642
3 changed files with 3 additions and 3 deletions

View File

@@ -21,5 +21,5 @@ jobs:
uses: asdf-vm/actions/plugin-test@v4 uses: asdf-vm/actions/plugin-test@v4
with: with:
command: clarinet --version command: clarinet --version
version: 3.5.0 version: 3.8.1
gitref: ${{ github.head_ref || github.ref_name }} gitref: ${{ github.head_ref || github.ref_name }}

View File

@@ -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) # 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).
</div> </div>

View File

@@ -2,7 +2,7 @@
set -euo pipefail set -euo pipefail
GH_REPO="https://github.com/hirosystems/clarinet" GH_REPO="https://github.com/stx-labs/clarinet"
TOOL_NAME="clarinet" TOOL_NAME="clarinet"
TOOL_TEST="clarinet -V | grep clarinet" TOOL_TEST="clarinet -V | grep clarinet"