Skip to content

Commit d58d100

Browse files
Update figurine to 1.2.1 (#3063)
1 parent 789bcdf commit d58d100

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ Here are some solutions to several common problems that may occur when adding a
315315
[![envcli](https://github.com/cloudposse/packages/workflows/envcli/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Aenvcli) | 0.7.1 | A simple wrapper that allows you to run commands within ethereal docker containers
316316
[![fargate](https://github.com/cloudposse/packages/workflows/fargate/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Afargate) | 0.3.2 | CLI for AWS Fargate
317317
[![fetch](https://github.com/cloudposse/packages/workflows/fetch/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Afetch) | 0.4.5 | fetch makes it easy to download files, folders, and release assets from a specific public git commit, branch, or tag
318-
[![figurine](https://github.com/cloudposse/packages/workflows/figurine/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Afigurine) | 1.2.0 | Print your name in style
318+
[![figurine](https://github.com/cloudposse/packages/workflows/figurine/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Afigurine) | 1.2.1 | Print your name in style
319319
[![fzf](https://github.com/cloudposse/packages/workflows/fzf/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Afzf) | 0.23.1 | A command-line fuzzy finder
320320
[![gh](https://github.com/cloudposse/packages/workflows/gh/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Agh) | 2.20.2 | The GitHub CLI
321321
[![ghr](https://github.com/cloudposse/packages/workflows/ghr/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Aghr) | 0.16.0 | Upload multiple artifacts to GitHub Releases in parallel

docs/badges.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
[![envcli](https://github.com/cloudposse/packages/workflows/envcli/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Aenvcli) | 0.7.1 | A simple wrapper that allows you to run commands within ethereal docker containers
2929
[![fargate](https://github.com/cloudposse/packages/workflows/fargate/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Afargate) | 0.3.2 | CLI for AWS Fargate
3030
[![fetch](https://github.com/cloudposse/packages/workflows/fetch/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Afetch) | 0.4.5 | fetch makes it easy to download files, folders, and release assets from a specific public git commit, branch, or tag
31-
[![figurine](https://github.com/cloudposse/packages/workflows/figurine/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Afigurine) | 1.2.0 | Print your name in style
31+
[![figurine](https://github.com/cloudposse/packages/workflows/figurine/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Afigurine) | 1.2.1 | Print your name in style
3232
[![fzf](https://github.com/cloudposse/packages/workflows/fzf/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Afzf) | 0.23.1 | A command-line fuzzy finder
3333
[![gh](https://github.com/cloudposse/packages/workflows/gh/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Agh) | 2.20.2 | The GitHub CLI
3434
[![ghr](https://github.com/cloudposse/packages/workflows/ghr/badge.svg?branch=master)](https://github.com/cloudposse/packages/actions?query=workflow%3Aghr) | 0.16.0 | Upload multiple artifacts to GitHub Releases in parallel

docs/targets.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ emailcli 1.0.3 Command line email sending client written i
2929
envcli 0.7.1 A simple wrapper that allows you to run commands within ethereal docker containers
3030
fargate 0.3.2 CLI for AWS Fargate
3131
fetch 0.4.5 fetch makes it easy to download files, folders, and release assets from a specific public git commit, branch, or tag
32-
figurine 1.2.0 Print your name in style
32+
figurine 1.2.1 Print your name in style
3333
fzf 0.23.1 A command-line fuzzy finder
3434
gh 2.20.2 The GitHub CLI
3535
ghr 0.16.0 Upload multiple artifacts to GitHub Releases in parallel

vendor/figurine/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ include ../../tasks/Makefile.vendor_includes
22

33
# Package details
44
export VENDOR ?= arsham
5-
export DOWNLOAD_URL ?= $(PACKAGE_REPO_URL)/releases/download/v$(PACKAGE_VERSION)/$(PACKAGE_NAME)_$(OS)_v$(PACKAGE_VERSION).tar.gz
5+
export DOWNLOAD_URL ?= $(PACKAGE_REPO_URL)/releases/download/v$(PACKAGE_VERSION)/$(PACKAGE_NAME)_$(OS)_$(ARCH)_v$(PACKAGE_VERSION).tar.gz
66
export APK_BUILD_TEMPLATE ?= APKBUILD.github-binary
77
export APKBUILD_DEPENDS += libc6-compat
88

vendor/figurine/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.0
1+
1.2.1

0 commit comments

Comments
 (0)