diff options
Diffstat (limited to 'main/dtach/APKBUILD')
-rw-r--r-- | main/dtach/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/dtach/APKBUILD b/main/dtach/APKBUILD index e15b3cac5d..2a7bebf71f 100644 --- a/main/dtach/APKBUILD +++ b/main/dtach/APKBUILD @@ -6,7 +6,7 @@ pkgdesc="A program that emulates the detach feature of screen" url="http://dtach.sourceforge.net" arch="all" license="GPL" -source="http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz" +source="https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz" subpackages="$pkgname-doc" builddir="$srcdir/$pkgname-$pkgver" |