Skip to content

Commit

Permalink
build(tw-talisman): upgrade from 1.29.3 to 1.29.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 10, 2022
1 parent 897c402 commit 0353793
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.29.3](https://github.com/thoughtworks/talisman/releases/tag/v1.29.3).
- Supports [Talisman v1.29.4](https://github.com/thoughtworks/talisman/releases/tag/v1.29.4).
- 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 ||
'db739bbb6288a2fedacabd91600fc75f3d6c2d6ce71142835489bed7133c22d8',
'67f0663b5c7fd32c42f25fe1d62c26d0b902d8468173c24a87084b56393d15bc',
talisman_linux_amd64:
process.env.TALISMAN_LINUX_AMD64_CHECKSUM ||
'fcabbeab135b603ec89a80d6c7bbc1d1c6d0200233db95c4020bd25e1d5128c3',
'93aa6f36505a890f97883908dd4078e69a5d74b1f7d00410b7e1ad682c9f2c96',
talisman_linux_arm64:
process.env.TALISMAN_LINUX_ARM64_CHECKSUM ||
'8596cb788b5882ee8e4b9b3c946652819d8b4470ea4169cc7b740fe867b9b736',
'bd7f6951af9397b1f7f6e56df9850184af0a77da408a5661e3e31525470452dd',
// 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 ||
'a7a1c3c7875c20a26e48a5864611a2d78ca25e6c1406fbb3d809fb0694afdb1c',
'8e9fde3eee54802c7fea568fa0f4261fb3d489d7d049d44b261d33e8a11c26bd',
talisman_darwin_arm64:
process.env.TALISMAN_DARWIN_ARM64_CHECKSUM ||
'cd46fb353f60a39d17b287bccb4c800d51e5616415771c6f712278ac2eab6e6a',
'8b528d5f4b3f27364a8f143ded79db9cd298c1cbcf2ef381797c1ec78fbcbd4f',
'talisman_windows_386.exe':
process.env.TALISMAN_WINDOWS_386_CHECKSUM ||
'b524d5f1f7cb8c5517fff01a7c07e2011dffc99974f92ad34ce0c8140b0eb14d',
'98c4b040b8b766d25e4159ce14c385d0f8164836dbca6972e7b848d2c6e3c24e',
'talisman_windows_amd64.exe':
process.env.TALISMAN_WINDOWS_AMD64_CHECKSUM ||
'cacc26833310ebbb741f9ca17075d86ac82d86e2badafe7beb029e2940d894eb',
'e7fc04385cb0a5b0b83ae90e070117bd6491ba470b2dc5a7a178270d07557153',
'talisman_windows_arm64.exe':
process.env.TALISMAN_WINDOWS_ARM64_CHECKSUM ||
'78afaf293355199e3841c2f02cb08bc253c052cd9625df9e478732ca3304234c',
'8797886422ab0844829d5119bb7963ffb0fb9a5030b5ec3a81ce3e5dee21c939',
};

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

export const PATHS = {
Expand Down

0 comments on commit 0353793

Please sign in to comment.