Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/s/skylighting.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Skylighting < Formula
desc "Flexible syntax highlighter using KDE XML syntax descriptions"
homepage "https://github.com/jgm/skylighting"
url "https://github.com/jgm/skylighting/archive/refs/tags/0.14.6.tar.gz"
sha256 "73417bbc85c1e11fb2bdaf565629e6bb78c71694d70d436bd5dcbc5b906507e7"
url "https://github.com/jgm/skylighting/archive/refs/tags/0.14.7.tar.gz"
sha256 "0c541a2eac29a7286127c1d109445813416e8ff40da72bf28da2b76334baa961"
license "GPL-2.0-or-later"
head "https://github.com/jgm/skylighting.git", branch: "master"

Expand All @@ -23,7 +23,7 @@
uses_from_macos "libffi"
uses_from_macos "zlib"

def install

Check failure on line 26 in Formula/s/skylighting.rb

View workflow job for this annotation

GitHub Actions / Linux x86_64

`brew install --verbose --formula --build-bottle skylighting` failed on Linux x86_64!

::error::skylighting 0.14.7 did not build
system "cabal", "v2-update"

# moving this file aside during the first package's compilation avoids
Expand Down
Loading