Author: blogic Date: 2015-01-28 13:07:55 +0100 (Wed, 28 Jan 2015) New Revision: 44177
Modified: trunk/package/system/procd/Makefile Log: procd: update to latest git HEAD adds a zram size calculation bug fix Signed-off-by: John Crispin <[email protected]> Modified: trunk/package/system/procd/Makefile =================================================================== --- trunk/package/system/procd/Makefile 2015-01-28 12:07:47 UTC (rev 44176) +++ trunk/package/system/procd/Makefile 2015-01-28 12:07:55 UTC (rev 44177) @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=procd -PKG_VERSION:=2015-01-25 +PKG_VERSION:=2015-01-28 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://nbd.name/luci2/procd.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=7e6045fe4558e442e97e4a8967f08689d53f2cc4 +PKG_SOURCE_VERSION:=7676df3226da5391c2dfda2ed29a40500e04e15b PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
