Signed-off-by: Daniel Kucera <daniel.kucera@gmail.com>
PKG_NAME:=tinyproxy
PKG_VERSION:=1.11.1
-PKG_RELEASE:=2
+PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://github.com/tinyproxy/tinyproxy/releases/download/$(PKG_VERSION)
[ -n "$target" ] && target=' "'"$target"'"'
[ "$type" = "proxy" ] && [ -n "$via" ] && \
- echo "upstream $via$target"
+ echo "upstream http $via$target"
[ "$type" = "reject" ] && [ -n "$target" ] && \
- echo "no upstream$target"
+ echo "upstream none$target"
}
proxy_atom() {