diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2019-07-12 07:52:03 +0000 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2019-07-12 07:52:38 +0000 |
commit | e6af9c017b0cb4f24308b1b6e8e3cf288a8ce619 (patch) | |
tree | f9fbe43dbb14595f1c1918ee1473f1ca996c8f98 | |
parent | 33e7beeb3115f7b0edf2fe20bac67d325dbf0b76 (diff) | |
download | upstream-e6af9c017b0cb4f24308b1b6e8e3cf288a8ce619.tar.gz upstream-e6af9c017b0cb4f24308b1b6e8e3cf288a8ce619.tar.bz2 upstream-e6af9c017b0cb4f24308b1b6e8e3cf288a8ce619.zip |
opkg: bump to version 2019-06-14
Changelog
dcbc142 alternatives: remove duplicate 'const' specifier
21b7bd7 alternatives: special-case busybox as alternatives provider
d4ba162 libopkg: only perform size check when information is available
cb66403 libopkg: check for file size mismatches
Opkg starting from this version special-cases busybox as alternatives
provider. There should be no need to add entries to ALTERNATIVES of
busybox package
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
-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 865644ac6e..43b9ebdb4f 100644 --- a/package/system/opkg/Makefile +++ b/package/system/opkg/Makefile @@ -14,9 +14,9 @@ PKG_FLAGS:=essential PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://git.openwrt.org/project/opkg-lede.git -PKG_SOURCE_DATE:=2019-01-18 -PKG_SOURCE_VERSION:=7708a01a084872bbe4c46f36d2da021fdeb10862 -PKG_MIRROR_HASH:=117148ece22e64654264afd869606ef5507edd3dc965ffe000c6b1b1074b3f4a +PKG_SOURCE_DATE:=2019-06-14 +PKG_SOURCE_VERSION:=dcbc142e51f5f5f2fb9e4e44657e013d3c36a52b +PKG_MIRROR_HASH:=fca7e71dd06f0d5ee0af0d0a493d641d4d5d7e403d64c67879a462a020aa2299 PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING |