Skip to content

Commit

Permalink
sile: switch to [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Dec 3, 2020
1 parent a4d0277 commit 2ff7ac4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/sile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Sile < Formula
url "https://github.com/sile-typesetter/sile/releases/download/v0.10.13/sile-0.10.13.tar.xz"
sha256 "d207d0ee9749a6da16fa2db217f51d3586955387a132c45423b47eedf8c964a6"
license "MIT"
revision 1
revision 2
head "https://github.com/sile-typesetter/sile.git", shallow: false

bottle do
Expand All @@ -26,15 +26,15 @@ class Sile < Formula
depends_on "harfbuzz"
depends_on "icu4c"
depends_on "libpng"

# Unable to upgrade to lua5.4 due to test failure.
# For a suggested fix:
# https://github.com/sile-typesetter/sile/issues/1115
depends_on "[email protected]"

depends_on "lua"
depends_on "[email protected]"
depends_on "zlib"

resource "bit32" do
url "https://github.com/keplerproject/lua-compat-5.3/archive/v0.10.tar.gz"
sha256 "d1ed32f091856f6fffab06232da79c48b437afd4cd89e5c1fc85d7905b011430"
end

resource "cassowary" do
url "https://github.com/sile-typesetter/cassowary.lua/archive/v2.2.tar.gz"
sha256 "e2f7774b6883581491b8f2c9d1655b2136bc24d837a9e43f515590a766ec4afd"
Expand Down Expand Up @@ -111,7 +111,7 @@ class Sile < Formula
end

def install
lua = Formula["lua@5.3"]
lua = Formula["lua"]
luaprefix = lua.opt_prefix
luaversion = lua.version.major_minor
luapath = libexec/"vendor"
Expand Down

0 comments on commit 2ff7ac4

Please sign in to comment.