diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2018-07-15 02:44:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-15 02:44:43 +0200 |
commit | bc381700e80794ccc8e86889b155ca10eadeff1e (patch) | |
tree | 34ceb75a44ec1e3c02ae3158f0b662b483b05c8c /utils/tio | |
parent | 3fdef4e2f309aeec69686e02a29f1f8cb1b4618b (diff) |
utils/tio: Update to 1.31
Update tio to 1.31
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'utils/tio')
-rw-r--r-- | utils/tio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/tio/Makefile b/utils/tio/Makefile index d1f8e5dd8..3f159b328 100644 --- a/utils/tio/Makefile +++ b/utils/tio/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tio -PKG_VERSION:=1.30 +PKG_VERSION:=1.31 PKG_RELEASE:=1 PKG_MAINTAINER:= PKG_LICENSE:=GPL-2.0+ @@ -16,7 +16,7 @@ PKG_LICENSE_FILES:=COPYING PKG_SOURCE_URL:=https://github.com/$(PKG_NAME)/$(PKG_NAME)/releases/download/v$(PKG_VERSION)/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_HASH:=5c86c392a7783c9a3963421087c4a3fd8a32d5d5c705d2ce979bcf011659ac9d +PKG_HASH:=4e72825914dac77c4587c0772accbd7a1292d5c5895bd49ad1477707b3203e42 PKG_FIXUP:=autoreconf |