Date: Thursday, May 17, 2018 @ 00:24:25 Author: seblu Revision: 323287
https://www.archlinux.org/todo/use-gpg-signatures-and-https-sources/ Modified: sshpass/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-17 00:23:47 UTC (rev 323286) +++ PKGBUILD 2018-05-17 00:24:25 UTC (rev 323287) @@ -8,10 +8,10 @@ pkgrel=1 pkgdesc='Fool ssh into accepting an interactive password non-interactively' arch=('x86_64') -url='http://sourceforge.net/projects/sshpass/' +url='https://sourceforge.net/projects/sshpass/' license=('GPL') depends=('openssh') -source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz") +source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz") md5sums=('f59695e3b9761fb51be7d795819421f9') build() {
