blob: d900f3d8a1a49d41b2f44e68c1ff08f9e631494c (
plain)
1
2
3
4
|
if [[ $pkgver == "2.3.1" ]]; then
# Thank you for the mirror. (Since it matches the existing checksums, it's safe.)
source[0]='http://www.mirrorservice.org/sites/ftp.netbsd.org/pub/pkgsrc/distfiles/libsieve-2.3.1.tar.gz'
fi
|