Skip to content

Commit 3f6528c

Browse files
authored
Merge pull request #18 from gngpp/dev
Update Makefile
2 parents 32b1450 + e1a58e9 commit 3f6528c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

openwrt/luci-app-xunlei/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
77

88
PKG_NAME:=luci-app-xunlei
99
PKG_VERSION:=1.0.1
10-
PKG_RELEASE:=1
10+
PKG_RELEASE:=2
1111

1212
PKG_MAINTAINER:=gngpp <[email protected]>
1313

openwrt/xunlei/Makefile

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
include $(TOPDIR)/rules.mk
22

33
PKG_NAME:=xunlei
4-
PKG_VERSION:=3.5.2-1
5-
PKG_RELEASE:=1
4+
5+
PKG_VERSION:=3.5.2
6+
PKG_RELEASE:=2
67

78
PKG_LICENSE:=MIT
89
PKG_MAINTAINER:=gngpp <[email protected]>

0 commit comments

Comments
 (0)