Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

github no longer supports legacy git protocol #7

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
### Openwrt Build Procedure
This is a standard OpenWrt Feed, therefore packages should be built in the same way as another OpenWrt package.

1. Add to feeds.conf: `src-git pyther git://github.com/pyther/openwrt-feed`
1. Add to feeds.conf: `src-git pyther https://github.com/pyther/openwrt-feed.git`
2. Update the feed: `./scripts/feeds update pyther`
3. Install the package: `./scritps/feeds install $PKGNAME`
4. Build Package: `make package/$PKGNAME/{download,prepare,compile}'
Expand Down
4 changes: 2 additions & 2 deletions net/goeap_proxy/Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=goeap_proxy
PKG_VERSION:=0.2.0
PKG_VERSION:=0.3.0
PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/pyther/goeap_proxy.git
PKG_SOURCE_VERSION:=12ebcc82b92fd69083e5b3ffde9050e93a20d17a
PKG_SOURCE_VERSION:=3abd66cf35c70b86fe75989ca64c7a72cc8fa797

PKG_BUILD_DEPENDS:=golang/host
PKG_BUILD_PARALLEL:=1
Expand Down