Skip to content

Commit

Permalink
build(tw-talisman): upgrade from 1.31.0 to 1.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 25, 2024
1 parent f7557be commit ac2e675
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.31.0](https://github.com/thoughtworks/talisman/releases/tag/v1.31.0).
- Supports [Talisman v1.32.0](https://github.com/thoughtworks/talisman/releases/tag/v1.32.0).
- 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 ||
'7d7234c33fdaf1309df1527b75e88dd9b4c6f98e8eabb9430b86e3dbf816b27c',
'b90b52fb59d27420eda68826f6c8adc63c3066b1ff58731c216ff294493933de',
talisman_linux_amd64:
process.env.TALISMAN_LINUX_AMD64_CHECKSUM ||
'0bb3527fb8d6d9e776f6e19b24c9b92ce45998fec8bc75d3140dcbda27bb2874',
'373ee0d510db97329d14566ba41712fa3af86bfa5860e1648414d97e2a5bf2a2',
talisman_linux_arm64:
process.env.TALISMAN_LINUX_ARM64_CHECKSUM ||
'dfd1b43a059d4c2f14c8d20a7c197d36dca9928138259070cd6cb3e045cc2f53',
'4068d65ebd9abe1bdf262051e90d10aff18794f1e335239bcde5c47b28c40b17',
// 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 ||
'6ed28cae500165ee23edacf08d7ce8c95960369120f130249fedb5663846dbf3',
'b9f617374e8b50bd9cb001a6a86901d96c307f8d470c2656cbd70b0382e12a38',
talisman_darwin_arm64:
process.env.TALISMAN_DARWIN_ARM64_CHECKSUM ||
'aa21f0c92f6683685c38b43b634f89978216668e24806e6abbd31cc82dec0439',
'54bc8883de052da0cb8e65ad58b7633e97f37f8d9b6c983cecbe9e2c839b5cbb',
'talisman_windows_386.exe':
process.env.TALISMAN_WINDOWS_386_CHECKSUM ||
'74bcf3e57c2860d8ffc531579ddc02c2934b7edb0fb3c55c3561f86cee36fa40',
'616ed374a2b8b3360fb775666b68bf36c88993e5417e18669e7e7f663a19e0ea',
'talisman_windows_amd64.exe':
process.env.TALISMAN_WINDOWS_AMD64_CHECKSUM ||
'dd0ec48d8f8417582d69728dd7153d658bab785f0e1364418f93614a3a8b7232',
'a64adb3e9e6c45408fa7954f47a43130cd97a229229e4d8c6dccd047d4373906',
'talisman_windows_arm64.exe':
process.env.TALISMAN_WINDOWS_ARM64_CHECKSUM ||
'fe8a33440fb3c3fa373c6dadb7b869dd7d32413f46543c7f1e99169088d3cdac',
'c636d413e2584489a87942fa51b6eca7d9d0b57c3550cb89c700aa84e846dd4c',
};

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

export const PATHS = {
Expand Down

0 comments on commit ac2e675

Please sign in to comment.