diff options
author | Jose V Beneyto <sepen@crux.nu> | 2010-04-28 17:20:34 +0200 |
---|---|---|
committer | Jose V Beneyto <sepen@crux.nu> | 2010-04-28 17:20:48 +0200 |
commit | 4996e4648bcf44127de772b7c749d66178cf8106 (patch) | |
tree | 50b662a8357cfe48db28b9ceaa130d3decade1c7 | |
parent | 6f5f6d3c0e5651fc1b950f53e4e90361b3b7162c (diff) | |
download | opt-4996e4648bcf44127de772b7c749d66178cf8106.tar.gz opt-4996e4648bcf44127de772b7c749d66178cf8106.tar.xz |
vte: updated to 0.24.1
-rw-r--r-- | vte/.footprint | 6 | ||||
-rw-r--r-- | vte/.md5sum | 2 | ||||
-rw-r--r-- | vte/Pkgfile | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/vte/.footprint b/vte/.footprint index c74b673ed..f041b31b3 100644 --- a/vte/.footprint +++ b/vte/.footprint @@ -11,9 +11,9 @@ drwxr-xr-x root/root usr/include/vte/ -rw-r--r-- root/root usr/include/vte/vteversion.h drwxr-xr-x root/root usr/lib/ -rwxr-xr-x root/root usr/lib/libvte.la -lrwxrwxrwx root/root usr/lib/libvte.so -> libvte.so.9.10.0 -lrwxrwxrwx root/root usr/lib/libvte.so.9 -> libvte.so.9.10.0 --rwxr-xr-x root/root usr/lib/libvte.so.9.10.0 +lrwxrwxrwx root/root usr/lib/libvte.so -> libvte.so.9.13.1 +lrwxrwxrwx root/root usr/lib/libvte.so.9 -> libvte.so.9.13.1 +-rwxr-xr-x root/root usr/lib/libvte.so.9.13.1 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/vte.pc drwxr-xr-x root/root usr/lib/vte/ diff --git a/vte/.md5sum b/vte/.md5sum index 48ea18fe0..242cc0845 100644 --- a/vte/.md5sum +++ b/vte/.md5sum @@ -1 +1 @@ -b7c76fe2435e717b03e1564b868b1238 vte-0.23.1.tar.bz2 +3b66116e930dde00e1ddbf8277066ea7 vte-0.24.1.tar.bz2 diff --git a/vte/Pkgfile b/vte/Pkgfile index fb0c2dbd5..2e21eab4c 100644 --- a/vte/Pkgfile +++ b/vte/Pkgfile @@ -5,7 +5,7 @@ # Depends on: gtk p5-xml-parser name=vte -version=0.23.1 +version=0.24.1 release=1 source=(ftp://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2) |