aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg/FreeBSD.conf.latest
blob: a75b0703386f1835f03ff4cd524f16a783963e29 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# To disable this repository, instead of modifying or removing this file,
# create a /usr/local/etc/pkg/repos/FreeBSD.conf file:
#
#   mkdir -p /usr/local/etc/pkg/repos
#   echo "FreeBSD: { enabled: no }" > /usr/local/etc/pkg/repos/FreeBSD.conf
#

FreeBSD: {
  url: "pkg+https://pkg.FreeBSD.org/${ABI}/latest",
  mirror_type: "srv",
  signature_type: "fingerprints",
  fingerprints: "/usr/share/keys/pkg",
  enabled: yes
}