package/asterisk: bump version to 16.1.1
authorPeter Korsgaard <peter@korsgaard.com>
Fri, 18 Jan 2019 08:22:58 +0000 (09:22 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 19 Jan 2019 15:31:51 +0000 (16:31 +0100)
Fixes a regression introduced in 16.1.0:
https://issues.asterisk.org/jira/browse/ASTERISK-28222

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/asterisk/asterisk.hash
package/asterisk/asterisk.mk

index 557660f0cf23881338a09534c5ee4c675669dee7..e126372f57bcfefaa680255efb875a3e7b7bba36 100644 (file)
@@ -1,5 +1,5 @@
 # Locally computed
-sha256  97e1bae8e9034cb2a8bc0d4d5bcc9dee4ffe4c6c57ed40b8825be79266fcac50  asterisk-16.1.0.tar.gz
+sha256  d74ba84ad92cd710eb071940e6057ef644d71864431d91aaafe0717a8939afc3  asterisk-16.1.1.tar.gz
 
 # sha1 from: http://downloads.asterisk.org/pub/telephony/sounds/releases
 # sha256 locally computed
index 90f415647e43940c779d1df1e80bd8edc64e3067..3b4d97a2585e01f8f9f03831936ac9891553b528 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-ASTERISK_VERSION = 16.1.0
+ASTERISK_VERSION = 16.1.1
 # Use the github mirror: it's an official mirror maintained by Digium, and
 # provides tarballs, which the main Asterisk git tree (behind Gerrit) does not.
 ASTERISK_SITE = $(call github,asterisk,asterisk,$(ASTERISK_VERSION))