Skip to content

Commit

Permalink
liblouis: revision bump for [email protected]
Browse files Browse the repository at this point in the history
Closes #48868.

Signed-off-by: FX Coudert <[email protected]>
  • Loading branch information
alebcay authored and fxcoudert committed Jan 11, 2020
1 parent 49bee4d commit 8089888
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Formula/liblouis.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
class Liblouis < Formula
desc "Open-source braille translator and back-translator"
homepage "http://liblouis.org"
revision 1

stable do
url "https://github.com/liblouis/liblouis/releases/download/v3.12.0/liblouis-3.12.0.tar.gz"
sha256 "87d9bad6d75916270bad14bb22fa5f487c7edee4774878c04bef82833bc9467d"
depends_on "help2man" => :build
depends_on "pkg-config" => :build
depends_on "python"
depends_on "python@3.8"
end
bottle do
sha256 "90c614058cf9c41fff51ad7b37077b21719657eb516fefe5aa25903ca318fbe1" => :catalina
Expand All @@ -22,7 +23,7 @@ class Liblouis < Formula
depends_on "help2man" => :build
depends_on "libtool" => :build
depends_on "pkg-config" => :build
depends_on "python"
depends_on "python@3.8"
end

def install
Expand Down

0 comments on commit 8089888

Please sign in to comment.