crconf: switch to git repo and update to more recent code 6273/head
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Mon, 11 Jun 2018 09:21:43 +0000 (12:21 +0300)
committerAlexandru Ardelean <ardeleanalex@gmail.com>
Mon, 11 Jun 2018 11:41:15 +0000 (14:41 +0300)
crconf hasn't released any new version since 2012 or so.
And there are quite a few updates in the repo, including newer kernel
support.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
utils/crconf/Makefile

index 6344d1a396944c72299cea0b7c41a4159ee71f03..6172fbdd8c3799128250bedae9753a6daf0e8be2 100644 (file)
@@ -6,13 +6,15 @@
 
 include $(TOPDIR)/rules.mk
 
+PKG_SOURCE_VERSION:=8bd996400d087028ba56b724abc1f5b378eaa77f
+
 PKG_NAME:=crconf
-PKG_VERSION:=pre2
+PKG_VERSION:=pre2-$(PKG_SOURCE_VERSION)
 PKG_RELEASE:=1
 
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=@SF/crconf
-PKG_HASH:=15d39b599acda93a50f473190e702d593ba13613b6ed31711f3584b5726b81b8
+PKG_SOURCE_PROTO:=git
+PKG_SOURCE_URL:=https://git.code.sf.net/p/crconf/code
+PKG_MIRROR_HASH:=f772306c0b005c18f481b73e3be193dba5ebb9f6f3bf20cb3f67c4a80dac0613
 
 PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>