From c25cb7f8d02592c8d01188c2230957d61026142a Mon Sep 17 00:00:00 2001 From: Daniel Braun Date: Sat, 29 Apr 2023 19:21:05 +0300 Subject: [PATCH] [Bug]: (#396) Fixes #394 --- src/btop-homebrew/devcontainer-feature.json | 2 +- src/btop-homebrew/install.sh | 2 +- src/curl-homebrew/devcontainer-feature.json | 2 +- src/curl-homebrew/install.sh | 2 +- src/ddgr-homebrew/devcontainer-feature.json | 2 +- src/ddgr-homebrew/install.sh | 2 +- src/ffmpeg-homebrew/devcontainer-feature.json | 2 +- src/ffmpeg-homebrew/install.sh | 2 +- src/fossil-homebrew/devcontainer-feature.json | 2 +- src/fossil-homebrew/install.sh | 2 +- src/jfrog-cli-homebrew/devcontainer-feature.json | 2 +- src/jfrog-cli-homebrew/install.sh | 2 +- src/lastpass-cli-homebrew/devcontainer-feature.json | 2 +- src/lastpass-cli-homebrew/install.sh | 2 +- src/mongodb-atlas-cli-homebrew/devcontainer-feature.json | 2 +- src/mongodb-atlas-cli-homebrew/install.sh | 2 +- src/mongosh-homebrew/devcontainer-feature.json | 2 +- src/mongosh-homebrew/install.sh | 2 +- src/mosh-homebrew/devcontainer-feature.json | 2 +- src/mosh-homebrew/install.sh | 2 +- src/mysql-homebrew/devcontainer-feature.json | 2 +- src/mysql-homebrew/install.sh | 2 +- src/neovim-homebrew/devcontainer-feature.json | 2 +- src/neovim-homebrew/install.sh | 2 +- src/nmap-homebrew/devcontainer-feature.json | 2 +- src/nmap-homebrew/install.sh | 2 +- src/nnn-homebrew/devcontainer-feature.json | 2 +- src/nnn-homebrew/install.sh | 2 +- src/podman-homebrew/devcontainer-feature.json | 2 +- src/podman-homebrew/install.sh | 2 +- src/redis-homebrew/devcontainer-feature.json | 2 +- src/redis-homebrew/install.sh | 2 +- src/starship-homebrew/devcontainer-feature.json | 2 +- src/starship-homebrew/install.sh | 2 +- src/tfenv-homebrew/devcontainer-feature.json | 2 +- src/tfenv-homebrew/install.sh | 2 +- src/tmux-homebrew/devcontainer-feature.json | 2 +- src/tmux-homebrew/install.sh | 2 +- src/w3m-homebrew/devcontainer-feature.json | 2 +- src/w3m-homebrew/install.sh | 2 +- src/wget-homebrew/devcontainer-feature.json | 2 +- src/wget-homebrew/install.sh | 2 +- 42 files changed, 42 insertions(+), 42 deletions(-) diff --git a/src/btop-homebrew/devcontainer-feature.json b/src/btop-homebrew/devcontainer-feature.json index c3b2fde83..fd7ac39cd 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.15", + "version": "1.0.16", "name": "btop (via Homebrew)", "documentationURL": "http://github.com/devcontainers-contrib/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/btop-homebrew/install.sh b/src/btop-homebrew/install.sh index 0e1175033..f61c2ea1f 100644 --- a/src/btop-homebrew/install.sh +++ b/src/btop-homebrew/install.sh @@ -15,7 +15,7 @@ ensure_nanolayer nanolayer_location "v0.4.29" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-contrib/features/homebrew-package:1.0.4" \ + "ghcr.io/devcontainers-contrib/features/homebrew-package:1.0.5" \ --option package='btop' --option version="$VERSION" diff --git a/src/curl-homebrew/devcontainer-feature.json b/src/curl-homebrew/devcontainer-feature.json index a5568c27e..ae3a548ea 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.15", + "version": "1.0.16", "name": "cURL (via Homebrew)", "documentationURL": "http://github.com/devcontainers-contrib/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/curl-homebrew/install.sh b/src/curl-homebrew/install.sh index 5d2ee6bda..18bed7e8e 100644 --- a/src/curl-homebrew/install.sh +++ b/src/curl-homebrew/install.sh @@ -15,7 +15,7 @@ ensure_nanolayer nanolayer_location "v0.4.29" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-contrib/features/homebrew-package:1.0.4" \ + "ghcr.io/devcontainers-contrib/features/homebrew-package:1.0.5" \ --option package='curl' --option version="$VERSION" diff --git a/src/ddgr-homebrew/devcontainer-feature.json b/src/ddgr-homebrew/devcontainer-feature.json index a76770450..7f40a6a37 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.15", + "version": "1.0.16", "name": "ddgr (via Homebrew)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/ddgr-homebrew", "description": "ddgr is a cmdline utility to search DuckDuckGo from the terminal.", diff --git a/src/ddgr-homebrew/install.sh b/src/ddgr-homebrew/install.sh index f5ea2b724..ec5a16fe5 100644 --- a/src/ddgr-homebrew/install.sh +++ b/src/ddgr-homebrew/install.sh @@ -15,7 +15,7 @@ ensure_nanolayer nanolayer_location "v0.4.29" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-contrib/features/homebrew-package:1.0.4" \ + "ghcr.io/devcontainers-contrib/features/homebrew-package:1.0.5" \ --option package='ddgr' --option version="$VERSION" diff --git a/src/ffmpeg-homebrew/devcontainer-feature.json b/src/ffmpeg-homebrew/devcontainer-feature.json index d760bfd21..6bb2d084a 100644 --- a/src/ffmpeg-homebrew/devcontainer-feature.json +++ b/src/ffmpeg-homebrew/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "ffmpeg-homebrew", - "version": "1.0.15", + "version": "1.0.16", "name": "FFmpeg (via Homebrew)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/ffmpeg-homebrew", "description": "FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. No matter if they were designed by some standards committee, the community or a corporation. It is also highly portable: FFmpeg compiles, runs, and passes our testing infrastructure FATE across Linux, Mac OS X, Microsoft Windows, the BSDs, Solaris, etc. under a wide variety of build environments, machine architectures, and configurations.", diff --git a/src/ffmpeg-homebrew/install.sh b/src/ffmpeg-homebrew/install.sh index 44eb838a9..59ebfb176 100644 --- a/src/ffmpeg-homebrew/install.sh +++ b/src/ffmpeg-homebrew/install.sh @@ -15,7 +15,7 @@ ensure_nanolayer nanolayer_location "v0.4.29" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-contrib/features/homebrew-package:1.0.4" \ + "ghcr.io/devcontainers-contrib/features/homebrew-package:1.0.5" \ --option package='ffmpeg' --option version="$VERSION" diff --git a/src/fossil-homebrew/devcontainer-feature.json b/src/fossil-homebrew/devcontainer-feature.json index 0afa05cf0..3d2d3a1e6 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.15", + "version": "1.0.16", "name": "Fossil (via Homebrew)", "documentationURL": "http://github.com/devcontainers-contrib/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/fossil-homebrew/install.sh b/src/fossil-homebrew/install.sh index 72c342c2a..21fcca89d 100644 --- a/src/fossil-homebrew/install.sh +++ b/src/fossil-homebrew/install.sh @@ -15,7 +15,7 @@ ensure_nanolayer nanolayer_location "v0.4.29" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-contrib/features/homebrew-package:1.0.4" \ + "ghcr.io/devcontainers-contrib/features/homebrew-package:1.0.5" \ --option package='fossil' --option version="$VERSION" diff --git a/src/jfrog-cli-homebrew/devcontainer-feature.json b/src/jfrog-cli-homebrew/devcontainer-feature.json index 5f3554d34..a86d4a911 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.9", + "version": "1.0.10", "name": "JFrog CLI (via Homebrew)", "documentationURL": "http://github.com/devcontainers-contrib/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/jfrog-cli-homebrew/install.sh b/src/jfrog-cli-homebrew/install.sh index 9313e1559..ed04fd1d3 100644 --- a/src/jfrog-cli-homebrew/install.sh +++ b/src/jfrog-cli-homebrew/install.sh @@ -15,7 +15,7 @@ ensure_nanolayer nanolayer_location "v0.4.29" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-contrib/features/homebrew-package:1.0.4" \ + "ghcr.io/devcontainers-contrib/features/homebrew-package:1.0.5" \ --option package='jfrog-cli' --option version="$VERSION" diff --git a/src/lastpass-cli-homebrew/devcontainer-feature.json b/src/lastpass-cli-homebrew/devcontainer-feature.json index d6ee1eb2e..b89be36d2 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.2", + "version": "1.0.3", "name": "LastPass CLI (via Homebrew)", "documentationURL": "http://github.com/devcontainers-contrib/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/lastpass-cli-homebrew/install.sh b/src/lastpass-cli-homebrew/install.sh index 995ae7587..7b8b36be1 100644 --- a/src/lastpass-cli-homebrew/install.sh +++ b/src/lastpass-cli-homebrew/install.sh @@ -15,7 +15,7 @@ ensure_nanolayer nanolayer_location "v0.4.29" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-contrib/features/homebrew-package:1.0.4" \ + "ghcr.io/devcontainers-contrib/features/homebrew-package:1.0.5" \ --option package='lastpass-cli' --option version="$VERSION" diff --git a/src/mongodb-atlas-cli-homebrew/devcontainer-feature.json b/src/mongodb-atlas-cli-homebrew/devcontainer-feature.json index 6235f11ad..32cff844c 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.9", + "version": "1.0.10", "name": "MongoDB Atlas CLI (via Homebrew)", "documentationURL": "http://github.com/devcontainers-contrib/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/mongodb-atlas-cli-homebrew/install.sh b/src/mongodb-atlas-cli-homebrew/install.sh index 3ad3406a7..507c55354 100644 --- 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.29" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-contrib/features/homebrew-package:1.0.4" \ + "ghcr.io/devcontainers-contrib/features/homebrew-package:1.0.5" \ --option package='mongodb-atlas' --option version="$VERSION" diff --git a/src/mongosh-homebrew/devcontainer-feature.json b/src/mongosh-homebrew/devcontainer-feature.json index a6cf1917b..231fdd1f0 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.15", + "version": "1.0.16", "name": "MongoDB Shell (via Homebrew)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/mongosh-homebrew", "description": "MongoDB Shell to connect, configure, query, and work with your MongoDB database.", diff --git a/src/mongosh-homebrew/install.sh b/src/mongosh-homebrew/install.sh index 04e615b56..e4b664efa 100644 --- a/src/mongosh-homebrew/install.sh +++ b/src/mongosh-homebrew/install.sh @@ -15,7 +15,7 @@ ensure_nanolayer nanolayer_location "v0.4.29" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-contrib/features/homebrew-package:1.0.4" \ + "ghcr.io/devcontainers-contrib/features/homebrew-package:1.0.5" \ --option package='mongosh' --option version="$VERSION" diff --git a/src/mosh-homebrew/devcontainer-feature.json b/src/mosh-homebrew/devcontainer-feature.json index 8c58d3c04..300e1fe09 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.15", + "version": "1.0.16", "name": "Mosh (via Homebrew)", "documentationURL": "http://github.com/devcontainers-contrib/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/mosh-homebrew/install.sh b/src/mosh-homebrew/install.sh index f7fffdc12..59ba957d6 100644 --- a/src/mosh-homebrew/install.sh +++ b/src/mosh-homebrew/install.sh @@ -15,7 +15,7 @@ ensure_nanolayer nanolayer_location "v0.4.29" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-contrib/features/homebrew-package:1.0.4" \ + "ghcr.io/devcontainers-contrib/features/homebrew-package:1.0.5" \ --option package='mosh' --option version="$VERSION" diff --git a/src/mysql-homebrew/devcontainer-feature.json b/src/mysql-homebrew/devcontainer-feature.json index ef34224b3..39c0ff427 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.15", + "version": "1.0.16", "name": "MySQL (via Homebrew)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/mysql-homebrew", "description": "MySQL is an open-source relational database management system (RDBMS)", diff --git a/src/mysql-homebrew/install.sh b/src/mysql-homebrew/install.sh index 5688d6863..a504a5c0b 100644 --- a/src/mysql-homebrew/install.sh +++ b/src/mysql-homebrew/install.sh @@ -15,7 +15,7 @@ ensure_nanolayer nanolayer_location "v0.4.29" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-contrib/features/homebrew-package:1.0.4" \ + "ghcr.io/devcontainers-contrib/features/homebrew-package:1.0.5" \ --option package='mysql' --option version="$VERSION" diff --git a/src/neovim-homebrew/devcontainer-feature.json b/src/neovim-homebrew/devcontainer-feature.json index bb8b13be6..4ebf3272f 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.15", + "version": "1.0.16", "name": "Neovim (via Homebrew)", "documentationURL": "http://github.com/devcontainers-contrib/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/neovim-homebrew/install.sh b/src/neovim-homebrew/install.sh index bab9f4bfb..06fd3025f 100644 --- a/src/neovim-homebrew/install.sh +++ b/src/neovim-homebrew/install.sh @@ -15,7 +15,7 @@ ensure_nanolayer nanolayer_location "v0.4.29" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-contrib/features/homebrew-package:1.0.4" \ + "ghcr.io/devcontainers-contrib/features/homebrew-package:1.0.5" \ --option package='neovim' --option version="$VERSION" diff --git a/src/nmap-homebrew/devcontainer-feature.json b/src/nmap-homebrew/devcontainer-feature.json index 763170dc6..9a26b029c 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.15", + "version": "1.0.16", "name": "Nmap (via Homebrew)", "documentationURL": "http://github.com/devcontainers-contrib/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/nmap-homebrew/install.sh b/src/nmap-homebrew/install.sh index 46a81d5b0..7bd8d18ea 100644 --- a/src/nmap-homebrew/install.sh +++ b/src/nmap-homebrew/install.sh @@ -15,7 +15,7 @@ ensure_nanolayer nanolayer_location "v0.4.29" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-contrib/features/homebrew-package:1.0.4" \ + "ghcr.io/devcontainers-contrib/features/homebrew-package:1.0.5" \ --option package='nmap' --option version="$VERSION" diff --git a/src/nnn-homebrew/devcontainer-feature.json b/src/nnn-homebrew/devcontainer-feature.json index 48340fb74..89dadeede 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.15", + "version": "1.0.16", "name": "nnn (n\u00b3) (via Homebrew)", "documentationURL": "http://github.com/devcontainers-contrib/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/nnn-homebrew/install.sh b/src/nnn-homebrew/install.sh index 4ed539c7c..402ebbb05 100644 --- a/src/nnn-homebrew/install.sh +++ b/src/nnn-homebrew/install.sh @@ -15,7 +15,7 @@ ensure_nanolayer nanolayer_location "v0.4.29" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-contrib/features/homebrew-package:1.0.4" \ + "ghcr.io/devcontainers-contrib/features/homebrew-package:1.0.5" \ --option package='nnn' --option version="$VERSION" diff --git a/src/podman-homebrew/devcontainer-feature.json b/src/podman-homebrew/devcontainer-feature.json index a93c12fca..064f5220f 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.15", + "version": "1.0.16", "name": "Podman (via Homebrew)", "documentationURL": "http://github.com/devcontainers-contrib/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/podman-homebrew/install.sh b/src/podman-homebrew/install.sh index eee5b3167..d83d239d5 100644 --- a/src/podman-homebrew/install.sh +++ b/src/podman-homebrew/install.sh @@ -15,7 +15,7 @@ ensure_nanolayer nanolayer_location "v0.4.29" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-contrib/features/homebrew-package:1.0.4" \ + "ghcr.io/devcontainers-contrib/features/homebrew-package:1.0.5" \ --option package='podman' --option version="$VERSION" diff --git a/src/redis-homebrew/devcontainer-feature.json b/src/redis-homebrew/devcontainer-feature.json index 35aadb19b..57740e85b 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.15", + "version": "1.0.16", "name": "Redis (via Homebrew)", "documentationURL": "http://github.com/devcontainers-contrib/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/redis-homebrew/install.sh b/src/redis-homebrew/install.sh index 6f113b2f6..4cafaebc9 100644 --- a/src/redis-homebrew/install.sh +++ b/src/redis-homebrew/install.sh @@ -15,7 +15,7 @@ ensure_nanolayer nanolayer_location "v0.4.29" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-contrib/features/homebrew-package:1.0.4" \ + "ghcr.io/devcontainers-contrib/features/homebrew-package:1.0.5" \ --option package='redis' --option version="$VERSION" diff --git a/src/starship-homebrew/devcontainer-feature.json b/src/starship-homebrew/devcontainer-feature.json index d1ca5f560..eb4a5b663 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.15", + "version": "1.0.16", "name": "Starship (via Homebrew)", "documentationURL": "http://github.com/devcontainers-contrib/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/starship-homebrew/install.sh b/src/starship-homebrew/install.sh index af1c12686..402f42148 100644 --- a/src/starship-homebrew/install.sh +++ b/src/starship-homebrew/install.sh @@ -15,7 +15,7 @@ ensure_nanolayer nanolayer_location "v0.4.29" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-contrib/features/homebrew-package:1.0.4" \ + "ghcr.io/devcontainers-contrib/features/homebrew-package:1.0.5" \ --option package='starship' --option version="$VERSION" diff --git a/src/tfenv-homebrew/devcontainer-feature.json b/src/tfenv-homebrew/devcontainer-feature.json index 4d0b32bdb..bf7642cb3 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.10", + "version": "1.0.11", "name": "tfenv (via Homebrew)", "documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/tfenv-homebrew", "description": "tfenv is an open-source Terraform version manager tool.", diff --git a/src/tfenv-homebrew/install.sh b/src/tfenv-homebrew/install.sh index 49fce5686..35650d70f 100644 --- a/src/tfenv-homebrew/install.sh +++ b/src/tfenv-homebrew/install.sh @@ -15,7 +15,7 @@ ensure_nanolayer nanolayer_location "v0.4.29" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-contrib/features/homebrew-package:1.0.4" \ + "ghcr.io/devcontainers-contrib/features/homebrew-package:1.0.5" \ --option package='tfenv' --option version="$VERSION" diff --git a/src/tmux-homebrew/devcontainer-feature.json b/src/tmux-homebrew/devcontainer-feature.json index 1db6bd9a4..e66ffc25a 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.15", + "version": "1.0.16", "name": "tmux (via Homebrew)", "documentationURL": "http://github.com/devcontainers-contrib/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/tmux-homebrew/install.sh b/src/tmux-homebrew/install.sh index dab89a7b3..0da59103e 100644 --- a/src/tmux-homebrew/install.sh +++ b/src/tmux-homebrew/install.sh @@ -15,7 +15,7 @@ ensure_nanolayer nanolayer_location "v0.4.29" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-contrib/features/homebrew-package:1.0.4" \ + "ghcr.io/devcontainers-contrib/features/homebrew-package:1.0.5" \ --option package='tmux' --option version="$VERSION" diff --git a/src/w3m-homebrew/devcontainer-feature.json b/src/w3m-homebrew/devcontainer-feature.json index 5d5c8060c..241de132d 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.15", + "version": "1.0.16", "name": "w3m (via Homebrew)", "documentationURL": "http://github.com/devcontainers-contrib/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/w3m-homebrew/install.sh b/src/w3m-homebrew/install.sh index 6bebf82d8..e858ff46c 100644 --- a/src/w3m-homebrew/install.sh +++ b/src/w3m-homebrew/install.sh @@ -15,7 +15,7 @@ ensure_nanolayer nanolayer_location "v0.4.29" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-contrib/features/homebrew-package:1.0.4" \ + "ghcr.io/devcontainers-contrib/features/homebrew-package:1.0.5" \ --option package='w3m' --option version="$VERSION" diff --git a/src/wget-homebrew/devcontainer-feature.json b/src/wget-homebrew/devcontainer-feature.json index a7c8f5b75..1ce649c83 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.15", + "version": "1.0.16", "name": "Wget (via Homebrew)", "documentationURL": "http://github.com/devcontainers-contrib/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.", diff --git a/src/wget-homebrew/install.sh b/src/wget-homebrew/install.sh index 1cb7c8785..926091ac4 100644 --- a/src/wget-homebrew/install.sh +++ b/src/wget-homebrew/install.sh @@ -15,7 +15,7 @@ ensure_nanolayer nanolayer_location "v0.4.29" $nanolayer_location \ install \ devcontainer-feature \ - "ghcr.io/devcontainers-contrib/features/homebrew-package:1.0.4" \ + "ghcr.io/devcontainers-contrib/features/homebrew-package:1.0.5" \ --option package='wget' --option version="$VERSION"