Skip to content

Commit

Permalink
PyLucene 10.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
coady committed Oct 20, 2024
1 parent 7201e4d commit 4e79f6d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Formula/pylucene.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
class Pylucene < Formula
desc "Python extension for accessing Java Lucene"
homepage "https://lucene.apache.org/pylucene/index.html"
url "https://downloads.apache.org/lucene/pylucene/pylucene-9.12.0-src.tar.gz"
sha256 "5d7223e87883e64ec0cd3e62a983a4bf50dce68c997081c8989e233b90cee115"
head do
url "https://dist.apache.org/repos/dist/dev/lucene/pylucene/10.0.0-rc1/pylucene-10.0.0-src.tar.gz"
sha256 "100c3d61d6799ac16b7b8c1826cddf07fb1715141ebdb0d7b8119cdd96b24574"
end
url "https://downloads.apache.org/lucene/pylucene/pylucene-10.0.0-src.tar.gz"
sha256 "100c3d61d6799ac16b7b8c1826cddf07fb1715141ebdb0d7b8119cdd96b24574"

depends_on "python"

Expand Down

0 comments on commit 4e79f6d

Please sign in to comment.