Add FreeBSD 10.2

This commit is contained in:
Yorhel 2016-10-14 08:09:53 +02:00
parent c04e6b3b6a
commit 3f40896679
2 changed files with 12 additions and 1 deletions

View file

@ -843,6 +843,15 @@ f10_1() {
check_pkgdir3 96 "$PKG"
}
f10_2() {
MIR="http://ftp.dk.freebsd.org/pub/FreeBSD/releases/i386/10.2-RELEASE/"
PKG="http://pkg.freebsd.org/freebsd:10:x86:32/release_2/"
echo "============ $MIR"
check_dist 97 "$MIR/base.txz" "core-base" "2015-08-13"
check_dist 97 "$MIR/games.txz" "core-games" "2015-08-13"
check_pkgdir3 97 "$PKG"
}
old() {
f1_0
@ -903,6 +912,7 @@ old() {
f9_3
f10_0
f10_1
f10_2
}
"$@"