diff options
Diffstat (limited to 'main/sshpass/APKBUILD')
-rw-r--r-- | main/sshpass/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/sshpass/APKBUILD b/main/sshpass/APKBUILD index 88e545bce6..7c220b1a81 100644 --- a/main/sshpass/APKBUILD +++ b/main/sshpass/APKBUILD @@ -11,7 +11,7 @@ depends="" makedepends="" install="" subpackages="$pkgname-doc" -source="http://downloads.sourceforge.net/sshpass/sshpass-$pkgver.tar.gz" +source="https://downloads.sourceforge.net/sshpass/sshpass-$pkgver.tar.gz" _builddir="$srcdir"/sshpass-$pkgver prepare() { |