diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2014-03-26 16:08:02 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2014-03-26 16:08:02 +0000 |
commit | f4865508f0dd726d4b6884d34ee6377cf97a5670 (patch) | |
tree | 486fbb60a50227e8dec36fd5615100d5afe8c093 /package/utils | |
parent | 486c5d1c17e24e6a26d2ab97477e5a2295cb3ffb (diff) |
jsonpath: switch to http:// instead of git://
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40026 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/utils')
-rw-r--r-- | package/utils/jsonpath/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/jsonpath/Makefile b/package/utils/jsonpath/Makefile index 44c5e32e2e..be64fed856 100644 --- a/package/utils/jsonpath/Makefile +++ b/package/utils/jsonpath/Makefile @@ -5,7 +5,7 @@ PKG_VERSION:=2014-01-08 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL:=git://git.openwrt.org/project/jsonpath.git +PKG_SOURCE_URL:=http://git.openwrt.org/project/jsonpath.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_VERSION:=f1e3aeb2526ea28db34c7bc714277c1dff26e5fc PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz |