diff options
author | Michael Heimpold <mhei@heimpold.de> | 2022-01-16 15:30:18 +0100 |
---|---|---|
committer | Michael Heimpold <mhei@heimpold.de> | 2022-01-16 15:30:18 +0100 |
commit | c71b09aa92ccbe86f0fcee44d59f3138ac0cb1f6 (patch) | |
tree | 03be1dc80dedf1ea36d2e2391684c52aba5f96aa /utils/mmc-utils | |
parent | b89eb0115fc21183175af68c0a8807b25bd71c99 (diff) |
mmc-utils: update to latest git head
While at, update project's reference URL.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Diffstat (limited to 'utils/mmc-utils')
-rw-r--r-- | utils/mmc-utils/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/mmc-utils/Makefile b/utils/mmc-utils/Makefile index ce426dbd1..d3651b05d 100644 --- a/utils/mmc-utils/Makefile +++ b/utils/mmc-utils/Makefile @@ -12,9 +12,9 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git -PKG_SOURCE_DATE:=2021-12-11 -PKG_SOURCE_VERSION:=a1b233c2a31baa5b77cb67c0c3be4767be86f727 -PKG_MIRROR_HASH:=3a1b75afd51f22054bc06d5dce79408c0c20b1f26b85251c8964bbc1e04a4b4b +PKG_SOURCE_DATE:=2022-01-16 +PKG_SOURCE_VERSION:=3969aa4804edb8aed7bcb3c958e49d0c7388b067 +PKG_MIRROR_HASH:=a9ad550e5cc2cae54facb000a1d5e98c41215ccaca439cec6ffddc9fd595f269 PKG_LICENSE:=GPL-2.0-only PKG_LICENSE_FILES:= @@ -27,7 +27,7 @@ define Package/mmc-utils SECTION:=utils CATEGORY:=Utilities TITLE:=Userspace tools for MMC/SD devices - URL:=http://git.kernel.org/cgit/linux/kernel/git/cjb/mmc-utils.git + URL:=https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git endef define Package/mmc-utils/description |