From e3150a585494dcdf4df8549ee9a40270a48649b1 Mon Sep 17 00:00:00 2001 From: Gerard Ryan Date: Fri, 26 Jun 2020 17:56:20 +1000 Subject: [PATCH] cgroupfs-mount: Updated with git version * People seem to be dependent on this specific version so we switched to git versioning Signed-off-by: Gerard Ryan --- utils/cgroupfs-mount/Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/utils/cgroupfs-mount/Makefile b/utils/cgroupfs-mount/Makefile index e5c3eabe1..99474338c 100644 --- a/utils/cgroupfs-mount/Makefile +++ b/utils/cgroupfs-mount/Makefile @@ -1,12 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cgroupfs-mount -PKG_VERSION:=1.4 -PKG_RELEASE:=2 +PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://codeload.github.com/tianon/cgroupfs-mount/tar.gz/${PKG_VERSION}? -PKG_HASH:=d6c8aff7af59c7d0082ee3018c97f73b0421e81a49bb28ad9f66a36da5cd6ec7 +PKG_SOURCE_PROTO:=git +PKG_SOURCE_URL:=https://github.com/tianon/$(PKG_NAME) +PKG_SOURCE_VERSION:=0549428171605eae3097a3e21bf7664845eac9e8 +PKG_SOURCE_DATE:=2020-06-26 +PKG_MIRROR_HASH:=ca217ffff5aa938149d2d8adfe15d800903d2fec180acb2400c36d62905988ea PKG_MAINTAINER:=Gerard Ryan