Update example formula descriptions

This commit is contained in:
Issy Long 2024-01-29 22:43:36 +00:00
parent 3955a70a26
commit 3ee62bb244
No known key found for this signature in database
GPG Key ID: 8247C390DADC67D4
2 changed files with 2 additions and 2 deletions

View File

@ -689,7 +689,7 @@ If not inferable, specify which of Homebrews built-in download strategies to
```ruby
class Nginx < Formula
desc "Some package"
desc "HTTP(S) server and reverse proxy, and IMAP/POP3 proxy server"
homepage "https://nginx.org/"
url "https://nginx.org/download/nginx-1.23.2.tar.gz", using: :homebrew_curl
sha256 "a80cc272d3d72aaee70aa8b517b4862a635c0256790434dbfc4d618a999b0b46"

View File

@ -91,7 +91,7 @@ Installing a standard Node module based formula would look like this:
require "language/node"
class Foo < Formula
desc "Description"
desc "An example formula"
homepage "https://example.com"
url "https://registry.npmjs.org/foo/-/foo-1.4.2.tgz"
sha256 "abc123abc123abc123abc123abc123abc123abc123abc123abc123abc123abc1"