aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2020-06-26 14:01:04 -0700
committerGitHub <noreply@github.com>2020-06-26 14:01:04 -0700
commit6eb2b52d0289b0b244bc0844fe3a7815219684eb (patch)
tree367205ef55bafca5fe0c418bbb06cbf64e50e9cf
parentc7dca50f110d5458ceff21a2274eddae2aae119b (diff)
parente3150a585494dcdf4df8549ee9a40270a48649b1 (diff)
Merge pull request #12618 from G-M0N3Y-2503/cgroupfs-mount-git-version-update
cgroupfs-mount: Updated with git version
-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>