Skip to content

Commit

Permalink
guils-dsv: update to version 0.4.0
Browse files Browse the repository at this point in the history
Closes #19.

Signed-off-by: Aleix Conchillo Flaqué <[email protected]>
  • Loading branch information
aconchillo committed Feb 15, 2021
1 parent 295341d commit 7fcc0d1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Formula/guile-dsv.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class GuileDsv < Formula
desc "Guile module for delimiter-separated values (DSV) data format"
homepage "https://github.com/artyom-poptsov/guile-dsv"
url "https://github.com/artyom-poptsov/guile-dsv/archive/v0.3.0.tar.gz"
sha256 "4197964279a8791cb0e7368bd87925cb3ae5d5f1ce5bea898c006801a4525187"
url "https://github.com/artyom-poptsov/guile-dsv/archive/v0.4.0.tar.gz"
sha256 "87d3f3c51b0766806b57678cc417236adadc893e7a4d798e05f3a8084c9d7a78"

bottle do
root_url "https://github.com/aconchillo/homebrew-guile/releases/download/guile-dsv-0.3.0"
Expand All @@ -25,8 +25,6 @@ def install
ENV["GUILE_LOAD_COMPILED_PATH"] = HOMEBREW_PREFIX/"lib/guile/3.0/site-ccache"
ENV["GUILE_SYSTEM_EXTENSIONS_PATH"] = HOMEBREW_PREFIX/"lib/guile/3.0/extensions"

inreplace buildpath/"configure.ac", "2.0 2.2", "3.0"

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

0 comments on commit 7fcc0d1

Please sign in to comment.