mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2025-01-13 20:01:46 +01:00
accountsservice: Switch to HTTPS.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
68c0dc7b10
commit
bd3f80fe96
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for accountsservice
|
||||
|
||||
# Copyright 2014-2015 Willy Sudiarto Raharjo <willysr@slackware-id.org>
|
||||
# Copyright 2014-2016 Willy Sudiarto Raharjo <willysr@slackware-id.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -35,7 +35,7 @@ if [ -z "$ARCH" ]; then
|
|||
esac
|
||||
fi
|
||||
|
||||
wget -c http://www.freedesktop.org/software/accountsservice/$PRGNAM-$VERSION.tar.xz
|
||||
wget -c https://www.freedesktop.org/software/accountsservice/$PRGNAM-$VERSION.tar.xz
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/csb}
|
||||
|
|
Loading…
Reference in a new issue