package/libuci: bump version to 52bbc99
authorPeter Seiderer <ps.report@gmx.net>
Wed, 10 Feb 2021 23:16:36 +0000 (00:16 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 13 Feb 2021 22:24:22 +0000 (23:24 +0100)
- change download url to https

- update homepage url (the old one redirects to legacy read only
  OpenWrt wiki system)

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/libuci/Config.in
package/libuci/libuci.hash
package/libuci/libuci.mk

index 2f4ad40487cf158a666877af1576ec1bce242d4f..f94d7dc3910cfc0c0942b218677e387898c1c1f0 100644 (file)
@@ -10,7 +10,7 @@ config BR2_PACKAGE_LIBUCI
 
          This package will also install CLI tool uci.
 
-         http://wiki.openwrt.org/doc/techref/uci
+         https://openwrt.org/docs/techref/uci
 
 comment "libuci needs a toolchain w/ dynamic library"
        depends on BR2_STATIC_LIBS
index b808810ccf000c588a41205659f1212e3bffc0c8..b6962c2541d6ef7a23020bb3770e423696fae6db 100644 (file)
@@ -1,2 +1,2 @@
 # Locally computed
-sha256  1ee875910bdf751807f10d44f6b6b7f9ec71c12d4c407a80bae5cb654d2ba4cc  libuci-49ec6efbdac4819033d34f08927d795f83a3932d-br1.tar.gz
+sha256  76ef826df2961420cd7a4f1702bef06c37563d9807a2d8e84557963aab21ac80  libuci-52bbc99f69ea6f67b6fe264f424dac91bde5016c-br1.tar.gz
index 55afd53c107fca39ffb24eb687061f5bbc5391b1..fcfda95b3a72e36146c8b083d26c29405f0a0473 100644 (file)
@@ -4,8 +4,9 @@
 #
 ################################################################################
 
-LIBUCI_VERSION = 49ec6efbdac4819033d34f08927d795f83a3932d
-LIBUCI_SITE = git://git.openwrt.org/project/uci.git
+LIBUCI_VERSION = 52bbc99f69ea6f67b6fe264f424dac91bde5016c
+LIBUCI_SITE = https://git.openwrt.org/project/uci.git
+LIBUCI_SITE_METHOD = git
 LIBUCI_LICENSE = LGPL-2.1, GPL-2.0 (tools)
 LIBUCI_INSTALL_STAGING = YES
 LIBUCI_DEPENDENCIES = libubox