git-number: fix audit
git-number: * `version` (line 6) should be put before `checksum` (line 5)master
parent
1dc3f1b32c
commit
4b4a19d251
|
@ -2,8 +2,8 @@ class GitNumber < Formula
|
|||
desc "Use numbers for dealing with files in git"
|
||||
homepage "https://github.com/holygeek/git-number"
|
||||
url "https://github.com/holygeek/git-number/archive/1.0.0a.tar.gz"
|
||||
sha256 "710804466860fdb6f985c0a1268887230c4c1ff708584b19e385bbaec872f4f5"
|
||||
version "1.0.0a"
|
||||
sha256 "710804466860fdb6f985c0a1268887230c4c1ff708584b19e385bbaec872f4f5"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
|
Loading…
Reference in New Issue