Skip to content

Commit

Permalink
build(tw-talisman): upgrade from 1.30.1 to 1.30.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Mar 11, 2023
1 parent d717b5d commit 22822ee
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 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.30.1](https://github.com/thoughtworks/talisman/releases/tag/v1.30.1).
- Supports [Talisman v1.30.2](https://github.com/thoughtworks/talisman/releases/tag/v1.30.2).
- Linux, MacOS and Windows supported.

## Installation
Expand Down
18 changes: 9 additions & 9 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,34 +12,34 @@ export const CONSOLE_COLORS = {
export const CHECKSUMS = {
talisman_linux_386:
process.env.TALISMAN_LINUX_386_CHECKSUM ||
'cf549a50c30b9fa81282660ad19a16ab5d6d184bff04fb3affff6a1a7a394b71',
'3a66d438ac3834cba935ed9bd82ee8cb3088a44aca4b73152a22be4f4e3f682a',
talisman_linux_amd64:
process.env.TALISMAN_LINUX_AMD64_CHECKSUM ||
'2ea9fc151518016261ffb2c74381a19ea881e0dade682e4ba97171de1d9d5158',
'6da5fdec60204c2b599b13745fc36cab4bdabcd402bb9531fa295f36a6536501',
talisman_linux_arm64:
process.env.TALISMAN_LINUX_ARM64_CHECKSUM ||
'6836513fe712aafda3de9e3021ae457db8bdd8daeaafae53a9134537e3e95379',
'f52be6b71c222974fff85d1341f5a5e567e63d5c3be6fdfd66461f1c086fb8a8',
// NOTE: Checksum for darwin_386 not present in original checksum file.
talisman_darwin_386: process.env.TALISMAN_DARWIN_386_CHECKSUM || '',
talisman_darwin_amd64:
process.env.TALISMAN_DARWIN_AMD64_CHECKSUM ||
'b0d1d820b3c5d5869646f5b519f3792ae9a71de72b1e082f9933afe679696e7d',
'03d0d1878a8ad12c4552b7783e511a77e0c5904eae920a958987006bad4db7d8',
talisman_darwin_arm64:
process.env.TALISMAN_DARWIN_ARM64_CHECKSUM ||
'4f84f9fcf0d06fe7f0c4b75b2a41e599e7c3e1add3a05d074e68ad86c82d6e5d',
'9e71bf5562d90f79692eec268d75c9378f100f5844363a8f61108792a6e071ff',
'talisman_windows_386.exe':
process.env.TALISMAN_WINDOWS_386_CHECKSUM ||
'77dd8ec043bb051083b8c04de416ae516f37f1bd6f365f0d13f9d2d7ab7448df',
'1003e4b3e70545bda6dcd9f4df221e91f256f5a6f8c8bd4b56fa5de85bed5f8e',
'talisman_windows_amd64.exe':
process.env.TALISMAN_WINDOWS_AMD64_CHECKSUM ||
'dc83173e8660e440695413b2b75dd6be1c118d9d5511cfcbea2ed77271ae22d9',
'ac82125e4155cf9cd995c42be9c0892d849b1d18198e1d8e10df88a1b8113236',
'talisman_windows_arm64.exe':
process.env.TALISMAN_WINDOWS_ARM64_CHECKSUM ||
'19e51d465abf3be6eefec0ecb9cb85d26b3ffea03207ef652dd396102e51ab30',
'0fe61057e7a925b4fca9e33d007ac52b70c5b4b2d16701cc9b85c6958ed3795d',
};

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

export const PATHS = {
Expand Down

0 comments on commit 22822ee

Please sign in to comment.