[Buildroot] [PATCH] package/frotz: Update to version 2.54

Thomas Huth huth at tuxfamily.org
Sat Apr 30 08:47:42 UTC 2022


A simple update by bumping the version number and sha256 sum
to the current version.

Signed-off-by: Thomas Huth <huth at tuxfamily.org>
---
 package/frotz/frotz.hash | 2 +-
 package/frotz/frotz.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/frotz/frotz.hash b/package/frotz/frotz.hash
index e5024aa2cd..145aa3800f 100644
--- a/package/frotz/frotz.hash
+++ b/package/frotz/frotz.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  8da558828dd74d6d6ee30483bb32276ef918b8b72b7f6e89b4f7cb27e7abf58b  frotz-2.53.tar.bz2
+sha256  bdf9131e6de49108c9f032200cea3cb4011e5ca0c9fbdbf5b0c05f7c56c81395  frotz-2.54.tar.bz2
 sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING
diff --git a/package/frotz/frotz.mk b/package/frotz/frotz.mk
index c1362b2ac6..5af235137c 100644
--- a/package/frotz/frotz.mk
+++ b/package/frotz/frotz.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-FROTZ_VERSION = 2.53
+FROTZ_VERSION = 2.54
 FROTZ_SOURCE = frotz-$(FROTZ_VERSION).tar.bz2
 FROTZ_SITE = $(call gitlab,DavidGriffith,frotz,$(FROTZ_VERSION))
 FROTZ_DEPENDENCIES = host-pkgconf ncurses
-- 
2.34.1




More information about the buildroot mailing list