Skip to content

Commit

Permalink
Update buck.rb (#43)
Browse files Browse the repository at this point in the history
Homebrew has started enforcing grammar rules in descriptions for some insane reason so bypass that.
  • Loading branch information
zpao committed Oct 21, 2020
1 parent 9149703 commit 4a5b5b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buck.rb
Expand Up @@ -3,7 +3,7 @@
class Buck < Formula
BUCK_VERSION = "2020.09.09.01"
BUCK_RELEASE_TIMESTAMP = "1598982071"
desc "The Buck build system"
desc "Facebook's Buck build system"
homepage "https://buckbuild.com/"
url "https://github.com/facebook/buck/archive/v#{BUCK_VERSION}.tar.gz"
sha256 "7b59afceaae51354fe3d2b01dd884d9014103abe45129b9ba902bc3ae3692728"
Expand Down

0 comments on commit 4a5b5b1

Please sign in to comment.