Skip to content

Commit

Permalink
tio: update to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
leommxj committed Dec 2, 2024
1 parent 55a6cd4 commit adde602
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utils/tio/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=tio
PKG_VERSION:=2.7
PKG_VERSION:=3.8
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://github.com/tio/tio/releases/download/v$(PKG_VERSION)
PKG_HASH:=bf8fe434848c2c1b6540af0b42503c986068176ddc1a988cf02e521e7de5daa5
PKG_HASH:=a24c69e59b53cf72a147db2566b6ff3b6a018579684caa4b16ce36614b2b68d4

PKG_MAINTAINER:=
PKG_LICENSE:=GPL-2.0-or-later
Expand All @@ -28,7 +28,7 @@ define Package/tio
SUBMENU:=Terminal
TITLE:=A simple TTY terminal I/O application
URL:=https://tio.github.io/
DEPENDS:=+libinih
DEPENDS:=+lua +glib2
endef

define Package/tio/description
Expand Down

0 comments on commit adde602

Please sign in to comment.