Skip to content

Commit 45db286

Browse files
authored
Merge pull request #103 from devcontainers-extra/fix/bump-used-homebrew-package-version-1.0.8
fix: bump homebrew-package used during installation to 1.0.8
2 parents 08147c3 + b202a58 commit 45db286

41 files changed

Lines changed: 41 additions & 41 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

archive/src/ffmpeg-homebrew/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ensure_nanolayer nanolayer_location "v0.4.39"
1515
$nanolayer_location \
1616
install \
1717
devcontainer-feature \
18-
"ghcr.io/devcontainers-extra/features/homebrew-package:1.0.7" \
18+
"ghcr.io/devcontainers-extra/features/homebrew-package:1.0.8" \
1919
--option package='ffmpeg' --option version="$VERSION"
2020

2121

src/btop-homebrew/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "btop-homebrew",
3-
"version": "1.0.19",
3+
"version": "1.0.20",
44
"name": "btop (via Homebrew)",
55
"documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/btop-homebrew",
66
"description": "btop is a resource monitor that shows usage and stats for processor, memory, disks, network and processes.",

src/btop-homebrew/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ensure_nanolayer nanolayer_location "v0.4.39"
1515
$nanolayer_location \
1616
install \
1717
devcontainer-feature \
18-
"ghcr.io/devcontainers-extra/features/homebrew-package:1.0.7" \
18+
"ghcr.io/devcontainers-extra/features/homebrew-package:1.0.8" \
1919
--option package='btop' --option version="$VERSION"
2020

2121

src/curl-homebrew/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "curl-homebrew",
3-
"version": "1.0.19",
3+
"version": "1.0.20",
44
"name": "cURL (via Homebrew)",
55
"documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/curl-homebrew",
66
"description": "cURL is a computer software project providing a library and command-line tool for transferring data using various network protocols.",

src/curl-homebrew/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ensure_nanolayer nanolayer_location "v0.4.39"
1515
$nanolayer_location \
1616
install \
1717
devcontainer-feature \
18-
"ghcr.io/devcontainers-extra/features/homebrew-package:1.0.7" \
18+
"ghcr.io/devcontainers-extra/features/homebrew-package:1.0.8" \
1919
--option package='curl' --option version="$VERSION"
2020

2121

src/ddgr-homebrew/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "ddgr-homebrew",
3-
"version": "1.0.19",
3+
"version": "1.0.20",
44
"name": "ddgr (via Homebrew)",
55
"documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/ddgr-homebrew",
66
"description": "ddgr is a cmdline utility to search DuckDuckGo from the terminal.",

src/ddgr-homebrew/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ensure_nanolayer nanolayer_location "v0.4.39"
1515
$nanolayer_location \
1616
install \
1717
devcontainer-feature \
18-
"ghcr.io/devcontainers-extra/features/homebrew-package:1.0.7" \
18+
"ghcr.io/devcontainers-extra/features/homebrew-package:1.0.8" \
1919
--option package='ddgr' --option version="$VERSION"
2020

2121

src/fossil-homebrew/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "fossil-homebrew",
3-
"version": "1.0.19",
3+
"version": "1.0.20",
44
"name": "Fossil (via Homebrew)",
55
"documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/fossil-homebrew",
66
"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.",

src/fossil-homebrew/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ensure_nanolayer nanolayer_location "v0.4.39"
1515
$nanolayer_location \
1616
install \
1717
devcontainer-feature \
18-
"ghcr.io/devcontainers-extra/features/homebrew-package:1.0.7" \
18+
"ghcr.io/devcontainers-extra/features/homebrew-package:1.0.8" \
1919
--option package='fossil' --option version="$VERSION"
2020

2121

src/jfrog-cli-homebrew/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "jfrog-cli-homebrew",
3-
"version": "1.0.13",
3+
"version": "1.0.14",
44
"name": "JFrog CLI (via Homebrew)",
55
"documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/jfrog-cli-homebrew",
66
"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.",

0 commit comments

Comments
 (0)