sms-tool: update to 2025-08-23

Fixes compilation with GCC15
Compile tested: tplink_tl-wr842n-v3, bananapi_bpi-r3

Signed-off-by: Anari Jalakas <anari.jalakas@gmail.com>
This commit is contained in:
Anari Jalakas
2025-10-18 02:31:33 +03:00
committed by Hannu Nyman
parent 69117bf2d5
commit ebed27867c

View File

@@ -1,6 +1,6 @@
# 2017 - 2021 Cezary Jackiewicz <cezary@eko.one.pl> # 2017 - 2021 Cezary Jackiewicz <cezary@eko.one.pl>
# 2014 lovewilliam <ztong@vt.edu> # 2014 lovewilliam <ztong@vt.edu>
# sms tool for various of 3g/4g modem # SMS tool for 3G/4G/5G modems
# #
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
@@ -10,9 +10,9 @@ PKG_RELEASE:=1
PKG_SOURCE_URL:=https://github.com/obsy/sms_tool PKG_SOURCE_URL:=https://github.com/obsy/sms_tool
PKG_SOURCE_PROTO:=git PKG_SOURCE_PROTO:=git
PKG_SOURCE_DATE:=2023-09-21 PKG_SOURCE_DATE:=2025-08-23
PKG_SOURCE_VERSION:=1b6ca03284fd65db8799dbf7c6224210093786b0 PKG_SOURCE_VERSION:=491ffdb0bfbc170929c1c7e947f5b889865df348
PKG_MIRROR_HASH:=ea17426c945c29c1361f9e69ae1d980d8bd51a008876111ffb8f55146477bdba PKG_MIRROR_HASH:=c3dc663923851240ed1c755341626cda34e03f43c14608752e7bb5f879eec486
PKG_MAINTAINER:=Andrey Butirsky <butirsky@gmail.com> PKG_MAINTAINER:=Andrey Butirsky <butirsky@gmail.com>
PKG_LICENSE:=Apache-2.0 PKG_LICENSE:=Apache-2.0
@@ -23,12 +23,12 @@ include $(INCLUDE_DIR)/package.mk
define Package/sms-tool define Package/sms-tool
SECTION:=utils SECTION:=utils
CATEGORY:=Utilities CATEGORY:=Utilities
TITLE:=SMS tool for 3G/4G modems TITLE:=SMS tool for 3G/4G/5G modems
URL:=https://github.com/obsy/sms_tool URL:=https://github.com/obsy/sms_tool
endef endef
define Package/sms-tool/description define Package/sms-tool/description
SMS Tool for 3G/4G modem SMS tool for 3G/4G/5G modems
endef endef
define Package/sms-tool/install define Package/sms-tool/install