Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

txr 297 #201417

Merged
merged 2 commits into from
Dec 16, 2024
Merged

txr 297 #201417

Changes from 1 commit
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/t/txr.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Txr < Formula
desc "Lisp-like programming language for convenient data munging"
homepage "https://www.nongnu.org/txr/"
url "https://www.kylheku.com/cgit/txr/snapshot/txr-296.tar.bz2"
sha256 "753e74c1f11c109a5235856b5e5800912b8267e08257a1a26f17e74efd5c2917"
url "https://www.kylheku.com/cgit/txr/snapshot/txr-297.tar.bz2"
sha256 "4bed04af25fee80850e968da48762d2c00a45a4fa9afdb7d12a0e44cf6251389"
license "BSD-2-Clause"

livecheck do
Expand All @@ -26,7 +26,7 @@
uses_from_macos "flex" => :build
uses_from_macos "libffi", since: :catalina

def install

Check warning on line 29 in Formula/t/txr.rb

View workflow job for this annotation

GitHub Actions / Linux

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

::error::txr 297 did not build
system "./configure", "--prefix=#{prefix}", "--inline=static inline"
system "make"
system "make", "install"
Expand Down
Loading