reptyr: Update to 0.10.0
authorTianling Shen <cnsztl@immortalwrt.org>
Sun, 13 Aug 2023 09:50:51 +0000 (17:50 +0800)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Tue, 15 Aug 2023 07:42:55 +0000 (09:42 +0200)
* 0.10.0 (Jun 04, 2023)
 - Add arm7 and aarch64 support for FreeBSD

* 0.9.0 (Jun 12, 2022)
 - Add RISCV64 support on Linux
 - Fix tty-stealing on PowerPC

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
utils/reptyr/Makefile

index 191020747cf83b2628771c3df276f746691b09b9..6bf94b53552a51e92d09b101c07b6d0239565401 100644 (file)
@@ -1,12 +1,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=reptyr
-PKG_VERSION:=0.8.0
-PKG_RELEASE:=5
+PKG_VERSION:=0.10.0
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://github.com/nelhage/reptyr/archive/
-PKG_HASH:=4b470ed2a0d25fed591739fa9613ce7ad3d0377891eb56cbe914e3c85db46ca8
+PKG_HASH:=c6ffbc34a511ac00d072219bda30699e51f2f4eb483cbae9e32e981d49e8b380
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_NAME)-$(PKG_VERSION)
 
 PKG_MAINTAINER:=Josef Schlehofer <josef.schlehofer@nic.cz>