Machine bootstrapping tool with a focus on sensible defaults, conventions, and avoidance of vendoring - This is a mirror
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #63 from maxfierke/mf-brew_pkgconf

Update pkg-config to pkgconf in Homebrew

authored by mx4ke.xyz and committed by

GitHub 8c5ee4c0 f889f3d3

+2 -2
+1 -1
spec/provisioning/spec/localhost/dependencies_step_spec.rb
··· 29 29 'jq', 30 30 'mkcert', 31 31 'openssl@3', 32 - 'pkg-config', 32 + 'pkgconf', 33 33 'zlib', 34 34 ].freeze 35 35
+1 -1
src/mstrap/templates/Brewfile.ecr
··· 5 5 brew 'jq' 6 6 brew 'mkcert' 7 7 brew 'openssl' 8 - brew 'pkg-config' 8 + brew 'pkgconf' 9 9 brew 'zlib' 10 10 11 11 # Language runtime managers