Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[curl] upgraded to v8.7.1 #4709

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions curl/plan.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
pkg_name=curl
pkg_origin=core
pkg_version=7.79.1
pkg_version="8.7.1"
pkg_description="curl is an open source command line tool and library for
transferring data with URL syntax."
pkg_upstream_url=https://curl.haxx.se/
pkg_maintainer="The Habitat Maintainers <[email protected]>"
pkg_license=('curl')
pkg_source="https://curl.haxx.se/download/${pkg_name}-${pkg_version}.tar.gz"
pkg_shasum=370b11201349816287fb0ccc995e420277fbfcaf76206e309b3f60f0eda090c2
pkg_shasum="f91249c87f68ea00cf27c44fdfa5a78423e41e71b7d408e5901a9896d905c495"
pkg_deps=(
core/cacerts
core/glibc
Expand All @@ -29,6 +29,7 @@ pkg_lib_dirs=(lib)
do_prepare() {
# Patch the zsh-generating program to use our perl at build time
sed -i "s,/usr/bin/env/perl,$(pkg_path_for perl)/bin/perl,g" scripts/completion.pl
sed -i "s,/usr/bin/env perl,$(pkg_path_for perl)/bin/perl,g" scripts/cd2nroff
}

do_build() {
Expand Down
2 changes: 1 addition & 1 deletion qemu/plan.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkg_name=qemu
pkg_origin=core
pkg_version=2.12.1
pkg_source=http://wiki.qemu-project.org/download/${pkg_name}-${pkg_version}.tar.bz2
pkg_source=https://download.qemu.org/qemu-${pkg_version}.tar.bz2
pkg_shasum=4150809a52d821398dfd38c94b065513ef26b393fda9aba4bb6f09644cf1e5ca
pkg_maintainer="The Habitat Maintainers <[email protected]>"
pkg_description="QEMU is a generic and open source machine emulator and virtualizer."
Expand Down