mirror of
https://github.com/Hopiu/xapian-haystack.git
synced 2026-03-16 22:20:31 +00:00
Xapian sources should be downloaded by https
This commit is contained in:
parent
ea2d9fec82
commit
8a6371a4ae
1 changed files with 2 additions and 2 deletions
|
|
@ -10,8 +10,8 @@ BINDINGS=xapian-bindings-$VERSION
|
|||
|
||||
# download
|
||||
echo "Downloading source..."
|
||||
curl -O http://oligarchy.co.uk/xapian/$VERSION/${CORE}.tar.xz
|
||||
curl -O http://oligarchy.co.uk/xapian/$VERSION/${BINDINGS}.tar.xz
|
||||
curl -O https://oligarchy.co.uk/xapian/$VERSION/${CORE}.tar.xz
|
||||
curl -O https://oligarchy.co.uk/xapian/$VERSION/${BINDINGS}.tar.xz
|
||||
|
||||
# extract
|
||||
echo "Extracting source..."
|
||||
|
|
|
|||
Loading…
Reference in a new issue