Skip to content

Commit

Permalink
epr: update 2.4.15 bottle.
Browse files Browse the repository at this point in the history
  • Loading branch information
gromgit committed Jan 3, 2023
1 parent 1cffe78 commit 9417161
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Formula/epr.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,17 @@ class Epr < Formula

desc "Command-line EPUB reader"
homepage "https://github.com/wustho/epr"
url "https://files.pythonhosted.org/packages/c6/d7/3af4967567358fc5e6573a961ebe262179950fd5030ea1d4ee5efda1a76a/epr-reader-2.4.13.tar.gz"
sha256 "e9fc3a8053e307cbf6aa1298c78678786329eb405f14e971f9888f69a7950212"
url "https://files.pythonhosted.org/packages/39/20/d647083aa86ec9da89b4f04b62dd6942aabb77528fd2efe018ff1cd145d2/epr-reader-2.4.15.tar.gz"
sha256 "a5cd0fbab946c9a949a18d0cb48a5255b47e8efd08ddb804921aaaf0caa781cc"
license "MIT"
head "https://github.com/wustho/epr.git", branch: "master"

bottle do
root_url "https://github.com/gromgit/homebrew-core-mojave/releases/download/epr"
rebuild 1
sha256 cellar: :any_skip_relocation, mojave: "7dac59061de29e07a88f4ec14b0bbbb117c62136d050f2ea2842c0b535b9367c"
sha256 cellar: :any_skip_relocation, mojave: "a51cc272ed87373a0c5e6260a604193b0301552114e33a1fe192f548f0dbf6f7"
end

depends_on "python@3.10"
depends_on "python@3.11"

def install
virtualenv_install_with_resources
Expand Down

0 comments on commit 9417161

Please sign in to comment.