blob: 5dfcab215ef73472a7206b134a0e713ed37905c7 (
plain)
1
2
3
4
|
if [[ $pkgver == "2.3.1" && $pkgrel == 5 ]]; 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
|