From d58d10096046b1f8d35997390b98cd35355b4edb Mon Sep 17 00:00:00 2001 From: "Cloud Posse Bot (CI/CD)" Date: Wed, 23 Nov 2022 14:14:59 -0800 Subject: [PATCH] Update figurine to 1.2.1 (#3063) --- README.md | 2 +- docs/badges.md | 2 +- docs/targets.md | 2 +- vendor/figurine/Makefile | 2 +- vendor/figurine/VERSION | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5fc6b92c4c..f05e36c3a1 100644 --- a/README.md +++ b/README.md @@ -315,7 +315,7 @@ Here are some solutions to several common problems that may occur when adding a [![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 [![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 [![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 -[![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 +[![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 [![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 [![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 [![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 diff --git a/docs/badges.md b/docs/badges.md index 1aec7029ad..3cf4b115a0 100644 --- a/docs/badges.md +++ b/docs/badges.md @@ -28,7 +28,7 @@ [![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 [![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 [![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 -[![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 +[![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 [![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 [![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 [![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 diff --git a/docs/targets.md b/docs/targets.md index bb6c4fc051..1c7c255f36 100644 --- a/docs/targets.md +++ b/docs/targets.md @@ -29,7 +29,7 @@ emailcli 1.0.3 Command line email sending client written i envcli 0.7.1 A simple wrapper that allows you to run commands within ethereal docker containers fargate 0.3.2 CLI for AWS Fargate fetch 0.4.5 fetch makes it easy to download files, folders, and release assets from a specific public git commit, branch, or tag -figurine 1.2.0 Print your name in style +figurine 1.2.1 Print your name in style fzf 0.23.1 A command-line fuzzy finder gh 2.20.2 The GitHub CLI ghr 0.16.0 Upload multiple artifacts to GitHub Releases in parallel diff --git a/vendor/figurine/Makefile b/vendor/figurine/Makefile index 0f3ab5eade..a769382130 100644 --- a/vendor/figurine/Makefile +++ b/vendor/figurine/Makefile @@ -2,7 +2,7 @@ include ../../tasks/Makefile.vendor_includes # Package details export VENDOR ?= arsham -export DOWNLOAD_URL ?= $(PACKAGE_REPO_URL)/releases/download/v$(PACKAGE_VERSION)/$(PACKAGE_NAME)_$(OS)_v$(PACKAGE_VERSION).tar.gz +export DOWNLOAD_URL ?= $(PACKAGE_REPO_URL)/releases/download/v$(PACKAGE_VERSION)/$(PACKAGE_NAME)_$(OS)_$(ARCH)_v$(PACKAGE_VERSION).tar.gz export APK_BUILD_TEMPLATE ?= APKBUILD.github-binary export APKBUILD_DEPENDS += libc6-compat diff --git a/vendor/figurine/VERSION b/vendor/figurine/VERSION index 26aaba0e86..6085e94650 100644 --- a/vendor/figurine/VERSION +++ b/vendor/figurine/VERSION @@ -1 +1 @@ -1.2.0 +1.2.1