Curl => 8.0.1 (#8094)

* Curl => 8.0.0

* Add postinstall to handle libcurl removal removing curl binary

* change core to have curl in lieu of libcurl

* lint

* update packages.yaml, add doc line to curl.rb

* update ca_certificates to 20230311

* curl => 8.0.1

* test curl version logic

* cleanup version

* conflicts_ok only needed during build
This commit is contained in:
Satadru Pramanik, DO, MPH, MEng
2023-03-20 16:40:04 -04:00
committed by GitHub
parent 0f393f358f
commit d5e4e7cc95
51 changed files with 131 additions and 125 deletions

View File

@@ -22,7 +22,7 @@ class Clib < Package
x86_64: '06c1bac595387b7eeb3e2fddd64c94d3ef6394492e4315f4604e4c4f719efeb9'
})
depends_on 'libcurl'
depends_on 'curl'
def self.build
system "sed -i 's,PREFIX ?= /usr/local,PREFIX ?= #{CREW_DEST_PREFIX},' Makefile"