package/dialog: bump version to 1.3-20190808
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sun, 20 Oct 2019 09:53:48 +0000 (11:53 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 20 Oct 2019 13:16:34 +0000 (15:16 +0200)
Added license hash, switched _SITE to https.

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

index ac427846907bef26e311b5e6b24f537b660e1ad1..98e2229ce84ef615f4c380e5cc038d21417ccd2c 100644 (file)
@@ -1,2 +1,4 @@
 # Locally calculated after checking pgp signature
-sha256 2ff1ba74c632b9d13a0d0d2c942295dd4e8909694eeeded7908a467d0bcd4756  dialog-1.3-20170509.tgz
+sha256 886e12f2cf3df36cde65f32f6ae52bc598eb2599a611b1d8ce5dfdea599e47e2  dialog-1.3-20190808.tgz
+# Locally computed
+sha256 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3  COPYING
index b1933b883607167e2c2aa1f9a15838f27431d6b7..ae3d2d466aa1bfed3170126d845e17d8748b23ee 100644 (file)
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-DIALOG_VERSION = 1.3-20170509
+DIALOG_VERSION = 1.3-20190808
 DIALOG_SOURCE = dialog-$(DIALOG_VERSION).tgz
-DIALOG_SITE = ftp://ftp.invisible-island.net/dialog
+DIALOG_SITE = https://invisible-mirror.net/archives/dialog
 DIALOG_CONF_OPTS = --with-ncurses --with-curses-dir=$(STAGING_DIR)/usr \
        --disable-rpath-hack
 DIALOG_DEPENDENCIES = host-pkgconf ncurses $(TARGET_NLS_DEPENDENCIES)