aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorGerard Ryan <G.M0N3Y.2503@gmail.com>2020-06-26 17:56:20 +1000
committerGerard Ryan <G.M0N3Y.2503@gmail.com>2020-06-26 20:22:57 +1000
commite3150a585494dcdf4df8549ee9a40270a48649b1 (patch)
tree367205ef55bafca5fe0c418bbb06cbf64e50e9cf /utils
parentc7dca50f110d5458ceff21a2274eddae2aae119b (diff)
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 <G.M0N3Y.2503@gmail.com>
Diffstat (limited to 'utils')
-rw-r--r--utils/cgroupfs-mount/Makefile11
1 files 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 <G.M0N3Y.2503@gmail.com>