Date: Saturday, February 25, 2017 @ 10:29:41 Author: lfleischer Revision: 213761
zshdb: Switch to HTTPs sources Modified: zshdb/trunk/PKGBUILD ----------+ PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-02-25 10:29:03 UTC (rev 213760) +++ PKGBUILD 2017-02-25 10:29:41 UTC (rev 213761) @@ -1,4 +1,3 @@ -# $Id$ # Maintainer: Lukas Fleischer <[email protected]> # Contributor: noonov <[email protected]> @@ -11,7 +10,7 @@ license=('GPL') depends=('zsh') optdepends=('python-pygments: for syntax highlighting') -source=("http://downloads.sourceforge.net/sourceforge/bashdb/${pkgname}-${pkgver}.tar.gz") +source=("https://downloads.sourceforge.net/sourceforge/bashdb/${pkgname}-${pkgver}.tar.gz") md5sums=('f43c2a4bd7683b0977d35aae86bdc55d') build() {
