Date: Thursday, August 3, 2017 @ 21:01:32 Author: demize Revision: 247957
oidentd: Use https Modified: oidentd/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-08-03 21:00:40 UTC (rev 247956) +++ PKGBUILD 2017-08-03 21:01:32 UTC (rev 247957) @@ -12,7 +12,7 @@ url="http://dev.ojnk.net/" license=('GPL') depends=('glibc' 'bash') -source=(http://downloads.sourceforge.net/sourceforge/ojnk/$pkgname-$pkgver.tar.gz{,.asc} +source=(https://downloads.sourceforge.net/sourceforge/ojnk/$pkgname-$pkgver.tar.gz{,.asc} service socket) md5sums=('c3d9a56255819ef8904b867284386911'
