pipx: add 0.13.0.1 bottle.
This commit is contained in:
parent
dfbe626a28
commit
76734740e7
1 changed files with 7 additions and 0 deletions
|
@ -6,6 +6,13 @@ class Pipx < Formula
|
|||
url "https://files.pythonhosted.org/packages/b5/42/bdf9b6cc0af79222f69776d931ef79235946095b16594bac1f6bd81f435f/pipx-0.13.0.1.tar.gz"
|
||||
sha256 "5134955d0d0595ca8040ecfa4215f2ddb84d34569c118ab2cde84b1d2b240b42"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "6fc35a71ccd0434ae3aed5d691bf93a3b5affd95419386c1e83da3acd93fb711" => :mojave
|
||||
sha256 "6fc35a71ccd0434ae3aed5d691bf93a3b5affd95419386c1e83da3acd93fb711" => :high_sierra
|
||||
sha256 "acc59a38f3133792b6929002195cfc066bf63746d1e05bde60ff684fabac4a8d" => :sierra
|
||||
end
|
||||
|
||||
depends_on "python"
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue