From 5ae335948936a626dcaa5264c27672baf7780d04 Mon Sep 17 00:00:00 2001 From: koralowiec <36413794+koralowiec@users.noreply.github.com> Date: Sat, 15 Feb 2025 10:34:15 +0000 Subject: [PATCH 1/2] fix: bump homebrew-package used during installation to 1.0.8 --- archive/src/ffmpeg-homebrew/install.sh | 2 +- src/btop-homebrew/install.sh | 2 +- src/curl-homebrew/install.sh | 2 +- src/ddgr-homebrew/install.sh | 2 +- src/fossil-homebrew/install.sh | 2 +- src/jfrog-cli-homebrew/install.sh | 2 +- src/lastpass-cli-homebrew/install.sh | 2 +- src/mongodb-atlas-cli-homebrew/install.sh | 2 +- src/mongosh-homebrew/install.sh | 2 +- src/mosh-homebrew/install.sh | 2 +- src/mysql-homebrew/install.sh | 2 +- src/neovim-homebrew/install.sh | 2 +- src/nmap-homebrew/install.sh | 2 +- src/nnn-homebrew/install.sh | 2 +- src/podman-homebrew/install.sh | 2 +- src/redis-homebrew/install.sh | 2 +- src/starship-homebrew/install.sh | 2 +- src/tfenv-homebrew/install.sh | 2 +- src/tmux-homebrew/install.sh | 2 +- src/w3m-homebrew/install.sh | 2 +- src/wget-homebrew/install.sh | 2 +- 21 files changed, 21 insertions(+), 21 deletions(-) diff --git a/archive/src/ffmpeg-homebrew/install.sh b/archive/src/ffmpeg-homebrew/install.sh index 2d520a29e..f7a485690 100755 --- a/archive/src/ffmpeg-homebrew/install.sh +++ b/archive/src/ffmpeg-homebrew/install.sh @@ -15,7 +15,7 @@ ensure_nanolayer nanolayer_location "v0.4.39" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-extra/features/homebrew-package:1.0.7" \ + "ghcr.io/devcontainers-extra/features/homebrew-package:1.0.8" \ --option package='ffmpeg' --option version="$VERSION" diff --git a/src/btop-homebrew/install.sh b/src/btop-homebrew/install.sh index b9acfa5bc..1ebcf3ca7 100755 --- a/src/btop-homebrew/install.sh +++ b/src/btop-homebrew/install.sh @@ -15,7 +15,7 @@ ensure_nanolayer nanolayer_location "v0.4.39" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-extra/features/homebrew-package:1.0.7" \ + "ghcr.io/devcontainers-extra/features/homebrew-package:1.0.8" \ --option package='btop' --option version="$VERSION" diff --git a/src/curl-homebrew/install.sh b/src/curl-homebrew/install.sh index 30ad52435..b2f97d233 100755 --- a/src/curl-homebrew/install.sh +++ b/src/curl-homebrew/install.sh @@ -15,7 +15,7 @@ ensure_nanolayer nanolayer_location "v0.4.39" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-extra/features/homebrew-package:1.0.7" \ + "ghcr.io/devcontainers-extra/features/homebrew-package:1.0.8" \ --option package='curl' --option version="$VERSION" diff --git a/src/ddgr-homebrew/install.sh b/src/ddgr-homebrew/install.sh index 2f86d5fe9..fe4c6f877 100755 --- a/src/ddgr-homebrew/install.sh +++ b/src/ddgr-homebrew/install.sh @@ -15,7 +15,7 @@ ensure_nanolayer nanolayer_location "v0.4.39" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-extra/features/homebrew-package:1.0.7" \ + "ghcr.io/devcontainers-extra/features/homebrew-package:1.0.8" \ --option package='ddgr' --option version="$VERSION" diff --git a/src/fossil-homebrew/install.sh b/src/fossil-homebrew/install.sh index 25304c3e6..1707b1c2a 100755 --- a/src/fossil-homebrew/install.sh +++ b/src/fossil-homebrew/install.sh @@ -15,7 +15,7 @@ ensure_nanolayer nanolayer_location "v0.4.39" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-extra/features/homebrew-package:1.0.7" \ + "ghcr.io/devcontainers-extra/features/homebrew-package:1.0.8" \ --option package='fossil' --option version="$VERSION" diff --git a/src/jfrog-cli-homebrew/install.sh b/src/jfrog-cli-homebrew/install.sh index 617308357..7cc0eada4 100755 --- a/src/jfrog-cli-homebrew/install.sh +++ b/src/jfrog-cli-homebrew/install.sh @@ -15,7 +15,7 @@ ensure_nanolayer nanolayer_location "v0.4.39" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-extra/features/homebrew-package:1.0.7" \ + "ghcr.io/devcontainers-extra/features/homebrew-package:1.0.8" \ --option package='jfrog-cli' --option version="$VERSION" diff --git a/src/lastpass-cli-homebrew/install.sh b/src/lastpass-cli-homebrew/install.sh index db44a47f4..cf064ce59 100755 --- a/src/lastpass-cli-homebrew/install.sh +++ b/src/lastpass-cli-homebrew/install.sh @@ -15,7 +15,7 @@ ensure_nanolayer nanolayer_location "v0.4.39" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-extra/features/homebrew-package:1.0.7" \ + "ghcr.io/devcontainers-extra/features/homebrew-package:1.0.8" \ --option package='lastpass-cli' --option version="$VERSION" diff --git a/src/mongodb-atlas-cli-homebrew/install.sh b/src/mongodb-atlas-cli-homebrew/install.sh index 3126aa830..0b5688945 100755 --- a/src/mongodb-atlas-cli-homebrew/install.sh +++ b/src/mongodb-atlas-cli-homebrew/install.sh @@ -15,7 +15,7 @@ ensure_nanolayer nanolayer_location "v0.4.39" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-extra/features/homebrew-package:1.0.7" \ + "ghcr.io/devcontainers-extra/features/homebrew-package:1.0.8" \ --option package='mongodb-atlas' --option version="$VERSION" diff --git a/src/mongosh-homebrew/install.sh b/src/mongosh-homebrew/install.sh index 4b17ff62f..3f500613b 100755 --- a/src/mongosh-homebrew/install.sh +++ b/src/mongosh-homebrew/install.sh @@ -15,7 +15,7 @@ ensure_nanolayer nanolayer_location "v0.4.39" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-extra/features/homebrew-package:1.0.7" \ + "ghcr.io/devcontainers-extra/features/homebrew-package:1.0.8" \ --option package='mongosh' --option version="$VERSION" diff --git a/src/mosh-homebrew/install.sh b/src/mosh-homebrew/install.sh index 947ce2427..e5e86b322 100755 --- a/src/mosh-homebrew/install.sh +++ b/src/mosh-homebrew/install.sh @@ -15,7 +15,7 @@ ensure_nanolayer nanolayer_location "v0.4.39" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-extra/features/homebrew-package:1.0.7" \ + "ghcr.io/devcontainers-extra/features/homebrew-package:1.0.8" \ --option package='mosh' --option version="$VERSION" diff --git a/src/mysql-homebrew/install.sh b/src/mysql-homebrew/install.sh index cb759a784..e8fea7fc3 100755 --- a/src/mysql-homebrew/install.sh +++ b/src/mysql-homebrew/install.sh @@ -15,7 +15,7 @@ ensure_nanolayer nanolayer_location "v0.4.39" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-extra/features/homebrew-package:1.0.7" \ + "ghcr.io/devcontainers-extra/features/homebrew-package:1.0.8" \ --option package='mysql' --option version="$VERSION" diff --git a/src/neovim-homebrew/install.sh b/src/neovim-homebrew/install.sh index fb6ab3e4c..15d7222b7 100755 --- a/src/neovim-homebrew/install.sh +++ b/src/neovim-homebrew/install.sh @@ -15,7 +15,7 @@ ensure_nanolayer nanolayer_location "v0.4.39" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-extra/features/homebrew-package:1.0.7" \ + "ghcr.io/devcontainers-extra/features/homebrew-package:1.0.8" \ --option package='neovim' --option version="$VERSION" diff --git a/src/nmap-homebrew/install.sh b/src/nmap-homebrew/install.sh index 0af17382c..1baad9b6c 100755 --- a/src/nmap-homebrew/install.sh +++ b/src/nmap-homebrew/install.sh @@ -15,7 +15,7 @@ ensure_nanolayer nanolayer_location "v0.4.39" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-extra/features/homebrew-package:1.0.7" \ + "ghcr.io/devcontainers-extra/features/homebrew-package:1.0.8" \ --option package='nmap' --option version="$VERSION" diff --git a/src/nnn-homebrew/install.sh b/src/nnn-homebrew/install.sh index ba790716e..3dd70c037 100755 --- a/src/nnn-homebrew/install.sh +++ b/src/nnn-homebrew/install.sh @@ -15,7 +15,7 @@ ensure_nanolayer nanolayer_location "v0.4.39" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-extra/features/homebrew-package:1.0.7" \ + "ghcr.io/devcontainers-extra/features/homebrew-package:1.0.8" \ --option package='nnn' --option version="$VERSION" diff --git a/src/podman-homebrew/install.sh b/src/podman-homebrew/install.sh index 8a7bab58f..b2e17f725 100755 --- a/src/podman-homebrew/install.sh +++ b/src/podman-homebrew/install.sh @@ -15,7 +15,7 @@ ensure_nanolayer nanolayer_location "v0.4.39" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-extra/features/homebrew-package:1.0.7" \ + "ghcr.io/devcontainers-extra/features/homebrew-package:1.0.8" \ --option package='podman' --option version="$VERSION" diff --git a/src/redis-homebrew/install.sh b/src/redis-homebrew/install.sh index 0135db92b..c1b7670ed 100755 --- a/src/redis-homebrew/install.sh +++ b/src/redis-homebrew/install.sh @@ -15,7 +15,7 @@ ensure_nanolayer nanolayer_location "v0.4.39" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-extra/features/homebrew-package:1.0.7" \ + "ghcr.io/devcontainers-extra/features/homebrew-package:1.0.8" \ --option package='redis' --option version="$VERSION" diff --git a/src/starship-homebrew/install.sh b/src/starship-homebrew/install.sh index c9a00cf14..7b2270fca 100755 --- a/src/starship-homebrew/install.sh +++ b/src/starship-homebrew/install.sh @@ -15,7 +15,7 @@ ensure_nanolayer nanolayer_location "v0.4.39" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-extra/features/homebrew-package:1.0.7" \ + "ghcr.io/devcontainers-extra/features/homebrew-package:1.0.8" \ --option package='starship' --option version="$VERSION" diff --git a/src/tfenv-homebrew/install.sh b/src/tfenv-homebrew/install.sh index 2f6cbb354..4e751767d 100755 --- a/src/tfenv-homebrew/install.sh +++ b/src/tfenv-homebrew/install.sh @@ -15,7 +15,7 @@ ensure_nanolayer nanolayer_location "v0.4.39" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-extra/features/homebrew-package:1.0.7" \ + "ghcr.io/devcontainers-extra/features/homebrew-package:1.0.8" \ --option package='tfenv' --option version="$VERSION" diff --git a/src/tmux-homebrew/install.sh b/src/tmux-homebrew/install.sh index b6ed3e69d..9a3a1f553 100755 --- a/src/tmux-homebrew/install.sh +++ b/src/tmux-homebrew/install.sh @@ -15,7 +15,7 @@ ensure_nanolayer nanolayer_location "v0.4.39" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-extra/features/homebrew-package:1.0.7" \ + "ghcr.io/devcontainers-extra/features/homebrew-package:1.0.8" \ --option package='tmux' --option version="$VERSION" diff --git a/src/w3m-homebrew/install.sh b/src/w3m-homebrew/install.sh index 720fe2adb..66d2ad5f9 100755 --- a/src/w3m-homebrew/install.sh +++ b/src/w3m-homebrew/install.sh @@ -15,7 +15,7 @@ ensure_nanolayer nanolayer_location "v0.4.39" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-extra/features/homebrew-package:1.0.7" \ + "ghcr.io/devcontainers-extra/features/homebrew-package:1.0.8" \ --option package='w3m' --option version="$VERSION" diff --git a/src/wget-homebrew/install.sh b/src/wget-homebrew/install.sh index 87a3757d0..4faf7abca 100755 --- a/src/wget-homebrew/install.sh +++ b/src/wget-homebrew/install.sh @@ -15,7 +15,7 @@ ensure_nanolayer nanolayer_location "v0.4.39" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-extra/features/homebrew-package:1.0.7" \ + "ghcr.io/devcontainers-extra/features/homebrew-package:1.0.8" \ --option package='wget' --option version="$VERSION" From b202a58637a8fda9bdd4a50701b48f39351ef492 Mon Sep 17 00:00:00 2001 From: koralowiec <36413794+koralowiec@users.noreply.github.com> Date: Sat, 15 Feb 2025 10:46:11 +0000 Subject: [PATCH 2/2] chore: bump -homebrew features versions --- src/btop-homebrew/devcontainer-feature.json | 2 +- src/curl-homebrew/devcontainer-feature.json | 2 +- src/ddgr-homebrew/devcontainer-feature.json | 2 +- src/fossil-homebrew/devcontainer-feature.json | 2 +- src/jfrog-cli-homebrew/devcontainer-feature.json | 2 +- src/lastpass-cli-homebrew/devcontainer-feature.json | 2 +- src/mongodb-atlas-cli-homebrew/devcontainer-feature.json | 2 +- src/mongosh-homebrew/devcontainer-feature.json | 2 +- src/mosh-homebrew/devcontainer-feature.json | 2 +- src/mysql-homebrew/devcontainer-feature.json | 2 +- src/neovim-homebrew/devcontainer-feature.json | 2 +- src/nmap-homebrew/devcontainer-feature.json | 2 +- src/nnn-homebrew/devcontainer-feature.json | 2 +- src/podman-homebrew/devcontainer-feature.json | 2 +- src/redis-homebrew/devcontainer-feature.json | 2 +- src/starship-homebrew/devcontainer-feature.json | 2 +- src/tfenv-homebrew/devcontainer-feature.json | 2 +- src/tmux-homebrew/devcontainer-feature.json | 2 +- src/w3m-homebrew/devcontainer-feature.json | 2 +- src/wget-homebrew/devcontainer-feature.json | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/src/btop-homebrew/devcontainer-feature.json b/src/btop-homebrew/devcontainer-feature.json index bf80ead08..4f8e1fce7 100644 --- a/src/btop-homebrew/devcontainer-feature.json +++ b/src/btop-homebrew/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "btop-homebrew", - "version": "1.0.19", + "version": "1.0.20", "name": "btop (via Homebrew)", "documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/btop-homebrew", "description": "btop is a resource monitor that shows usage and stats for processor, memory, disks, network and processes.", diff --git a/src/curl-homebrew/devcontainer-feature.json b/src/curl-homebrew/devcontainer-feature.json index d05bcd090..edb44a30b 100644 --- a/src/curl-homebrew/devcontainer-feature.json +++ b/src/curl-homebrew/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "curl-homebrew", - "version": "1.0.19", + "version": "1.0.20", "name": "cURL (via Homebrew)", "documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/curl-homebrew", "description": "cURL is a computer software project providing a library and command-line tool for transferring data using various network protocols.", diff --git a/src/ddgr-homebrew/devcontainer-feature.json b/src/ddgr-homebrew/devcontainer-feature.json index c66728735..55bd99ccd 100644 --- a/src/ddgr-homebrew/devcontainer-feature.json +++ b/src/ddgr-homebrew/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "ddgr-homebrew", - "version": "1.0.19", + "version": "1.0.20", "name": "ddgr (via Homebrew)", "documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/ddgr-homebrew", "description": "ddgr is a cmdline utility to search DuckDuckGo from the terminal.", diff --git a/src/fossil-homebrew/devcontainer-feature.json b/src/fossil-homebrew/devcontainer-feature.json index 9564916c4..0f63e090d 100644 --- a/src/fossil-homebrew/devcontainer-feature.json +++ b/src/fossil-homebrew/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "fossil-homebrew", - "version": "1.0.19", + "version": "1.0.20", "name": "Fossil (via Homebrew)", "documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/fossil-homebrew", "description": "Fossil is a simple, high-reliability, distributed software configuration management system. It is capable of performing distributed version control, bug tracking, wiki services, and blogging.", diff --git a/src/jfrog-cli-homebrew/devcontainer-feature.json b/src/jfrog-cli-homebrew/devcontainer-feature.json index 521871dc2..a6c74021f 100644 --- a/src/jfrog-cli-homebrew/devcontainer-feature.json +++ b/src/jfrog-cli-homebrew/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "jfrog-cli-homebrew", - "version": "1.0.13", + "version": "1.0.14", "name": "JFrog CLI (via Homebrew)", "documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/jfrog-cli-homebrew", "description": "JFrog CLI is a compact and smart client that provides a simple interface that automates access to JFrog products simplifying your automation scripts making them more readable and easier to maintain.", diff --git a/src/lastpass-cli-homebrew/devcontainer-feature.json b/src/lastpass-cli-homebrew/devcontainer-feature.json index 317b1d4c7..42bc8428a 100644 --- a/src/lastpass-cli-homebrew/devcontainer-feature.json +++ b/src/lastpass-cli-homebrew/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "lastpass-cli-homebrew", - "version": "1.0.6", + "version": "1.0.7", "name": "LastPass CLI (via Homebrew)", "documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/lastpass-cli-homebrew", "description": "The LastPass command line application is an open source project that allows you to create, edit, and retrieve passwords in your online LastPass vault.", diff --git a/src/mongodb-atlas-cli-homebrew/devcontainer-feature.json b/src/mongodb-atlas-cli-homebrew/devcontainer-feature.json index 235a241d5..28cdb9fde 100644 --- a/src/mongodb-atlas-cli-homebrew/devcontainer-feature.json +++ b/src/mongodb-atlas-cli-homebrew/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "mongodb-atlas-cli-homebrew", - "version": "1.0.13", + "version": "1.0.14", "name": "MongoDB Atlas CLI (via Homebrew)", "documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/mongodb-atlas-cli-homebrew", "description": "The Atlas CLI is a command line interface built specifically for MongoDB Atlas.", diff --git a/src/mongosh-homebrew/devcontainer-feature.json b/src/mongosh-homebrew/devcontainer-feature.json index a94810c5d..241689914 100644 --- a/src/mongosh-homebrew/devcontainer-feature.json +++ b/src/mongosh-homebrew/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "mongosh-homebrew", - "version": "1.0.19", + "version": "1.0.20", "name": "MongoDB Shell (via Homebrew)", "documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/mongosh-homebrew", "description": "MongoDB Shell to connect, configure, query, and work with your MongoDB database.", diff --git a/src/mosh-homebrew/devcontainer-feature.json b/src/mosh-homebrew/devcontainer-feature.json index 97792a5aa..df89e5b28 100644 --- a/src/mosh-homebrew/devcontainer-feature.json +++ b/src/mosh-homebrew/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "mosh-homebrew", - "version": "1.0.19", + "version": "1.0.20", "name": "Mosh (via Homebrew)", "documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/mosh-homebrew", "description": "Mosh is a remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes.", diff --git a/src/mysql-homebrew/devcontainer-feature.json b/src/mysql-homebrew/devcontainer-feature.json index 185461093..e9ab0375d 100644 --- a/src/mysql-homebrew/devcontainer-feature.json +++ b/src/mysql-homebrew/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "mysql-homebrew", - "version": "1.0.19", + "version": "1.0.20", "name": "MySQL (via Homebrew)", "documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/mysql-homebrew", "description": "MySQL is an open-source relational database management system (RDBMS)", diff --git a/src/neovim-homebrew/devcontainer-feature.json b/src/neovim-homebrew/devcontainer-feature.json index 15b45aff9..7b8bfc4e6 100644 --- a/src/neovim-homebrew/devcontainer-feature.json +++ b/src/neovim-homebrew/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "neovim-homebrew", - "version": "1.0.19", + "version": "1.0.20", "name": "Neovim (via Homebrew)", "documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/neovim-homebrew", "description": "Neovim is a fork of Vim focused on modern code and features, rather than running in legacy environments.", diff --git a/src/nmap-homebrew/devcontainer-feature.json b/src/nmap-homebrew/devcontainer-feature.json index e0167eb73..1dfd05531 100644 --- a/src/nmap-homebrew/devcontainer-feature.json +++ b/src/nmap-homebrew/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "nmap-homebrew", - "version": "1.0.19", + "version": "1.0.20", "name": "Nmap (via Homebrew)", "documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/nmap-homebrew", "description": "Nmap (Network Mapper) is a free and open source utility for network discovery and security auditing.", diff --git a/src/nnn-homebrew/devcontainer-feature.json b/src/nnn-homebrew/devcontainer-feature.json index 6d996d9e9..31b862a1a 100644 --- a/src/nnn-homebrew/devcontainer-feature.json +++ b/src/nnn-homebrew/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "nnn-homebrew", - "version": "1.0.19", + "version": "1.0.20", "name": "nnn (n\u00b3) (via Homebrew)", "documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/nnn-homebrew", "description": "nnn is a free and open-source file manager which provides a text-based user interface to provide file managing functionalities for Unix-like systems.", diff --git a/src/podman-homebrew/devcontainer-feature.json b/src/podman-homebrew/devcontainer-feature.json index b4e607a65..2ca15951f 100644 --- a/src/podman-homebrew/devcontainer-feature.json +++ b/src/podman-homebrew/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "podman-homebrew", - "version": "1.0.19", + "version": "1.0.20", "name": "Podman (via Homebrew)", "documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/podman-homebrew", "description": "Podman is a tool for managing containers and images, volumes mounted into those containers, and pods made from groups of containers.", diff --git a/src/redis-homebrew/devcontainer-feature.json b/src/redis-homebrew/devcontainer-feature.json index 37afeb9db..3ab873e55 100644 --- a/src/redis-homebrew/devcontainer-feature.json +++ b/src/redis-homebrew/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "redis-homebrew", - "version": "1.0.19", + "version": "1.0.20", "name": "Redis (via Homebrew)", "documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/redis-homebrew", "description": "Redis is an in-memory data structure store, used as a distributed, in-memory key-value database, cache and message broker, with optional durability.", diff --git a/src/starship-homebrew/devcontainer-feature.json b/src/starship-homebrew/devcontainer-feature.json index ad15d6419..4d5f86d58 100644 --- a/src/starship-homebrew/devcontainer-feature.json +++ b/src/starship-homebrew/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "starship-homebrew", - "version": "1.0.19", + "version": "1.0.20", "name": "Starship (via Homebrew)", "documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/starship-homebrew", "description": "Starship is fast and highly customizable cross-shell prompt that can display contextual information.", diff --git a/src/tfenv-homebrew/devcontainer-feature.json b/src/tfenv-homebrew/devcontainer-feature.json index 8a88d2d3a..54f7d6189 100644 --- a/src/tfenv-homebrew/devcontainer-feature.json +++ b/src/tfenv-homebrew/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "tfenv-homebrew", - "version": "1.0.14", + "version": "1.0.15", "name": "tfenv (via Homebrew)", "documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/tfenv-homebrew", "description": "tfenv is an open-source Terraform version manager tool.", diff --git a/src/tmux-homebrew/devcontainer-feature.json b/src/tmux-homebrew/devcontainer-feature.json index 542d068a7..519b8a849 100644 --- a/src/tmux-homebrew/devcontainer-feature.json +++ b/src/tmux-homebrew/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "tmux-homebrew", - "version": "1.0.19", + "version": "1.0.20", "name": "tmux (via Homebrew)", "documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/tmux-homebrew", "description": "tmux is a terminal multiplexer: it enables a number of terminals to be created, accessed, and controlled from a single screen. tmux may be detached from a screen and continue running in the background, then later reattached.", diff --git a/src/w3m-homebrew/devcontainer-feature.json b/src/w3m-homebrew/devcontainer-feature.json index 85f78452b..0cf27cf5e 100644 --- a/src/w3m-homebrew/devcontainer-feature.json +++ b/src/w3m-homebrew/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "w3m-homebrew", - "version": "1.0.19", + "version": "1.0.20", "name": "w3m (via Homebrew)", "documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/w3m-homebrew", "description": "w3m is a free software/open source text-based web browser and terminal pager.", diff --git a/src/wget-homebrew/devcontainer-feature.json b/src/wget-homebrew/devcontainer-feature.json index e4aba8d71..990fe9a03 100644 --- a/src/wget-homebrew/devcontainer-feature.json +++ b/src/wget-homebrew/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "wget-homebrew", - "version": "1.0.19", + "version": "1.0.20", "name": "Wget (via Homebrew)", "documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/wget-homebrew", "description": "Wget is a free software package for retrieving files using HTTP, HTTPS, FTP and FTPS, the most widely used Internet protocols.",