Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tldr: update links for source #55357

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions Formula/tldr.rb
@@ -1,10 +1,10 @@
class Tldr < Formula
desc "Simplified and community-driven man pages"
homepage "https://tldr.sh/"
url "https://github.com/tldr-pages/tldr-cpp-client/archive/v1.3.0.tar.gz"
sha256 "6210ece3f5d8f8e55b404e2f6c84be50bfdde9f0d194a271bce751a3ed6141be"
url "https://github.com/tldr-pages/tldr-c-client/archive/v1.3.0.tar.gz"
sha256 "7e7f67f4c3cf7d448847e837df2122069b0cc8f7ed6963431e914b7929655efe"
revision 2

This comment was marked as outdated.

This comment was marked as duplicate.

head "https://github.com/tldr-pages/tldr-cpp-client.git"
head "https://github.com/tldr-pages/tldr-c-client.git"

bottle do
cellar :any
Expand Down