libsigc++: update to 2.2.6.

--HG--
extra : convert_revision : 7caa13941cdb625d534655bba1136d8bfbbba44b
This commit is contained in:
Juan RP 2010-04-18 18:18:46 +02:00
parent 8cbd9f913b
commit a036b52ab4
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
# Template file for 'libsigc++'
pkgname=libsigc++
version=2.2.5
version=2.2.6
distfiles="${GNOME_SITE}/$pkgname/2.2/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="Type-safe callback system for C++ programs"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=1249e77ef9556227c10d0dad726f0946fecc3b36e448ae72368ef8f3d3b520ba
checksum=93bfd6fc867c99dd3cad695908b45d35b640c6cd12dace43bfa38e48e9a54caa
long_desc="
libsigc++ implements a full callback system for use in widget
libraries, abstract interfaces, and general programming. Originally