22 lines
468 B
TOML
22 lines
468 B
TOML
[package]
|
|
name = "tzdata"
|
|
version = "2025c"
|
|
revision = 1
|
|
description = "Time Zone Data"
|
|
homepage = "https://www.iana.org/time-zones"
|
|
license = "LicenseRef-tz"
|
|
|
|
[[source]]
|
|
url = "https://www.iana.org/time-zones/repository/releases/tzdata$version.tar.gz"
|
|
sha256 = "4aa79e4effee53fc4029ffe5f6ebe97937282ebcdf386d5d2da91ce84142f957"
|
|
extract_dir = "$name-$version"
|
|
patches = []
|
|
post_extract = []
|
|
|
|
[build]
|
|
type = "custom"
|
|
|
|
[dependencies]
|
|
build = []
|
|
runtime = ["filesystem"]
|