diff options
author | Thomas Penteker <tek@serverop.de> | 2012-04-12 20:46:12 +0200 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2012-04-12 20:46:12 +0200 |
commit | 7d514c316c7dcda0684b4c4208cefecaa59d4483 (patch) | |
tree | b4fe26d67c533d6c85e358b7e8d4d230ec13958b /libtorrent | |
parent | c6a82cbe2d6f31ead58302ac9f27537be1997cae (diff) | |
download | contrib-7d514c316c7dcda0684b4c4208cefecaa59d4483.tar.gz contrib-7d514c316c7dcda0684b4c4208cefecaa59d4483.tar.xz |
libtorrent: 0.13.0 -> 0.13.1
Diffstat (limited to 'libtorrent')
-rw-r--r-- | libtorrent/.footprint | 10 | ||||
-rw-r--r-- | libtorrent/.md5sum | 2 | ||||
-rw-r--r-- | libtorrent/Pkgfile | 2 |
3 files changed, 8 insertions, 6 deletions
diff --git a/libtorrent/.footprint b/libtorrent/.footprint index b1e356d3e..f5381d780 100644 --- a/libtorrent/.footprint +++ b/libtorrent/.footprint @@ -50,7 +50,6 @@ drwxr-xr-x root/root usr/include/torrent/peer/ -rw-r--r-- root/root usr/include/torrent/poll_kqueue.h -rw-r--r-- root/root usr/include/torrent/poll_select.h -rw-r--r-- root/root usr/include/torrent/rate.h --rw-r--r-- root/root usr/include/torrent/thread_base.h -rw-r--r-- root/root usr/include/torrent/throttle.h -rw-r--r-- root/root usr/include/torrent/torrent.h -rw-r--r-- root/root usr/include/torrent/tracker.h @@ -59,14 +58,17 @@ drwxr-xr-x root/root usr/include/torrent/peer/ drwxr-xr-x root/root usr/include/torrent/utils/ -rw-r--r-- root/root usr/include/torrent/utils/extents.h -rw-r--r-- root/root usr/include/torrent/utils/log.h +-rw-r--r-- root/root usr/include/torrent/utils/log_buffer.h -rw-r--r-- root/root usr/include/torrent/utils/log_files.h -rw-r--r-- root/root usr/include/torrent/utils/option_strings.h -rw-r--r-- root/root usr/include/torrent/utils/ranges.h -rw-r--r-- root/root usr/include/torrent/utils/resume.h +-rw-r--r-- root/root usr/include/torrent/utils/signal_bitfield.h +-rw-r--r-- root/root usr/include/torrent/utils/thread_base.h drwxr-xr-x root/root usr/lib/ -rwxr-xr-x root/root usr/lib/libtorrent.la -lrwxrwxrwx root/root usr/lib/libtorrent.so -> libtorrent.so.14.0.2 -lrwxrwxrwx root/root usr/lib/libtorrent.so.14 -> libtorrent.so.14.0.2 --rwxr-xr-x root/root usr/lib/libtorrent.so.14.0.2 +lrwxrwxrwx root/root usr/lib/libtorrent.so -> libtorrent.so.14.0.3 +lrwxrwxrwx root/root usr/lib/libtorrent.so.14 -> libtorrent.so.14.0.3 +-rwxr-xr-x root/root usr/lib/libtorrent.so.14.0.3 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libtorrent.pc diff --git a/libtorrent/.md5sum b/libtorrent/.md5sum index 042289ed7..7aacc95a5 100644 --- a/libtorrent/.md5sum +++ b/libtorrent/.md5sum @@ -1 +1 @@ -d499178f72010d5067a77f41fa1a1505 libtorrent-0.13.0.tar.gz +6b21a0c7ab02677421ce4cfffaa4c4ec libtorrent-0.13.1.tar.gz diff --git a/libtorrent/Pkgfile b/libtorrent/Pkgfile index efa79f140..126ba1190 100644 --- a/libtorrent/Pkgfile +++ b/libtorrent/Pkgfile @@ -4,7 +4,7 @@ # Depends on: libsigc++ curl name=libtorrent -version=0.13.0 +version=0.13.1 release=1 source=(http://libtorrent.rakshasa.no/downloads/libtorrent-$version.tar.gz) |