Skip to content

Commit

Permalink
Fix homebrew formula sha
Browse files Browse the repository at this point in the history
- It appears that downloading the tar.gz file from Safari removed the .gz and resulted in a different sha value that simply downloading w/ wget and getting the sha
  • Loading branch information
yhkaplan committed Jan 9, 2022
1 parent b1fccbf commit 9f8b7fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/scaffold.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ class Scaffold < Formula
desc "Tool for generating code from Stencil templates, similar to rails gen"
homepage "https://github.com/yhkaplan/scaffold"
url "https://github.com/yhkaplan/scaffold/archive/0.3.0.tar.gz"
sha256 "b5d67f03aa5bbe4508573d49a8e19163b62d64b40b959bb7d3485a1bc74381a5"
sha256 "af221a43c16c5a46e732bd793312652c547ebf11ce6cc70487ed5e8f845eceaf"
head "https://github.com/yhkaplan/scaffold.git"

depends_on :xcode
Expand Down

0 comments on commit 9f8b7fe

Please sign in to comment.