From 0c6d82cf2f5c69daa89ab9907c75939981cfe9ec Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Thu, 20 Jul 2023 14:43:58 +0200 Subject: [PATCH] package/klish-plugin-sysrepo: bump to latest + new kkit srp_prompt The upstream help system has improved greatly. We can now rely more on it for generating the man-page like help texts for leaf nodes. There is also a new srp_prompt symbol that overrides the default klish one, srp_prompt adds a '%x' format specifier for an inline path instead of the default [edit foo bar] JunOS style two-liner. Signed-off-by: Joachim Wiberg --- package/klish-plugin-sysrepo/klish-plugin-sysrepo.hash | 2 +- package/klish-plugin-sysrepo/klish-plugin-sysrepo.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/klish-plugin-sysrepo/klish-plugin-sysrepo.hash b/package/klish-plugin-sysrepo/klish-plugin-sysrepo.hash index 8a096595..c07a450d 100644 --- a/package/klish-plugin-sysrepo/klish-plugin-sysrepo.hash +++ b/package/klish-plugin-sysrepo/klish-plugin-sysrepo.hash @@ -1,3 +1,3 @@ # Locally calculated sha256 9d9d33b873917ca5d0bdcc47a36d2fd385971ab0c045d1472fcadf95ee5bcf5b LICENCE -sha256 787981aafae509a889cfab71dcc8e68d8e511419cf9f3934239c5f2296d2ad5c klish-plugin-sysrepo-7572111a0f81009506392d309ec3fa4d328d5cce-br1.tar.gz +sha256 5b20f20d0054d2df61d301bd5cc84d7a4a31d06b5faf268fc17950d6f521fc73 klish-plugin-sysrepo-b345ab9da2684623dec801aa935e99595c218a7b-br1.tar.gz diff --git a/package/klish-plugin-sysrepo/klish-plugin-sysrepo.mk b/package/klish-plugin-sysrepo/klish-plugin-sysrepo.mk index c346797c..593644d6 100644 --- a/package/klish-plugin-sysrepo/klish-plugin-sysrepo.mk +++ b/package/klish-plugin-sysrepo/klish-plugin-sysrepo.mk @@ -4,7 +4,7 @@ # ################################################################################ -KLISH_PLUGIN_SYSREPO_VERSION = 7572111a0f81009506392d309ec3fa4d328d5cce +KLISH_PLUGIN_SYSREPO_VERSION = b345ab9da2684623dec801aa935e99595c218a7b KLISH_PLUGIN_SYSREPO_SITE = https://github.com/kernelkit/klish-plugin-sysrepo.git #KLISH_PLUGIN_SYSREPO_VERSION = cdd3eb51a7f7ee0ed5bd925fa636061d3b1b85fb #KLISH_PLUGIN_SYSREPO_SITE = https://src.libcode.org/pkun/klish-plugin-sysrepo.git