aboutsummaryrefslogtreecommitdiffstats
path: root/METADATA
blob: 9b941283c86ae5364c373bdee46fb46b8defa807 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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: ARCHIVE
    value: "https://github.com/curl/curl/releases/download/curl-7_70_0/curl-7.70.0.tar.xz"
  }
  version: "curl-7_70_0"
  license_type: NOTICE
  last_upgrade_date {
    year: 2020
    month: 4
    day: 29
  }
}