Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/routing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Stenberg <markus.stenberg@iki.fi>2014-06-19 12:45:10 +0400
committerMarkus Stenberg <markus.stenberg@iki.fi>2014-06-19 12:45:10 +0400
commit6c294ec6a1fd8ac5fc9161f3d01eddcf0e865256 (patch)
tree77623fcca5ee657fe8f3626ac17803649bf3324f /ohybridproxy
parentf570e704adc981174090068b52d26bbc621095ec (diff)
ohybridproxy: Updated with latest which fixed one typecast problem in two places (possibly problem somewhere), and one warning.
Diffstat (limited to 'ohybridproxy')
-rw-r--r--ohybridproxy/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ohybridproxy/Makefile b/ohybridproxy/Makefile
index 13364c7..2680a9b 100644
--- a/ohybridproxy/Makefile
+++ b/ohybridproxy/Makefile
@@ -7,8 +7,8 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ohybridproxy
-PKG_SOURCE_VERSION:=1fb6094a18a1cd474f9afb6711f5b7f988c7b7c3
-PKG_VERSION:=2014-03-31-$(PKG_SOURCE_VERSION)
+PKG_SOURCE_VERSION:=3a9489615c488afa85a823a40aea89b39bbac391
+PKG_VERSION:=2014-06-19-$(PKG_SOURCE_VERSION)
PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git