Skip to content

Commit

Permalink
chore: revert back to stable talisman version
Browse files Browse the repository at this point in the history
  • Loading branch information
pgmanutd committed Sep 3, 2021
1 parent 4dcb47c commit e13f2be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A npm package for running Thoughtwork's [Talisman](https://github.com/thoughtwor

## Features

- Supports [Talisman v1.22.0](https://github.com/thoughtworks/talisman/releases/tag/v1.22.0).
- Supports [Talisman v1.11.0](https://github.com/thoughtworks/talisman/releases/tag/v1.11.0).
- Linux, MacOS and Windows supported.

## Installation
Expand Down
6 changes: 4 additions & 2 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ export const CHECKSUMS = {
talisman_darwin_amd64:
process.env.TALISMAN_DARWIN_AMD64_CHECKSUM ||
'c7f428aaa8756c7bc162d8255ad2e52b33c2816759415725b0397bbcafde153d',
talisman_darwin_arm64: process.env.TALISMAN_DARWIN_ARM64_CHECKSUM || 'f6dc1e3dd26dca96f0e790950cf5984180fe0495671c2cf3cb202e5160dde51b',
talisman_darwin_arm64:
process.env.TALISMAN_DARWIN_ARM64_CHECKSUM ||
'f6dc1e3dd26dca96f0e790950cf5984180fe0495671c2cf3cb202e5160dde51b',
'talisman_windows_386.exe':
process.env.TALISMAN_WINDOWS_386_CHECKSUM ||
'f3b5c99146580934476ed901b99070ae72777f4d44ac12a67e150dc9462eefbe',
Expand All @@ -31,7 +33,7 @@ export const CHECKSUMS = {
};

export const META_INFO = {
version: process.env.TALISMAN_VERSION || 'v1.22.0',
version: process.env.TALISMAN_VERSION || 'v1.11.0',
};

export const PATHS = {
Expand Down

0 comments on commit e13f2be

Please sign in to comment.