Skip to content

Commit

Permalink
Update desertislandutils.rb to use .whl release
Browse files Browse the repository at this point in the history
Homebrew is failing to install the poetry package from the tarball, it doesn't install the pyproject.toml dependencies. Trying this as a last ditch effort.
  • Loading branch information
mahiki authored Jul 23, 2024
1 parent 7551a0f commit 375248f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/desertislandutils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ class Desertislandutils < Formula

desc "Be here, thy collection of personal convenience utilities"
homepage "https://github.com/mahiki/homebrew-tap"
url "https://github.com/mahiki/desertislandutils/releases/download/v0.3.10/desertislandutils-0.3.10.tar.gz"
sha256 "9c8304fdb02a1fd9d3ffd460cdaf25f1b22a70f2d18ebde700080d328c306216"
url "https://github.com/mahiki/desertislandutils/releases/download/v0.3.10/desertislandutils-0.3.10-py3-none-any.whl"
sha256 "ee2a20015a6329e3a298ffd7a562e519161599331c0424c99c4c77afa3af68c3"
license "MIT"

depends_on "[email protected]"
Expand Down

0 comments on commit 375248f

Please sign in to comment.