From e8686cbe354f6c9b5dda7abb90318650fc971b22 Mon Sep 17 00:00:00 2001 From: Jaro Date: Fri, 15 Oct 2021 18:57:47 +0200 Subject: [PATCH] CID, pkg version --- openwrt/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openwrt/Makefile b/openwrt/Makefile index 7a95610..a7a8394 100644 --- a/openwrt/Makefile +++ b/openwrt/Makefile @@ -7,14 +7,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=usbserial-dw -PKG_VERSION:=0.3.0 -PKG_RELEASE:=4 +PKG_VERSION:=0.3.5 +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:=5043618bf861fb8c4a7181d65ea4af1a85e8dfe3 +PKG_SOURCE_VERSION:=6249dd6074624e13e2820ef30cf0603a971013f3 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)