mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
10 lines
322 B
TOML
10 lines
322 B
TOML
# BIND versions are typically in the form of X.Y.Z where "Y"
|
|
# is an even number for stable releases or an odd number for
|
|
# development releases.
|
|
# https://kb.isc.org/docs/aa-01540
|
|
|
|
[bind]
|
|
source = "git"
|
|
git = "https://gitlab.isc.org/isc-projects/bind9.git"
|
|
prefix = "v"
|
|
exclude_regex = "v[0-9]+\\.[0-9]?[13579]\\.[0-9]+"
|