Skip to content

Commit

Permalink
texmath 0.12.0.3
Browse files Browse the repository at this point in the history
- bump version
- update license
- fix build

Closes #67169.

Signed-off-by: FX Coudert <[email protected]>
Signed-off-by: chenrui <[email protected]>
Signed-off-by: BrewTestBot <[email protected]>
  • Loading branch information
carlocab authored and BrewTestBot committed Dec 18, 2020
1 parent 8cbe5cc commit f5ffa21
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/texmath.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class Texmath < Formula
desc "Haskell library for converting LaTeX math to MathML"
homepage "https://johnmacfarlane.net/texmath.html"
url "https://hackage.haskell.org/package/texmath-0.12.0.2/texmath-0.12.0.2.tar.gz"
sha256 "2fec285a2266e56bba17914c122045f31b38de3efcd202dcf32a4f8b830bd184"
license "GPL-2.0"
url "https://hackage.haskell.org/package/texmath-0.12.0.3/texmath-0.12.0.3.tar.gz"
sha256 "318771c696dfa4fc57edf984f3aa35f0cb1792119cf2e27601b6267d9e1d4918"
license "GPL-2.0-only"

livecheck do
url :stable
Expand All @@ -21,7 +21,7 @@ class Texmath < Formula

def install
system "cabal", "v2-update"
system "cabal", "v2-install", *std_cabal_v2_args
system "cabal", "v2-install", *std_cabal_v2_args, "-fexecutable"
end

test do
Expand Down

0 comments on commit f5ffa21

Please sign in to comment.