27 lines
645 B
Plaintext
27 lines
645 B
Plaintext
# This project was upgraded with external_updater.
|
|
# Usage: tools/external_updater/updater.sh update curl
|
|
# For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md
|
|
|
|
name: "curl"
|
|
description: "A command line tool and library for transferring data with URLs."
|
|
third_party {
|
|
url {
|
|
type: HOMEPAGE
|
|
value: "https://curl.haxx.se/"
|
|
}
|
|
url {
|
|
type: GIT
|
|
value: "https://github.com/curl/curl/"
|
|
}
|
|
version: "curl-8_0_1"
|
|
license_type: NOTICE
|
|
security {
|
|
tag: "NVD-CPE2.3:cpe:/a:haxx:curl:7.87.0"
|
|
}
|
|
last_upgrade_date {
|
|
year: 2023
|
|
month: 3
|
|
day: 22
|
|
}
|
|
}
|