diff options
Diffstat (limited to 'main/tcl')
-rw-r--r-- | main/tcl/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/tcl/APKBUILD b/main/tcl/APKBUILD index b4dca749df..dfff8a1d9e 100644 --- a/main/tcl/APKBUILD +++ b/main/tcl/APKBUILD @@ -11,7 +11,7 @@ depends="" depends_dev="tcl" makedepends="zlib-dev sqlite-dev" subpackages="$pkgname-doc $pkgname-dev" -source="http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname$pkgver-src.tar.gz +source="https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname$pkgver-src.tar.gz tcl-stat64.patch " |