From c4f6be35c04ab79a95c960c300a7d393bb6bd9bf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= <karel.koci@nic.cz>
Date: Mon, 24 Feb 2020 15:20:44 +0100
Subject: [PATCH] helpers/generate_common.sh: update usign version to be used

Upstream fixed problem with invalid hash and that way broke validation
for some of the files. Updating to latest version of usign fixes this.
---
 helpers/generate_common.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helpers/generate_common.sh b/helpers/generate_common.sh
index 1c3190510..6e8c71e5e 100644
--- a/helpers/generate_common.sh
+++ b/helpers/generate_common.sh
@@ -13,7 +13,7 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
-USIGN_VERSION=ef6419142a3b0fbcddcccf536e3c1880302c6f89
+USIGN_VERSION=f34a383eeed6282fa16fb021157a60c75f33fdcd
 UPDATER_VERSION=master
 
 SRC_USIGN="https://git.openwrt.org/project/usign.git"
-- 
GitLab