From 0783fe1c9f83f61fa505e5335de1d45980936433 Mon Sep 17 00:00:00 2001 From: FX Coudert Date: Mon, 6 Jan 2020 18:58:35 +0100 Subject: [PATCH] libetonyek: revision for mdds Closes #48600. Signed-off-by: FX Coudert --- Formula/libetonyek.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Formula/libetonyek.rb b/Formula/libetonyek.rb index bbfc5db392..1396a88d36 100644 --- a/Formula/libetonyek.rb +++ b/Formula/libetonyek.rb @@ -3,6 +3,7 @@ class Libetonyek < Formula homepage "https://wiki.documentfoundation.org/DLP/Libraries/libetonyek" url "https://dev-www.libreoffice.org/src/libetonyek/libetonyek-0.1.9.tar.xz" sha256 "e61677e8799ce6e55b25afc11aa5339113f6a49cff031f336e32fa58635b1a4a" + revision 1 bottle do sha256 "babe107b6e32e3efa4ad535cac4d699e6705cd930e99ddcdefb1846df0c28984" => :mojave @@ -36,7 +37,7 @@ class Libetonyek < Formula "--disable-werror", "--disable-tests", "--prefix=#{prefix}", - "--with-mdds=1.4" + "--with-mdds=1.5" system "make", "install" end