onefetch: add 1.6.5 bottle.
This commit is contained in:
parent
518be3aa52
commit
6d4937def9
1 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,13 @@ class Onefetch < Formula
|
|||
url "https://github.com/o2sh/onefetch/archive/v1.6.5.tar.gz"
|
||||
sha256 "50f069db2fa713024a19bf708add7812f3420b0c107eb68cd9907d76e375a06d"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "1bdd5434c6cbeb43d7f9927fb7ddba72c03232118acb9935242dd8514d69fafc" => :catalina
|
||||
sha256 "bbddf3be60ab0e9c0954012f24b086512a5d02acde847f3988c0760dc2684a50" => :mojave
|
||||
sha256 "0aec962a9ad70ddbafe38a797e8f24b6f49ee7e945cdd95df91346773281dc74" => :high_sierra
|
||||
end
|
||||
|
||||
depends_on "rust" => :build
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue