From df294eb4d8247ce0c96368a7f965a7aa3d5c2bb1 Mon Sep 17 00:00:00 2001 From: prspkt Date: Wed, 25 Jul 2018 17:44:52 +0300 Subject: testing/cscope: use https, clarify license --- testing/cscope/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing/cscope') diff --git a/testing/cscope/APKBUILD b/testing/cscope/APKBUILD index 11771521f2..ff4a2fab0d 100644 --- a/testing/cscope/APKBUILD +++ b/testing/cscope/APKBUILD @@ -6,10 +6,10 @@ pkgrel=0 pkgdesc="Cscope is a developer's tool for browsing source code." url="http://cscope.sourceforge.net/" arch="all" -license="BSD" +license="BSD-3-Clause" makedepends="ncurses-dev" subpackages="$pkgname-doc" -source="http://downloads.sourceforge.net/cscope/$pkgname-$pkgver.tar.gz" +source="https://downloads.sourceforge.net/cscope/$pkgname-$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" build() { -- cgit v1.2.3