This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
tinyproxy: update makefile to increment PKG_RELEASE
Increment PKG_RELEASE from 2 to 3 Signed-off-by: Mathieu Coupe <eagle.pounains@gmail.com>
lilik-openwrt-22.03
Mathieu Coupe
6 years ago
parent
247a8c740e
commit
5342bf6146
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
net/tinyproxy/Makefile
+ 1
- 1
net/tinyproxy/Makefile
View File
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME
:=
tinyproxy
PKG_NAME
:=
tinyproxy
PKG_VERSION
:=
1.8.3
PKG_VERSION
:=
1.8.3
PKG_RELEASE
:=
2
PKG_RELEASE
:=
3
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.bz2
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.bz2
PKG_SOURCE_URL
:=
http://www.banu.com/pub/tinyproxy/1.8/
PKG_SOURCE_URL
:=
http://www.banu.com/pub/tinyproxy/1.8/
Write
Preview
Loading…
Cancel
Save