mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Change links from git://github.com to https://github.com
I got into troubles to be behind a proxy and my build then fails because it cannot connect to git://github.com urls To avoid such problems for others I think it is useful to replace them for the whole repo. This changes make it work for me again. Signed-off-by: Matthias Kesler <krombel@krombel.de>
This commit is contained in:
@@ -13,7 +13,7 @@ PKG_RELEASE:=1
|
||||
PKG_REV:=07538893fb6c2a9539678c45f9dbbf1e4f222b46
|
||||
PKG_MAINTAINER:=Matthias Schiffer <mschiffer@universe-factory.net>
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
PKG_SOURCE_URL:=git://github.com/tcatm/$(PKG_NAME).git
|
||||
PKG_SOURCE_URL:=https://github.com/tcatm/$(PKG_NAME).git
|
||||
PKG_SOURCE_VERSION:=$(PKG_REV)
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_SOURCE_PROTO:=git
|
||||
|
||||
Reference in New Issue
Block a user