79288062

Date: 2024-12-17 13:37:13
Score: 1
Natty:
Report link

Consider brew info --json https://docs.brew.sh/Manpage#info-abv-options-formulacask-

brew info --json openssl@3 | jq -r '.[0].ruby_source_path'
[
 {
    "ruby_source_path": "Formula/o/[email protected]",
    "ruby_source_checksum": {
      "sha256": "7a1131cdb5cb92b8b659c0de4c9b3a3031adf38737553e72eb51e43546ab9ef6"
    }
  }
]

Though this is wrong after the sharding. correct is Formula/[email protected] and Aliases/openssl

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: anki