|
root / base / git / package.toml
package.toml TOML 28 lines 657 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Git - Distributed version control system
# https://git-scm.com/

[package]
name = "git"
version = "2.48.1"
release = 1
description = "Distributed version control system"
url = "https://git-scm.com/"
license = "GPL-2.0"
maintainer = "Chris Tusa <chris.tusa@leafscale.com>"
arch = "x86_64"

[dependencies]
runtime = ["curl", "zlib"]
build = ["curl", "zlib"]

[[source]]
file = "git-2.48.1.tar.xz"
urls = [
    "https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.48.1.tar.xz",
    "https://www.kernel.org/pub/software/scm/git/git-2.48.1.tar.xz"
]
checksum = "1c5d545f5dc1eb51e95d2c50d98fdf88b1a36ba1fa30e9ae5d5385c6024f82ad"

[build]
parallel = true