Skip to content
This repository was archived by the owner on Sep 30, 2025. It is now read-only.

Commit 7fa8420

Browse files
authored
Merge pull request #196 from Homebrew/revert-192-portable-libyaml
Revert "portable-libyaml: move to GitHub tag"
2 parents b1951ed + 1bcc67b commit 7fa8420

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

Formula/portable-libyaml.rb

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,11 @@
33
class PortableLibyaml < PortableFormula
44
desc "YAML Parser"
55
homepage "https://github.com/yaml/libyaml"
6-
url "https://github.com/yaml/libyaml/archive/refs/tags/0.2.5.tar.gz"
7-
sha256 "fa240dbf262be053f3898006d502d514936c818e422afdcf33921c63bed9bf2e"
6+
url "https://github.com/yaml/libyaml/releases/download/0.2.5/yaml-0.2.5.tar.gz"
7+
sha256 "c642ae9b75fee120b2d96c712538bd2cf283228d2337df2cf2988e3c02678ef4"
88
license "MIT"
99

10-
depends_on "autoconf" => :build
11-
depends_on "automake" => :build
12-
depends_on "libtool" => :build
13-
1410
def install
15-
system "./bootstrap"
1611
system "./configure", *portable_configure_args,
1712
"--disable-dependency-tracking",
1813
"--prefix=#{prefix}",

0 commit comments

Comments
 (0)