Skip to content

Commit

Permalink
txr 133
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#49312.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
  • Loading branch information
Josh-Tilles authored and DomT4 committed Feb 18, 2016
1 parent 1fcb0fe commit d4da019
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/txr.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
class Txr < Formula
desc "Original, new programming language for convenient data munging"
homepage "http://www.nongnu.org/txr/"
url "http://www.kylheku.com/cgit/txr/snapshot/txr-131.tar.bz2"
sha256 "55486f31c9bf9c97e9f77ad940417b87b37097595f31089438f88a650492c46c"
url "http://www.kylheku.com/cgit/txr/snapshot/txr-133.tar.bz2"
sha256 "3e2e598f71a60835f1ecbf3b80fbf8f9e9ef235c5ca204f1492bbf64a227cb90"
head "http://www.kylheku.com/git/txr", :using => :git

bottle do
cellar :any_skip_relocation
sha256 "5d42fb53ba6352ccb35c3da31d018c1c5561a76533dab578c315a9ef3eaa5210" => :el_capitan
sha256 "cb89d9ee8c72b6f64ecf5acfd8dcea8016bc54d2a805b98b92ba8545fbdd92df" => :yosemite
sha256 "b2d12be5344c90069c74db503704514121f9933766786fb389d3333db66189d8" => :mavericks
end

head "http://www.kylheku.com/git/txr", :using => :git

def install
system "./configure", "--prefix=#{prefix}"
system "make", "install"
Expand Down

0 comments on commit d4da019

Please sign in to comment.