Skip to content

Commit

Permalink
Update figurine to 1.2.1 (#3063)
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudpossebot committed Nov 23, 2022
1 parent 789bcdf commit d58d100
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/badges.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/targets.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion vendor/figurine/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion vendor/figurine/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0
1.2.1

0 comments on commit d58d100

Please sign in to comment.