mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
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:
committed by
GitHub
parent
0f393f358f
commit
d5e4e7cc95
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user