From 823a53c4a240da81aabde23b88cc8c29dca679c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=20=E6=96=87=E9=9B=A8?= Date: Wed, 20 Dec 2023 04:42:40 +0000 Subject: [PATCH] base16384: bump to version 2.2.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 源 文雨 --- utils/base16384/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/base16384/Makefile b/utils/base16384/Makefile index 58007f0f3f..d4f973ba88 100644 --- a/utils/base16384/Makefile +++ b/utils/base16384/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=base16384 -PKG_VERSION:=2.2.4 +PKG_VERSION:=2.2.5 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/fumiama/base16384/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=5701519bd07a58019bc5204ca93194026f2869969cb8bc2563cbcb450f2e80bf +PKG_HASH:=f1a7d18f96ce06085911f224f61ce490e5e02c3b179667befef01adaaf7bc659 PKG_MAINTAINER:=源 文雨 PKG_LICENSE:=GPL-3.0-or-later