diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-09-26 16:50:58 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-09-26 16:50:58 +0200 |
commit | 5c0d1d68ce0e21219caf4e86d2a95e2183fd3537 (patch) | |
tree | 62827a7c1c89954a66e829d62d93697b9cbc61a1 /package/polarssl | |
parent | d0cedd6214f7c35b73a22464c8688dbf9eb79f62 (diff) |
fix download url, upstream not wgettable
Diffstat (limited to 'package/polarssl')
-rw-r--r-- | package/polarssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/polarssl/Makefile b/package/polarssl/Makefile index 145ae67ef..74ed27be5 100644 --- a/package/polarssl/Makefile +++ b/package/polarssl/Makefile @@ -10,7 +10,7 @@ PKG_MD5SUM:= 985151639b1ca037293f06da44fbc6bc PKG_DESCR:= embedded SSL/TLS library PKG_SECTION:= libs PKG_URL:= https://polarssl.org/ -PKG_SITES:= https://polarssl.org/download/ +PKG_SITES:= http://www.openadk.org/distfiles DISTFILES:= ${PKG_NAME}-${PKG_VERSION}-gpl.tgz |