浏览代码

package/dialog: bump to version 1.3-20251001

For release notes, see:
https://invisible-mirror.net/dialog/CHANGES.html#t20251001

This commit also updates the Config.in package homepage URL
to use https.

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
[Julien:
 - add link to release notes
 - add link to pgp signature in hash file
]
Signed-off-by: Julien Olivain <ju.o@free.fr>
Francois Perrad 1 月之前
父节点
当前提交
8f940235c0
共有 3 个文件被更改,包括 5 次插入4 次删除
  1. 1 1
      package/dialog/Config.in
  2. 3 2
      package/dialog/dialog.hash
  3. 1 1
      package/dialog/dialog.mk

+ 1 - 1
package/dialog/Config.in

@@ -11,4 +11,4 @@ config BR2_PACKAGE_DIALOG
 	  allows a developer of a script to interact with the user in a
 	  much friendlier manner.
 
-	  http://invisible-island.net/dialog/dialog.html
+	  https://invisible-island.net/dialog/dialog.html

+ 3 - 2
package/dialog/dialog.hash

@@ -1,4 +1,5 @@
-# Locally calculated after checking pgp signature
-sha256  754cb6bf7dc6a9ac5c1f80c13caa4d976e30a5a6e8b46f17b3bb9b080c31041f  dialog-1.3-20220117.tgz
+# Locally calculated after checking pgp signature from:
+# https://invisible-mirror.net/archives/dialog/dialog-1.3-20251001.tgz.asc
+sha256  bee47347a983312facc4dbcccd7fcc86608d684e1f119d9049c4692213db96c3  dialog-1.3-20251001.tgz
 # Locally computed
 sha256  6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3  COPYING

+ 1 - 1
package/dialog/dialog.mk

@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-DIALOG_VERSION = 1.3-20220117
+DIALOG_VERSION = 1.3-20251001
 DIALOG_SOURCE = dialog-$(DIALOG_VERSION).tgz
 DIALOG_SITE = https://invisible-mirror.net/archives/dialog
 DIALOG_CONF_OPTS = --with-ncurses --with-curses-dir=$(STAGING_DIR)/usr \