diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2017-12-07 18:20:29 +0100 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2017-12-07 18:21:54 +0100 |
commit | 3cd6ccf19915c552e315942697a10dfa210921f0 (patch) | |
tree | 7f1761af85a1b17d508b3beab8fe4156b4e973ef | |
parent | 173edcdc9da55fbd7225c4baa7b03405dfc074cc (diff) | |
download | upstream-3cd6ccf19915c552e315942697a10dfa210921f0.tar.gz upstream-3cd6ccf19915c552e315942697a10dfa210921f0.tar.bz2 upstream-3cd6ccf19915c552e315942697a10dfa210921f0.zip |
opkg: bump to version 2017-12-07
Changes:
3b417b9 opkg_download: decode file:/ URLs
71c27cb file_util: implement urldecode_path()
d1fe095 file_util: consolidate hex/unhex routines
ebdfc12 add opkg option http_timeout
9f003e3 opkg: encode archive filenames while constructing download URLs
73e6c81 file_util: implement urlencode_path() helper
468158f libopkg: fix SHA256 calculation for big endian system
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
-rw-r--r-- | package/system/opkg/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/system/opkg/Makefile b/package/system/opkg/Makefile index 499de217cc..a49021b119 100644 --- a/package/system/opkg/Makefile +++ b/package/system/opkg/Makefile @@ -16,9 +16,9 @@ PKG_FLAGS:=essential PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://git.lede-project.org/project/opkg-lede.git -PKG_SOURCE_DATE:=2017-07-28 -PKG_SOURCE_VERSION:=4bd8601ebd95c130e504cc724b0c5eb163050982 -PKG_MIRROR_HASH:=adb2d610185a83fb630ccd3f0c80cb8acfd89260e0a5e598aadb8c8f0d903cf5 +PKG_SOURCE_DATE:=2017-12-07 +PKG_SOURCE_VERSION:=3b417b9f41b4ceb5912d82f867dd5534e5675b5c +PKG_MIRROR_HASH:=1c9c21e56186345d0034d15051c1d9c5ebb5aa6658d6ae8886d8403207a914a3 PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING |