diff options
| author | Markus Stenberg | 2014-06-19 08:45:10 +0000 |
|---|---|---|
| committer | Markus Stenberg | 2014-06-19 08:45:10 +0000 |
| commit | 6c294ec6a1fd8ac5fc9161f3d01eddcf0e865256 (patch) | |
| tree | 77623fcca5ee657fe8f3626ac17803649bf3324f | |
| parent | f570e704adc981174090068b52d26bbc621095ec (diff) | |
| download | routing-6c294ec6a1fd8ac5fc9161f3d01eddcf0e865256.tar.gz | |
ohybridproxy: Updated with latest which fixed one typecast problem in two places (possibly problem somewhere), and one warning.
| -rw-r--r-- | ohybridproxy/Makefile | 4 |
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 |