[openwrt/openwrt] rpcd: set correct PKG_SOURCE_DATE

LEDE Commits lede-commits at lists.infradead.org
Mon May 10 02:58:05 PDT 2021


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/21b8550598f07261e1be04f561dc69c3fe2774fe

commit 21b8550598f07261e1be04f561dc69c3fe2774fe
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Mon May 10 10:55:15 2021 +0100

    rpcd: set correct PKG_SOURCE_DATE
    
    The previous commit bumped the source commit level without reflecting
    that in PKG_SOURCE_DATA. Bump PKG_SOURCE_DATA as well.
    
    Fixes: 97e820c6d6 ("rpcd: update to latest HEAD")
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
 package/system/rpcd/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/system/rpcd/Makefile b/package/system/rpcd/Makefile
index 4e7b3a8d4b..56653b3ec8 100644
--- a/package/system/rpcd/Makefile
+++ b/package/system/rpcd/Makefile
@@ -12,7 +12,7 @@ PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/rpcd.git
-PKG_SOURCE_DATE:=2021-03-11
+PKG_SOURCE_DATE:=2021-05-05
 PKG_SOURCE_VERSION:=7a560a1a5769146ab072f8e0165940459d3e16f7
 PKG_MAINTAINER:=Jo-Philipp Wich <jo at mein.io>
 PKG_MIRROR_HASH:=4a938aa4c0b53c94baea04475a0f60dc6fba797c0fbb23ec76ca2ff96faaa1ec



More information about the lede-commits mailing list