From 88e0d4a241e1c96bab2642595442eb9dcc530b84 Mon Sep 17 00:00:00 2001 From: Jaro Date: Sun, 29 Aug 2021 23:12:35 +0200 Subject: [PATCH] CID --- openwrt/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openwrt/Makefile b/openwrt/Makefile index 580d5d1..955f8eb 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -7,14 +7,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=usbserial-dw -PKG_VERSION:=0.2.0 +PKG_VERSION:=0.2.1 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://git.bh.ttx.sk/jaro/usbserial-dw.git PKG_MIRROR_HASH:= PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=6179fdee75ee3fcdb766aef5eb791c38e75ee33b +PKG_SOURCE_VERSION:=592f16e5da0666dfeb20ebf0210678ed4101a339 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION) PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_SOURCE_VERSION)