package/bcg729: bump version to 1.1.1
Changelog: https://github.com/BelledonneCommunications/bcg729/blob/master/CHANGELOG.md Updated license to GPL-3.0+:2c3ff1ae1a
License file was changed to LICENSE.txt:089bb34544
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
6f31312964
commit
48ff8d5a71
@ -1,3 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 94b3542a06cbd96306efc19f959f9febae62806a22599063f82a8c33e989d48b bcg729-1.0.4.tar.gz
|
||||
sha256 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670 COPYING
|
||||
sha256 68599a850535d1b182932b3f86558ac8a76d4b899a548183b062956c5fdc916d bcg729-1.1.1.tar.gz
|
||||
sha256 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68 LICENSE.txt
|
||||
|
@ -4,10 +4,10 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
BCG729_VERSION = 1.0.4
|
||||
BCG729_VERSION = 1.1.1
|
||||
BCG729_SITE = $(call github,BelledonneCommunications,bcg729,$(BCG729_VERSION))
|
||||
BCG729_LICENSE = GPL-2.0+
|
||||
BCG729_LICENSE_FILES = COPYING
|
||||
BCG729_LICENSE = GPL-3.0+
|
||||
BCG729_LICENSE_FILES = LICENSE.txt
|
||||
BCG729_INSTALL_STAGING = YES
|
||||
|
||||
ifeq ($(BR2_STATIC_LIBS),y)
|
||||
|
Loading…
Reference in New Issue
Block a user