package/libplist: bump version to 2.1.0
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sat, 1 Feb 2020 08:55:53 +0000 (09:55 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 1 Feb 2020 16:22:21 +0000 (17:22 +0100)
Switched _SITE to github, added license hash.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/libplist/libplist.hash
package/libplist/libplist.mk

index 63c251506251c35f674dac860f035dad70dbd2da..8b36daceab7413e0621adc0ac09276f4d311f545 100644 (file)
@@ -1,2 +1,3 @@
 # Locally calculated
-sha256 3a7e9694c2d9a85174ba1fa92417cfabaea7f6d19631e544948dc7e17e82f602  libplist-2.0.0.tar.bz2
+sha256 4b33f9af3f9208d54a3c3e1a8c149932513f451c98d1dd696fe42c06e30b7f03  libplist-2.1.0.tar.gz
+sha256 7619c753cac95d4740220223bde48a032606fcaccde5e546f9bc444c81ab356d  COPYING
index 09fc8168e40c6048f610f056b507522d67489852..d07fb5dd2e25a83ae58d01e1bbb76597800c7bc8 100644 (file)
@@ -4,12 +4,13 @@
 #
 ################################################################################
 
-LIBPLIST_VERSION = 2.0.0
-LIBPLIST_SOURCE = libplist-$(LIBPLIST_VERSION).tar.bz2
-LIBPLIST_SITE = http://www.libimobiledevice.org/downloads
+LIBPLIST_VERSION = 2.1.0
+LIBPLIST_SITE = $(call github,libimobiledevice,libplist,$(LIBPLIST_VERSION))
 LIBPLIST_INSTALL_STAGING = YES
 LIBPLIST_LICENSE = LGPL-2.1+
 LIBPLIST_LICENSE_FILES = COPYING
+# github tarball does not include configure
+LIBPLIST_AUTORECONF = YES
 
 # Disable building Python bindings, because it requires host-cython, which
 # is not packaged in Buildroot at all.