diff options
Diffstat (limited to 'system/tcl/APKBUILD')
-rw-r--r-- | system/tcl/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/tcl/APKBUILD b/system/tcl/APKBUILD index 854222be1..d3a124ae5 100644 --- a/system/tcl/APKBUILD +++ b/system/tcl/APKBUILD @@ -4,14 +4,14 @@ pkgname=tcl pkgver=8.6.9 pkgrel=0 pkgdesc="The Tcl scripting language" -url="http://tcl.sourceforge.net/" +url="https://tcl.sourceforge.net/" arch="all" license="TCL" 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 " |