Author: alexander Date: 2007-12-28 23:57:32 -0700 (Fri, 28 Dec 2007) New Revision: 2148
Modified: trunk/packages/pkgconfig/Makefile Log: Upgraded pkgconfig in order to fix a 64-bit issue Modified: trunk/packages/pkgconfig/Makefile =================================================================== --- trunk/packages/pkgconfig/Makefile 2007-12-29 06:56:06 UTC (rev 2147) +++ trunk/packages/pkgconfig/Makefile 2007-12-29 06:57:32 UTC (rev 2148) @@ -1,12 +1,12 @@ # Pkgconfig Makefile NM= pkg-config -VRS= 0.21 +VRS= 0.22 DIR= $(NM)-$(VRS) FILE= $(DIR).tar.gz URL-$(FILE)= http://pkgconfig.freedesktop.org/releases/$(FILE) -SHA-$(FILE)= b2508ba8404cad46ec42f6f58cbca43ae59d715f +SHA-$(FILE)= 3ec40bda9864d7aa3c912c6ae87a750fd8b6e420 # Targets -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
